diff options
24 files changed, 137 insertions, 112 deletions
diff --git a/net-dns/noip-updater/ChangeLog b/net-dns/noip-updater/ChangeLog index 6e27463067b5..b8449db9594e 100644 --- a/net-dns/noip-updater/ChangeLog +++ b/net-dns/noip-updater/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/noip-updater # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.21 2007/04/28 16:31:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.22 2007/05/06 09:13:37 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> + noip-updater-2.1.1-r1.ebuild, noip-updater-2.1.3.ebuild, + noip-updater-2.1.4.ebuild: + Replacing einfo with elog 28 Apr 2007; Sven Wegener <swegener@gentoo.org> noip-updater-2.1.1-r1.ebuild, noip-updater-2.1.3.ebuild, diff --git a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild b/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild index ba35e757990f..26c3a7636c65 100644 --- a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.1-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-dns/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.7 2007/04/28 16:31:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.8 2007/05/06 09:13:37 genone Exp $ inherit eutils @@ -46,15 +46,14 @@ src_install() { } pkg_postinst() { - - einfo "Configuration can be done manually via:" - einfo "/usr/sbin/noip2 -C or " - einfo "first time you use the /etc/init.d/noip script; or" - einfo "by using this ebuild's config option." - einfo - einfo "You must update the /etc/init.d/noip script, the " - einfo "binary name and the command line options have " - einfo "changed." + elog "Configuration can be done manually via:" + elog "/usr/sbin/noip2 -C or " + elog "first time you use the /etc/init.d/noip script; or" + elog "by using this ebuild's config option." + elog + elog "You must update the /etc/init.d/noip script, the " + elog "binary name and the command line options have " + elog "changed." } pkg_config() { diff --git a/net-dns/noip-updater/noip-updater-2.1.3.ebuild b/net-dns/noip-updater/noip-updater-2.1.3.ebuild index 4e075252c82a..72d29acf047b 100644 --- a/net-dns/noip-updater/noip-updater-2.1.3.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.3.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-dns/noip-updater/noip-updater-2.1.3.ebuild,v 1.2 2007/04/28 16:31:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.3.ebuild,v 1.3 2007/05/06 09:13:37 genone Exp $ inherit eutils @@ -45,10 +45,10 @@ src_install() { } pkg_postinst() { - einfo "Configuration can be done manually via:" - einfo "/usr/sbin/noip2 -C or " - einfo "first time you use the /etc/init.d/noip script; or" - einfo "by using this ebuild's config option." + elog "Configuration can be done manually via:" + elog "/usr/sbin/noip2 -C or " + elog "first time you use the /etc/init.d/noip script; or" + elog "by using this ebuild's config option." } pkg_config() { diff --git a/net-dns/noip-updater/noip-updater-2.1.4.ebuild b/net-dns/noip-updater/noip-updater-2.1.4.ebuild index b276574972d4..68ac070b1eae 100644 --- a/net-dns/noip-updater/noip-updater-2.1.4.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.4.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-dns/noip-updater/noip-updater-2.1.4.ebuild,v 1.2 2007/04/28 16:31:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.4.ebuild,v 1.3 2007/05/06 09:13:37 genone Exp $ inherit eutils toolchain-funcs @@ -45,10 +45,10 @@ src_install() { } pkg_postinst() { - einfo "Configuration can be done manually via:" - einfo "/usr/sbin/noip2 -C or " - einfo "first time you use the /etc/init.d/noip script; or" - einfo "by using this ebuild's config option." + elog "Configuration can be done manually via:" + elog "/usr/sbin/noip2 -C or " + elog "first time you use the /etc/init.d/noip script; or" + elog "by using this ebuild's config option." } pkg_config() { diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog index 37b0de93bf40..a031979f653f 100644 --- a/net-dns/pdns/ChangeLog +++ b/net-dns/pdns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdns # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.43 2007/04/26 22:38:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.44 2007/05/06 09:16:12 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> pdns-2.9.20-r1.ebuild, + pdns-2.9.20-r2.ebuild, pdns-2.9.21.ebuild: + Replacing einfo with elog 26 Apr 2007; Sven Wegener <swegener@gentoo.org> pdns-2.9.21.ebuild: Add sqlite3 backend. diff --git a/net-dns/pdns/pdns-2.9.20-r1.ebuild b/net-dns/pdns/pdns-2.9.20-r1.ebuild index 0164cc188917..9ef22657879d 100644 --- a/net-dns/pdns/pdns-2.9.20-r1.ebuild +++ b/net-dns/pdns/pdns-2.9.20-r1.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-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.5 2006/11/23 17:19:49 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.6 2007/05/06 09:16:12 genone Exp $ inherit multilib eutils autotools @@ -90,15 +90,15 @@ pkg_postinst() { ewarn ewarn "ATTENTION: The recursor component has been split out to net-dns/pdns-recursor!" ewarn - einfo - einfo "pdns now provides multiple instances support. You can create more instances" - einfo "by symlinking the pdns init script to another name." - einfo - einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the" - einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." - einfo - einfo "Also all backends, except the bind and random backends, are now compiled as" - einfo "loadable modules and must be loaded with load-modules= in the configuration" - einfo "file." - einfo + elog + elog "pdns now provides multiple instances support. You can create more instances" + elog "by symlinking the pdns init script to another name." + elog + elog "The name must be in the format pdns-<suffix> and PowerDNS will use the" + elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." + elog + elog "Also all backends, except the bind and random backends, are now compiled as" + elog "loadable modules and must be loaded with load-modules= in the configuration" + elog "file." + elog } diff --git a/net-dns/pdns/pdns-2.9.20-r2.ebuild b/net-dns/pdns/pdns-2.9.20-r2.ebuild index 78db7a72f7a5..31add4821c5c 100644 --- a/net-dns/pdns/pdns-2.9.20-r2.ebuild +++ b/net-dns/pdns/pdns-2.9.20-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-dns/pdns/pdns-2.9.20-r2.ebuild,v 1.4 2006/11/23 17:19:49 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r2.ebuild,v 1.5 2007/05/06 09:16:12 genone Exp $ inherit multilib eutils autotools @@ -91,11 +91,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "PowerDNS provides multiple instances support. You can create more instances" - einfo "by symlinking the pdns init script to another name." - einfo - einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the" - einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." - einfo + elog + elog "PowerDNS provides multiple instances support. You can create more instances" + elog "by symlinking the pdns init script to another name." + elog + elog "The name must be in the format pdns-<suffix> and PowerDNS will use the" + elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." + elog } diff --git a/net-dns/pdns/pdns-2.9.21.ebuild b/net-dns/pdns/pdns-2.9.21.ebuild index 801e258ef3df..fced930af5f2 100644 --- a/net-dns/pdns/pdns-2.9.21.ebuild +++ b/net-dns/pdns/pdns-2.9.21.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-dns/pdns/pdns-2.9.21.ebuild,v 1.2 2007/04/26 22:38:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.21.ebuild,v 1.3 2007/05/06 09:16:12 genone Exp $ inherit multilib eutils autotools @@ -94,11 +94,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "PowerDNS provides multiple instances support. You can create more instances" - einfo "by symlinking the pdns init script to another name." - einfo - einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the" - einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." - einfo + elog + elog "PowerDNS provides multiple instances support. You can create more instances" + elog "by symlinking the pdns init script to another name." + elog + elog "The name must be in the format pdns-<suffix> and PowerDNS will use the" + elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default." + elog } diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog index a2cc871d8e82..c6ddce6e1c05 100644 --- a/net-dns/pdnsd/ChangeLog +++ b/net-dns/pdnsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdnsd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.70 2007/04/22 18:17:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.71 2007/05/06 09:18:17 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> pdnsd-1.2.4-r1.ebuild, + pdnsd-1.2.4-r3.ebuild, pdnsd-1.2.5.ebuild: + Replacing einfo with elog 22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> pdnsd-1.2.5.ebuild: ppc stable, bug #174559 diff --git a/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild b/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild index 04dd5f0b88e5..2961f4a31e2e 100644 --- a/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.4-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-dns/pdnsd/pdnsd-1.2.4-r1.ebuild,v 1.6 2007/03/10 14:03:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild,v 1.7 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -111,11 +111,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } diff --git a/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild b/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild index ae3a73e2e980..7dc3f361d249 100644 --- a/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.4-r3.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-dns/pdnsd/pdnsd-1.2.4-r3.ebuild,v 1.6 2007/03/10 14:03:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild,v 1.7 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -115,11 +115,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } diff --git a/net-dns/pdnsd/pdnsd-1.2.5.ebuild b/net-dns/pdnsd/pdnsd-1.2.5.ebuild index acfa2a52f09a..b6f863659a54 100644 --- a/net-dns/pdnsd/pdnsd-1.2.5.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.5.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-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.8 2007/04/22 18:17:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.9 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -108,11 +108,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } diff --git a/net-dns/rbldnsd/ChangeLog b/net-dns/rbldnsd/ChangeLog index 72c767eb612b..21680d0bf388 100644 --- a/net-dns/rbldnsd/ChangeLog +++ b/net-dns/rbldnsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/rbldnsd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.6 2007/02/22 02:05:05 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.7 2007/05/06 09:21:15 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> rbldnsd-0.995.ebuild, + rbldnsd-0.996.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-dns/rbldnsd/rbldnsd-0.995.ebuild b/net-dns/rbldnsd/rbldnsd-0.995.ebuild index 1446a19eee80..c9c86b6bebfd 100644 --- a/net-dns/rbldnsd/rbldnsd-0.995.ebuild +++ b/net-dns/rbldnsd/rbldnsd-0.995.ebuild @@ -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/net-dns/rbldnsd/rbldnsd-0.995.ebuild,v 1.3 2005/08/26 20:46:15 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/rbldnsd-0.995.ebuild,v 1.4 2007/05/06 09:21:15 genone Exp $ inherit eutils DESCRIPTION="a DNS daemon which is designed to serve DNSBL zones" @@ -34,6 +34,6 @@ pkg_postinst() { enewuser rbldns -1 -1 /var/db/rbldnsd rbldns chown rbldns:rbldns /var/db/rbldnsd - einfo "for testing purpose, example zone file has been installed" - einfo "see /usr/share/doc/${PF}/example." + elog "for testing purpose, example zone file has been installed" + elog "see /usr/share/doc/${PF}/example." } diff --git a/net-dns/rbldnsd/rbldnsd-0.996.ebuild b/net-dns/rbldnsd/rbldnsd-0.996.ebuild index 1208a1000e93..53bcb33ba32b 100644 --- a/net-dns/rbldnsd/rbldnsd-0.996.ebuild +++ b/net-dns/rbldnsd/rbldnsd-0.996.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-dns/rbldnsd/rbldnsd-0.996.ebuild,v 1.2 2006/08/27 22:43:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/rbldnsd-0.996.ebuild,v 1.3 2007/05/06 09:21:15 genone Exp $ inherit eutils DESCRIPTION="a DNS daemon which is designed to serve DNSBL zones" @@ -34,6 +34,6 @@ pkg_postinst() { enewuser rbldns -1 -1 /var/db/rbldnsd rbldns chown rbldns:rbldns /var/db/rbldnsd - einfo "for testing purpose, example zone file has been installed" - einfo "see /usr/share/doc/${PF}/example.gz" + elog "for testing purpose, example zone file has been installed" + elog "see /usr/share/doc/${PF}/example.gz" } diff --git a/net-dns/resolvconf-gentoo/ChangeLog b/net-dns/resolvconf-gentoo/ChangeLog index 3340e48c06cf..a13ab6c408a4 100644 --- a/net-dns/resolvconf-gentoo/ChangeLog +++ b/net-dns/resolvconf-gentoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/resolvconf-gentoo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.26 2007/04/09 20:15:36 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.27 2007/05/06 09:23:21 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> + resolvconf-gentoo-1.0.ebuild, resolvconf-gentoo-1.1.ebuild, + resolvconf-gentoo-1.2.ebuild, resolvconf-gentoo-1.3.ebuild: + Replacing einfo with elog *resolvconf-gentoo-1.3 (09 Apr 2007) diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild index eea3fdb6445d..97b71bbd8aba 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.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-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.14 2007/01/07 13:08:46 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.15 2007/05/06 09:23:21 genone Exp $ inherit eutils @@ -26,8 +26,8 @@ pkg_postinst() { "resolvconf/run/resolv.conf" ]] ; then ewarn "resolvconf requires ${ROOT}/etc/resolv.conf to be a symbolic" ewarn "to resolvconf/run/resolv.conf" - einfo "To set this up automatically type" - einfo " emerge --config =${PF}" + ewarn "To set this up automatically type" + ewarn " emerge --config =${PF}" fi } diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild index 742eeaf09bc0..fbf322aa59b9 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.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-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild,v 1.3 2007/01/07 13:08:46 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild,v 1.4 2007/05/06 09:23:21 genone Exp $ inherit eutils @@ -26,8 +26,8 @@ pkg_postinst() { "resolvconf/run/resolv.conf" ]] ; then ewarn "resolvconf requires ${ROOT}/etc/resolv.conf to be a symbolic" ewarn "to resolvconf/run/resolv.conf" - einfo "To set this up automatically type" - einfo " emerge --config =${PF}" + ewarn "To set this up automatically type" + ewarn " emerge --config =${PF}" fi } diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild index a562dba6c2ef..6b21d6434efd 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.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-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.11 2007/01/30 05:49:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.12 2007/05/06 09:23:21 genone Exp $ inherit eutils @@ -26,8 +26,8 @@ pkg_postinst() { "resolvconf/run/resolv.conf" ]] ; then ewarn "resolvconf requires ${ROOT}/etc/resolv.conf to be a symbolic" ewarn "to resolvconf/run/resolv.conf" - einfo "To set this up automatically type" - einfo " emerge --config =${PF}" + ewarn "To set this up automatically type" + ewarn " emerge --config =${PF}" fi } diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild index aad1c9a40254..600e7805ccf5 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.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-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild,v 1.1 2007/04/09 20:15:36 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild,v 1.2 2007/05/06 09:23:21 genone Exp $ inherit eutils @@ -26,8 +26,8 @@ pkg_postinst() { "resolvconf/run/resolv.conf" ] ; then ewarn "resolvconf requires ${ROOT}etc/resolv.conf to be a symbolic" ewarn "to resolvconf/run/resolv.conf" - einfo "To set this up automatically type" - einfo " emerge --config =${PF}" + ewarn "To set this up automatically type" + ewarn " emerge --config =${PF}" fi } diff --git a/net-dns/totd/ChangeLog b/net-dns/totd/ChangeLog index e1a32b57f4a7..3191dd116551 100644 --- a/net-dns/totd/ChangeLog +++ b/net-dns/totd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/totd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.5 2007/04/28 17:22:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.6 2007/05/06 09:24:36 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> totd-1.3.ebuild, + totd-1.5.ebuild, totd-1.5.1.ebuild: + Replacing einfo with elog 28 Apr 2007; Sven Wegener <swegener@gentoo.org> totd-1.3.ebuild, totd-1.5.ebuild, totd-1.5.1.ebuild: diff --git a/net-dns/totd/totd-1.3.ebuild b/net-dns/totd/totd-1.3.ebuild index 6a9fb6a4e94b..64d64a927aac 100644 --- a/net-dns/totd/totd-1.3.ebuild +++ b/net-dns/totd/totd-1.3.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-dns/totd/totd-1.3.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.3.ebuild,v 1.3 2007/05/06 09:24:36 genone Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -26,7 +26,7 @@ src_install() { } pkg_postinst() { - einfo "/usr/share/doc/${P}/totd.conf.sample.gz contains" - einfo "a sample config file for totd. Make sure you create" - einfo "/etc/totd.conf with the necessary configurations" + elog "/usr/share/doc/${P}/totd.conf.sample.gz contains" + elog "a sample config file for totd. Make sure you create" + elog "/etc/totd.conf with the necessary configurations" } diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index 3d8cbdf650c9..fac13875ef25 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.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-dns/totd/totd-1.5.1.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.3 2007/05/06 09:24:36 genone Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -27,7 +27,7 @@ src_install() { } pkg_postinst() { - einfo "/usr/share/doc/${P}/totd.conf.sample.gz contains" - einfo "a sample config file for totd. Make sure you create" - einfo "/etc/totd.conf with the necessary configurations" + elog "/usr/share/doc/${P}/totd.conf.sample.gz contains" + elog "a sample config file for totd. Make sure you create" + elog "/etc/totd.conf with the necessary configurations" } diff --git a/net-dns/totd/totd-1.5.ebuild b/net-dns/totd/totd-1.5.ebuild index fdd5144e69ff..ad57979c3f29 100644 --- a/net-dns/totd/totd-1.5.ebuild +++ b/net-dns/totd/totd-1.5.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-dns/totd/totd-1.5.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.ebuild,v 1.3 2007/05/06 09:24:36 genone Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -27,7 +27,7 @@ src_install() { } pkg_postinst() { - einfo "/usr/share/doc/${P}/totd.conf.sample.gz contains" - einfo "a sample config file for totd. Make sure you create" - einfo "/etc/totd.conf with the necessary configurations" + elog "/usr/share/doc/${P}/totd.conf.sample.gz contains" + elog "a sample config file for totd. Make sure you create" + elog "/etc/totd.conf with the necessary configurations" } |