diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:25:38 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:25:38 +0000 |
commit | 29744f93d076ada469cf212b7490eef0b5519413 (patch) | |
tree | a3d8b745cd8b2ad0c1ae8af3e6bc4d8350776cea | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-29744f93d076ada469cf212b7490eef0b5519413.tar.gz gentoo-2-29744f93d076ada469cf212b7490eef0b5519413.tar.bz2 gentoo-2-29744f93d076ada469cf212b7490eef0b5519413.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
-rw-r--r-- | net-irc/eggdrop/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild | 16 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.17.ebuild | 12 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild | 14 |
4 files changed, 26 insertions, 22 deletions
diff --git a/net-irc/eggdrop/ChangeLog b/net-irc/eggdrop/ChangeLog index 06302ea1573e..491b46c3a166 100644 --- a/net-irc/eggdrop/ChangeLog +++ b/net-irc/eggdrop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/eggdrop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.59 2007/04/02 11:19:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.60 2007/05/06 12:25:38 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> eggdrop-1.6.17.ebuild, + eggdrop-1.6.17-r2.ebuild, eggdrop-1.6.18-r1.ebuild: + Replacing einfo with elog 02 Apr 2007; Raúl Porcel <armin76@gentoo.org> eggdrop-1.6.18-r1.ebuild: Add ~ia64 keyword wrt bug 170668 diff --git a/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild b/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild index 2a78ef6d116d..64cd3f0b04bf 100644 --- a/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild @@ -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/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild,v 1.13 2006/11/23 17:27:38 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild,v 1.14 2007/05/06 12:25:38 genone Exp $ inherit eutils @@ -32,8 +32,8 @@ src_unpack() { if use vanilla then - einfo "Excluding patches that install additional modules, this effectively" - einfo "disables the mysql, postgres and ssl USE flags." + elog "Excluding patches that install additional modules, this effectively" + elog "disables the mysql, postgres and ssl USE flags." echo rm "${WORKDIR}"/patch/[12345678]*.patch fi @@ -105,8 +105,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "NOTE: IPV6 support has been dropped by upstream maintainers." - einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." - einfo + elog + elog "NOTE: IPV6 support has been dropped by upstream maintainers." + elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." + elog } diff --git a/net-irc/eggdrop/eggdrop-1.6.17.ebuild b/net-irc/eggdrop/eggdrop-1.6.17.ebuild index 786cad97226e..c540b2551c1e 100644 --- a/net-irc/eggdrop/eggdrop-1.6.17.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.17.ebuild @@ -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/net-irc/eggdrop/eggdrop-1.6.17.ebuild,v 1.14 2006/11/23 17:27:38 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.17.ebuild,v 1.15 2007/05/06 12:25:38 genone Exp $ inherit eutils @@ -92,8 +92,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "NOTE: IPV6 support has been dropped by upstream maintainers." - einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." - einfo + elog + elog "NOTE: IPV6 support has been dropped by upstream maintainers." + elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." + elog } diff --git a/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild index 03f16201ca2b..a883e6dd6702 100644 --- a/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild @@ -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/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild,v 1.9 2007/04/02 11:19:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild,v 1.10 2007/05/06 12:25:38 genone Exp $ inherit eutils @@ -32,8 +32,8 @@ src_unpack() { if use vanilla then - einfo "Excluding patches, that install additional modules. This effectively" - einfo "disables the mysql, postgres and ssl USE flags." + elog "Excluding patches, that install additional modules. This effectively" + elog "disables the mysql, postgres and ssl USE flags." echo rm "${WORKDIR}"/patch/[1-8]*.patch fi @@ -105,8 +105,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "NOTE: IPV6 support has been dropped by upstream maintainers." - einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." - einfo + elog + elog "NOTE: IPV6 support has been dropped by upstream maintainers." + elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot." + elog } |