diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:22:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:22:11 +0000 |
commit | b2351f787717afb6802316f491143aac5bc0f44e (patch) | |
tree | ab4211272342dcda94b331634135ff6b82a444df /net-dns | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b2351f787717afb6802316f491143aac5bc0f44e.tar.gz gentoo-2-b2351f787717afb6802316f491143aac5bc0f44e.tar.bz2 gentoo-2-b2351f787717afb6802316f491143aac5bc0f44e.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.16-r1.ebuild | 10 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.17.ebuild | 10 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.18.ebuild | 10 |
4 files changed, 20 insertions, 16 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index bebfbc91d482..cc973d88ffa6 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.100 2007/04/28 12:48:09 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.101 2007/05/06 08:22:11 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> avahi-0.6.16-r1.ebuild, + avahi-0.6.17.ebuild, avahi-0.6.18.ebuild: + Replacing einfo with elog 28 Apr 2007; Carsten Lohrke <carlo@gentoo.org> avahi-0.6.18.ebuild: Block mDNSResponder, both because of the header installed with diff --git a/net-dns/avahi/avahi-0.6.16-r1.ebuild b/net-dns/avahi/avahi-0.6.16-r1.ebuild index d362975c4e9e..fdd1b304c1b5 100644 --- a/net-dns/avahi/avahi-0.6.16-r1.ebuild +++ b/net-dns/avahi/avahi-0.6.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.16-r1.ebuild,v 1.9 2007/02/11 10:50:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.16-r1.ebuild,v 1.10 2007/05/06 08:22:11 genone Exp $ inherit eutils mono python qt3 qt4 @@ -170,9 +170,9 @@ pkg_postinst() { if use autoipd then - einfo - einfo "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" - einfo "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" - einfo + elog + elog "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" + elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" + elog fi } diff --git a/net-dns/avahi/avahi-0.6.17.ebuild b/net-dns/avahi/avahi-0.6.17.ebuild index 0ee98c21f462..a3ece8e6cf60 100644 --- a/net-dns/avahi/avahi-0.6.17.ebuild +++ b/net-dns/avahi/avahi-0.6.17.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.17.ebuild,v 1.4 2007/03/05 21:08:30 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.17.ebuild,v 1.5 2007/05/06 08:22:11 genone Exp $ inherit eutils mono python qt3 qt4 @@ -162,9 +162,9 @@ pkg_postinst() { if use autoipd then - einfo - einfo "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" - einfo "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" - einfo + elog + elog "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" + elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" + elog fi } diff --git a/net-dns/avahi/avahi-0.6.18.ebuild b/net-dns/avahi/avahi-0.6.18.ebuild index b071ca77aa64..0ee8ddb325b5 100644 --- a/net-dns/avahi/avahi-0.6.18.ebuild +++ b/net-dns/avahi/avahi-0.6.18.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.18.ebuild,v 1.7 2007/04/28 12:48:09 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.18.ebuild,v 1.8 2007/05/06 08:22:11 genone Exp $ inherit eutils mono python qt3 qt4 @@ -168,9 +168,9 @@ pkg_postinst() { if use autoipd then - einfo - einfo "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" - einfo "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" - einfo + elog + elog "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)" + elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.net!" + elog fi } |