Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:20:58 +0000 (06:20 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:20:58 +0000 (06:20 +0000)
Package-Manager: portage-2.1.2-r4

dev-dotnet/mysql-connector-net/ChangeLog
dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.4
dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild
dev-dotnet/pnet/ChangeLog
dev-dotnet/pnet/pnet-0.6.10.ebuild
dev-dotnet/pnet/pnet-0.6.12.ebuild
dev-dotnet/pnet/pnet-0.7.0.ebuild
dev-dotnet/pnet/pnet-0.7.2.ebuild

index 95b9dd91d9cbdf150e77408b857b5676913493ab..68a8d7d2a47b1ce30dab286fb1463a0b5ff662be 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/mysql-connector-net
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/ChangeLog,v 1.5 2007/01/19 15:00:00 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/ChangeLog,v 1.6 2007/01/28 06:18:58 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org>
+  mysql-connector-net-1.0.4.ebuild:
+  Replacing einfo with elog
 
   19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
   mysql-connector-net-1.0.4.ebuild:
index 87552e6baf9476c7578de2fd2f92ecc03f50f642..23ce82c1773150630b2830459ca05703df06213e 100644 (file)
@@ -1 +1,3 @@
 MD5 1cb9797c3bb3622c70b7a9b0e648a189 mysql-connector-net-1.0.4-noinstall.zip 707521
+RMD160 3c78abb591c49f48e84be3315d181ff1be6bfeb4 mysql-connector-net-1.0.4-noinstall.zip 707521
+SHA256 1006e865773ce463caf216f59e0129000d83da60070592d8b083d15d265428d0 mysql-connector-net-1.0.4-noinstall.zip 707521
index 2b4065ba7971471373de5284c72cf842e1667ff2..e4842ecaa702d0e0b4898c68283add0854c54202 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild,v 1.5 2007/01/19 15:00:00 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild,v 1.6 2007/01/28 06:18:58 genone Exp $
 
 inherit eutils multilib mono
 
@@ -51,7 +51,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Adding the path for this connector in your mod_mono"
-       einfo "configuration may be needed:"
-       einfo "MonoPath \"/usr/lib/mono/1.0/mysql-connector-net/\""
+       elog "Adding the path for this connector in your mod_mono"
+       elog "configuration may be needed:"
+       elog "MonoPath \"/usr/lib/mono/1.0/mysql-connector-net/\""
 }
index 061dc93d8ec78295fc756211fe4913cddd1d85c2..5582921ab6ccf31658928382c7e395a0500fa863 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/pnet
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.38 2007/01/19 07:18:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.39 2007/01/28 06:20:58 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> pnet-0.6.10.ebuild,
+  pnet-0.6.12.ebuild, pnet-0.7.0.ebuild, pnet-0.7.2.ebuild:
+  Replacing einfo with elog
 
   19 Jan 2007; Jeroen Roovers <jer@gentoo.org> pnet-0.7.4.ebuild:
   Stable for HPPA (bug #153036).
index 320313789fb0f71c627f7b2f527778de5a6ae12d..7688fd41132135c951c503d96bfbc47f7d0c046a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.8 2006/06/20 04:24:18 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.9 2007/01/28 06:20:58 genone Exp $
 
 DESCRIPTION="Portable. NET runtime, compiler, tools"
 HOMEPAGE="http://www.dotgnu.org/"
@@ -28,13 +28,13 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "If you want to avoid typing '<runtime> program.exe'"
-       einfo "you can configure your runtime in /etc/conf.d/dotnet"
-       einfo "Use /etc/init.d/dotnet to register your runtime"
+       elog "If you want to avoid typing '<runtime> program.exe'"
+       elog "you can configure your runtime in /etc/conf.d/dotnet"
+       elog "Use /etc/init.d/dotnet to register your runtime"
        echo
-       einfo "dev-dotnet/pnet is only the runtime, compiler and tools"
-       einfo "for DotGNU Portable.NET."
-       einfo "For running and developing applications that use .NET APIs"
-       einfo "you will also need to install the library: dev-dotnet/pnetlib"
+       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
+       elog "for DotGNU Portable.NET."
+       elog "For running and developing applications that use .NET APIs"
+       elog "you will also need to install the library: dev-dotnet/pnetlib"
        echo
 }
index 5a3155c2d39999a965a41fadeb3cc0d3d0e1086f..b97459a0cb307cf94da23dd231a79d195f6f0dd5 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.12.ebuild,v 1.9 2006/06/20 04:24:18 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.12.ebuild,v 1.10 2007/01/28 06:20:58 genone Exp $
 
 DESCRIPTION="Portable.NET runtime, compiler, tools"
 HOMEPAGE="http://www.dotgnu.org/"
@@ -50,13 +50,13 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "If you want to avoid typing '<runtime> program.exe'"
-       einfo "you can configure your runtime in /etc/conf.d/dotnet"
-       einfo "Use /etc/init.d/dotnet to register your runtime"
+       elog "If you want to avoid typing '<runtime> program.exe'"
+       elog "you can configure your runtime in /etc/conf.d/dotnet"
+       elog "Use /etc/init.d/dotnet to register your runtime"
        echo
-       einfo "dev-dotnet/pnet is only the runtime, compiler and tools"
-       einfo "for DotGNU Portable.NET."
-       einfo "For running and developing applications that use .NET APIs"
-       einfo "you will also need to install the library: dev-dotnet/pnetlib"
+       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
+       elog "for DotGNU Portable.NET."
+       elog "For running and developing applications that use .NET APIs"
+       elog "you will also need to install the library: dev-dotnet/pnetlib"
        echo
 }
index a2db0739cbbc2991b7d432a927ee07cbb54eed7e..fef864c9f05a4cd317164c189a2f7ee08182adba 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.0.ebuild,v 1.4 2006/06/20 04:24:18 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.0.ebuild,v 1.5 2007/01/28 06:20:58 genone Exp $
 
 DESCRIPTION="Portable.NET runtime, compiler, tools"
 HOMEPAGE="http://www.dotgnu.org/"
@@ -51,13 +51,13 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "If you want to avoid typing '<runtime> program.exe'"
-       einfo "you can configure your runtime in /etc/conf.d/dotnet"
-       einfo "Use /etc/init.d/dotnet to register your runtime"
+       elog "If you want to avoid typing '<runtime> program.exe'"
+       elog "you can configure your runtime in /etc/conf.d/dotnet"
+       elog "Use /etc/init.d/dotnet to register your runtime"
        echo
-       einfo "dev-dotnet/pnet is only the runtime, compiler and tools"
-       einfo "for DotGNU Portable.NET."
-       einfo "For running and developing applications that use .NET APIs"
-       einfo "you will also need to install the library: dev-dotnet/pnetlib"
+       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
+       elog "for DotGNU Portable.NET."
+       elog "For running and developing applications that use .NET APIs"
+       elog "you will also need to install the library: dev-dotnet/pnetlib"
        echo
 }
index 4c4f5fd64f6765b21da0e060e5a17db2bbc22dfd..215de56880582ce8ee2115e5d4a159c1efea654e 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.2.ebuild,v 1.2 2006/06/20 04:24:18 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.2.ebuild,v 1.3 2007/01/28 06:20:58 genone Exp $
 
 DESCRIPTION="Portable.NET runtime, compiler, tools"
 HOMEPAGE="http://www.dotgnu.org/"
@@ -51,13 +51,13 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "If you want to avoid typing '<runtime> program.exe'"
-       einfo "you can configure your runtime in /etc/conf.d/dotnet"
-       einfo "Use /etc/init.d/dotnet to register your runtime"
+       elog "If you want to avoid typing '<runtime> program.exe'"
+       elog "you can configure your runtime in /etc/conf.d/dotnet"
+       elog "Use /etc/init.d/dotnet to register your runtime"
        echo
-       einfo "dev-dotnet/pnet is only the runtime, compiler and tools"
-       einfo "for DotGNU Portable.NET."
-       einfo "For running and developing applications that use .NET APIs"
-       einfo "you will also need to install the library: dev-dotnet/pnetlib"
+       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
+       elog "for DotGNU Portable.NET."
+       elog "For running and developing applications that use .NET APIs"
+       elog "you will also need to install the library: dev-dotnet/pnetlib"
        echo
 }