Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sat, 3 Mar 2007 22:40:11 +0000 (22:40 +0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 3 Mar 2007 22:40:11 +0000 (22:40 +0000)
Package-Manager: portage-2.1.2-r10

21 files changed:
dev-libs/apr/ChangeLog
dev-libs/apr/apr-0.9.12.ebuild
dev-libs/apr/apr-0.9.13.ebuild
dev-libs/botan/ChangeLog
dev-libs/botan/botan-1.4.11.ebuild
dev-libs/botan/botan-1.4.12.ebuild
dev-libs/botan/botan-1.4.4.ebuild
dev-libs/botan/botan-1.4.9.ebuild
dev-libs/botan/botan-1.5.11.ebuild
dev-libs/botan/botan-1.5.5.ebuild
dev-libs/botan/botan-1.6.1.ebuild
dev-libs/cyberjack/ChangeLog
dev-libs/cyberjack/cyberjack-2.0.13.ebuild
dev-libs/cyrus-sasl/ChangeLog
dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild
dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild
dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
dev-libs/eb/ChangeLog
dev-libs/eb/eb-4.2.1.ebuild
dev-libs/eb/eb-4.2.2.ebuild
dev-libs/eb/eb-4.2.ebuild

index 911ec61032b63a629836ed367c5eb7ea2d9c147e..4f31c44e77c915445079bd1a5750b4551ce27bd5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/apr
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.79 2007/02/26 07:10:22 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.80 2007/03/03 22:29:34 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> apr-0.9.12.ebuild,
+  apr-0.9.13.ebuild:
+  Replacing einfo with elog
 
   25 Feb 2007; Christian Faulhammer <opfer@gentoo.org> apr-1.2.8.ebuild:
   stable x86; bug 168287
index 7acb05f1f1aebe92c40a0a8a7802473b47463732..4048acb79fbae110aee9ba8fdfc340baf251c3f3 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-libs/apr/apr-0.9.12.ebuild,v 1.16 2007/02/28 22:04:30 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.12.ebuild,v 1.17 2007/03/03 22:29:34 genone Exp $
 
 inherit eutils flag-o-matic libtool
 
@@ -34,10 +34,10 @@ src_compile() {
        myconf="${myconf} --enable-threads"
        myconf="${myconf} --enable-nonportable-atomics"
        if use urandom; then
-               einfo "Using /dev/urandom as random device"
+               elog "Using /dev/urandom as random device"
                myconf="${myconf} --with-devrandom=/dev/urandom"
        else
-               einfo "Using /dev/random as random device"
+               elog "Using /dev/random as random device"
                myconf="${myconf} --with-devrandom=/dev/random"
        fi
 
index 52de72b116f2f99ce226af706d104be9cd61edff..4cb6953946abcd240757240b9b3352183440bc0c 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-libs/apr/apr-0.9.13.ebuild,v 1.3 2007/02/28 22:04:30 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.13.ebuild,v 1.4 2007/03/03 22:29:34 genone Exp $
 
 inherit eutils flag-o-matic libtool
 
@@ -33,10 +33,10 @@ src_compile() {
        myconf="${myconf} --enable-threads"
        myconf="${myconf} --enable-nonportable-atomics"
        if use urandom; then
-               einfo "Using /dev/urandom as random device"
+               elog "Using /dev/urandom as random device"
                myconf="${myconf} --with-devrandom=/dev/urandom"
        else
-               einfo "Using /dev/random as random device"
+               elog "Using /dev/random as random device"
                myconf="${myconf} --with-devrandom=/dev/random"
        fi
 
index 36ba51ee1f2f3207419e5002b16b5fa1e78fbee5..09e217a581b4534330a260fc600620896d6a7cb7 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/botan
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.21 2007/01/20 16:42:21 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.22 2007/03/03 22:32:36 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> botan-1.4.4.ebuild,
+  botan-1.4.9.ebuild, botan-1.4.11.ebuild, botan-1.4.12.ebuild,
+  botan-1.5.5.ebuild, botan-1.5.11.ebuild, botan-1.6.1.ebuild:
+  Replacing einfo with elog
 
 *botan-1.6.1 (20 Jan 2007)
 
index b7c3c9153f95ce3b3b67fc08a140aa1b6dbc158c..7532ee6db78b2a647a19184cd4da197c1c62e94e 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-libs/botan/botan-1.4.11.ebuild,v 1.1 2006/01/06 08:12:24 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.11.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $
 
 # Comments/fixes to lloyd@randombit.net (author)
 
@@ -59,7 +59,7 @@ src_compile() {
        fi
 
        cd ${S}
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules ||
index 238332e17621230fa12da68ba3f491375c85e51e..fda3182bc2f4b5ac51a32b24552a5e1c183d28dd 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-libs/botan/botan-1.4.12.ebuild,v 1.1 2006/01/22 06:58:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.12.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $
 
 # Comments/fixes to lloyd@randombit.net (author)
 
@@ -59,7 +59,7 @@ src_compile() {
        fi
 
        cd ${S}
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules ||
index bf924d3dd8b5d67614c9da5500c8d2676628a3ce..a7446de8b0a53c5fbfa1b28f8d4231d5b0c35238 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.4.ebuild,v 1.7 2005/07/29 23:26:25 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.4.ebuild,v 1.8 2007/03/03 22:32:36 genone Exp $
 
 # Comments/fixes to lloyd@randombit.net (author)
 
@@ -65,7 +65,7 @@ src_compile() {
        fi
 
        cd ${S}
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl --noauto gcc-linux-$CHOSTARCH --modules=$modules ||
index 388fc32080940bf5febe70acad9761121f0ec2e1..3cd5f9aea4002f5279e84c14669a743a3ae35380 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-libs/botan/botan-1.4.9.ebuild,v 1.5 2006/01/07 20:31:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.9.ebuild,v 1.6 2007/03/03 22:32:36 genone Exp $
 
 inherit eutils
 # Comments/fixes to lloyd@randombit.net (author)
@@ -67,7 +67,7 @@ src_compile() {
        fi
 
        cd ${S}
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules ||
index a5d23d413b4d48c8b789444a5d4798dfe2e8341a..bf62d62fd6e455dbe61b3bb23de0092fab1768c9 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-libs/botan/botan-1.5.11.ebuild,v 1.3 2006/12/27 17:05:22 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.5.11.ebuild,v 1.4 2007/03/03 22:32:36 genone Exp $
 
 inherit eutils multilib
 
@@ -69,7 +69,7 @@ src_compile() {
        fi
 
        cd "${S}"
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl \
index 5791604c90b3e65d8c42181b4548a846beac6085..9a6688368377b552064bd79c337cb92b9286feeb 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-libs/botan/botan-1.5.5.ebuild,v 1.3 2006/02/20 22:13:58 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.5.5.ebuild,v 1.4 2007/03/03 22:32:36 genone Exp $
 
 # Comments/fixes to lloyd@randombit.net (author)
 
@@ -60,7 +60,7 @@ src_compile() {
        fi
 
        cd "${S}"
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules ||
index 0d208b0718b700bbb9b745ca20bcf00fdf859fc0..d6f67ca0dea9fe80f5e74b18397adcc85c7ade62 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-libs/botan/botan-1.6.1.ebuild,v 1.1 2007/01/20 16:42:21 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.6.1.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $
 
 inherit eutils multilib
 
@@ -69,7 +69,7 @@ src_compile() {
        fi
 
        cd "${S}"
-       einfo "Enabling modules: " ${modules}
+       elog "Enabling modules: " ${modules}
 
        # FIXME: We might actually be on *BSD or OS X...
        ./configure.pl \
index 5b0d075142799256f688407e5ac5465948279709..16b4063f694855b9aaf6ef92a920dab544532d2d 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/cyberjack
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyberjack/ChangeLog,v 1.3 2007/02/17 23:44:33 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyberjack/ChangeLog,v 1.4 2007/03/03 22:34:31 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> cyberjack-2.0.13.ebuild:
+  Replacing einfo with elog
 
   17 Feb 2007; Wolfram Schlich <wschlich@gentoo.org> files/cyberjack.sh:
   add hack for >=dev-libs/libusb-0.1.12 to udev script
index 87d7638a720d3db83be648962fd742153723cb7d..2933a6e516b9c91e1b10ad224ce5bf064758cce7 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-libs/cyberjack/cyberjack-2.0.13.ebuild,v 1.2 2007/02/17 23:34:10 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyberjack/cyberjack-2.0.13.ebuild,v 1.3 2007/03/03 22:34:31 genone Exp $
 
 inherit eutils flag-o-matic autotools
 
@@ -68,28 +68,28 @@ src_install() {
 
 pkg_postinst() {
        local conf="/etc/${PN}/${PN}.conf"
-       einfo
-       einfo "To configure logging, key beep behaviour etc. you need to"
-       einfo "copy ${conf}.default"
-       einfo "to ${conf}"
-       einfo "and modify the latter as needed."
-       einfo
+       elog
+       elog "To configure logging, key beep behaviour etc. you need to"
+       elog "copy ${conf}.default"
+       elog "to ${conf}"
+       elog "and modify the latter as needed."
+       elog
        useq noudev || {
-               einfo "Please run the following command as root to"
-               einfo "make udevd read the cyberJack rules that were"
-               einfo "just installed onto your system:"
-               einfo
-               einfo "  udevcontrol reload_rules"
-               einfo
-               einfo "To be able to use the cyberJack device, you need to"
-               einfo "be a member of the group 'cyberjack' which has just"
-               einfo "been added to your system. You can add your user to"
-               einfo "the group by running the following command as root:"
-               einfo
-               einfo "  gpasswd -a youruser cyberjack"
-               einfo
-               einfo "Please be aware that you need to re-login to your"
-               einfo "system for the group membership to take effect."
-               einfo
+               elog "Please run the following command as root to"
+               elog "make udevd read the cyberJack rules that were"
+               elog "just installed onto your system:"
+               elog
+               elog "  udevcontrol reload_rules"
+               elog
+               elog "To be able to use the cyberJack device, you need to"
+               elog "be a member of the group 'cyberjack' which has just"
+               elog "been added to your system. You can add your user to"
+               elog "the group by running the following command as root:"
+               elog
+               elog "  gpasswd -a youruser cyberjack"
+               elog
+               elog "Please be aware that you need to re-login to your"
+               elog "system for the group membership to take effect."
+               elog
        }
 }
index c25be3e211fe64a84418e826cdcee531b5434fc2..7c8a49043c3b4f0e11f9d9ad769e712882c732a1 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/cyrus-sasl
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.178 2007/02/18 19:55:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.179 2007/03/03 22:38:03 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> cyrus-sasl-2.1.22.ebuild,
+  cyrus-sasl-2.1.22-r1.ebuild, cyrus-sasl-2.1.22-r2.ebuild:
+  Replacing einfo with elog
 
   18 Feb 2007; Torsten Veller <tove@gentoo.org> cyrus-sasl-2.1.22.ebuild:
   Removed ROOT (#167271) and set KEYWORDS="mips"
index 55f7da4305b6418e6ff96ab0dcd0462ac321c9de..a0db4816aa85ba328c4d0f979f893258ca5163a1 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-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.14 2007/01/08 20:56:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.15 2007/03/03 22:38:03 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.7"
@@ -50,13 +50,6 @@ pkg_setup() {
                ewarn "If you want to build with Berkeley DB support; hit Control-C now."
                ewarn "Change your USE flag -gdbm and emerge again."
                echo
-               has_version ">=sys-apps/portage-2.0.50" && (
-               einfo "It would be best practice to add the set of USE flags that you use for this"
-               einfo "package to the file: /etc/portage/package.use. Example:"
-               einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
-               einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
-               )
-               echo
                ewarn "Waiting 10 seconds before starting..."
                ewarn "(Control-C to abort)..."
                epause 10
@@ -237,9 +230,9 @@ pkg_postinst () {
        fi
 
        if use sample; then
-               einfo "You have chosen to install sources for example client and server."
-               einfo "To build these, please type:"
-               einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+               elog "You have chosen to install sources for example client and server."
+               elog "To build these, please type:"
+               elog "\tcd /usr/share/${PN}-2/examples/sample && make"
        fi
 
        if use authdaemond; then
index 31a4d2f55cf6dd5a31adcdf5afe005fc71cfaf5b..14365861f8acc5fa82dd057f656ca7834f57dc61 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-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild,v 1.1 2007/02/03 15:08:19 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild,v 1.2 2007/03/03 22:38:03 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.7"
@@ -49,13 +49,6 @@ pkg_setup() {
                ewarn "If you want to build with Berkeley DB support; hit Control-C now."
                ewarn "Change your USE flag -gdbm and emerge again."
                echo
-               has_version ">=sys-apps/portage-2.0.50" && (
-               einfo "It would be best practice to add the set of USE flags that you use for this"
-               einfo "package to the file: /etc/portage/package.use. Example:"
-               einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
-               einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
-               )
-               echo
                ewarn "Waiting 10 seconds before starting..."
                ewarn "(Control-C to abort)..."
                epause 10
@@ -246,9 +239,9 @@ pkg_postinst () {
        fi
 
        if use sample; then
-               einfo "You have chosen to install sources for example client and server."
-               einfo "To build these, please type:"
-               einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+               elog "You have chosen to install sources for example client and server."
+               elog "To build these, please type:"
+               elog "\tcd /usr/share/${PN}-2/examples/sample && make"
        fi
 
        if use authdaemond; then
index 3fd5b6aec6818e55daf5c987b1f8066fd0416f2e..425e23c1778b5c3d809435ef041ac344f3d5168d 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-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.23 2007/02/18 19:55:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.24 2007/03/03 22:38:03 genone Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.9"
@@ -52,13 +52,6 @@ pkg_setup() {
                ewarn "If you want to build with Berkeley DB support; hit Control-C now."
                ewarn "Change your USE flag -gdbm and emerge again."
                echo
-               has_version ">=sys-apps/portage-2.0.50" && (
-               einfo "It would be best practice to add the set of USE flags that you use for this"
-               einfo "package to the file: /etc/portage/package.use. Example:"
-               einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
-               einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
-               )
-               echo
                ewarn "Waiting 10 seconds before starting..."
                ewarn "(Control-C to abort)..."
                epause 10
@@ -238,9 +231,9 @@ pkg_postinst () {
        fi
 
        if use sample; then
-               einfo "You have chosen to install sources for example client and server."
-               einfo "To build these, please type:"
-               einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+               elog "You have chosen to install sources for example client and server."
+               elog "To build these, please type:"
+               elog "\tcd /usr/share/${PN}-2/examples/sample && make"
        fi
 
        if use authdaemond; then
index f76323dd04245127775205693b3128878bfde2f6..4c013d6089219d3dbc5f74c5a99032613583bb1e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/eb
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.30 2007/02/22 00:35:18 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.31 2007/03/03 22:40:11 genone Exp $
+
+  03 Mar 2007; Marius Mauch <genone@gentoo.org> eb-4.2.ebuild,
+  eb-4.2.1.ebuild, eb-4.2.2.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 2df2338d8d1d19d37b2dc1a82a8e30a5b5b0485b..bef0c3892bd782a0936579eeb0df81799da8d1f9 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-libs/eb/eb-4.2.1.ebuild,v 1.6 2006/12/04 19:00:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.1.ebuild,v 1.7 2007/03/03 22:40:11 genone Exp $
 
 inherit eutils
 
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
        nls? ( sys-devel/gettext )"
 
 src_compile () {
-
        econf \
                --with-pkgdocdir=/usr/share/doc/${PF}/html \
                `use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
 }
 
 src_install () {
-
        make DESTDIR=${D} install || die
 
        dodoc AUTHORS INSTALL* NEWS README*
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "If you are upgrading from <app-dicts/eb-4,"
-       einfo "you may need to rebuild applications depending on eb."
-       einfo
+       elog
+       elog "If you are upgrading from <app-dicts/eb-4,"
+       elog "you may need to rebuild applications depending on eb."
+       elog
 }
index 7bf35c5916d3c950428fbbae904638f9d412dfc5..3fe0e571bc3f764b9644d18796493b914b28b365 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-libs/eb/eb-4.2.2.ebuild,v 1.8 2006/12/06 20:45:11 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.2.ebuild,v 1.9 2007/03/03 22:40:11 genone Exp $
 
 inherit eutils
 
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
        nls? ( sys-devel/gettext )"
 
 src_compile () {
-
        econf \
                --with-pkgdocdir=/usr/share/doc/${PF}/html \
                `use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
 }
 
 src_install () {
-
        make DESTDIR=${D} install || die
 
        dodoc AUTHORS INSTALL* NEWS README*
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "If you are upgrading from <app-dicts/eb-4,"
-       einfo "you may need to rebuild applications depending on eb."
-       einfo
+       elog
+       elog "If you are upgrading from <app-dicts/eb-4,"
+       elog "you may need to rebuild applications depending on eb."
+       elog
 }
index 438be6f4057d0edb7b2e0fe46f8c2be3f215e51c..ad3305d52044487ae5db254e407ab556d37ecff3 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-libs/eb/eb-4.2.ebuild,v 1.4 2006/10/26 16:07:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.ebuild,v 1.5 2007/03/03 22:40:11 genone Exp $
 
 inherit eutils
 
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
        nls? ( sys-devel/gettext )"
 
 src_compile () {
-
        econf \
                --with-pkgdocdir=/usr/share/doc/${PF}/html \
                `use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
 }
 
 src_install () {
-
        make DESTDIR=${D} install || die
 
        dodoc AUTHORS INSTALL* NEWS README*
 }
 
 pkg_postinst() {
-
-       einfo
-       einfo "If you are upgrading from <app-dicts/eb-4,"
-       einfo "you may need to rebuild applications depending on eb."
-       einfo
+       elog
+       elog "If you are upgrading from <app-dicts/eb-4,"
+       elog "you may need to rebuild applications depending on eb."
+       elog
 }