diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:24:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:24:36 +0000 |
commit | 81ce6fc45a21543732670818c75558e462b55297 (patch) | |
tree | 054eb5e5966eb589cc82af960bc9af5785ff7c89 /net-dns/resolvconf-gentoo | |
parent | Replacing einfo with ewarn (diff) | |
download | historical-81ce6fc45a21543732670818c75558e462b55297.tar.gz historical-81ce6fc45a21543732670818c75558e462b55297.tar.bz2 historical-81ce6fc45a21543732670818c75558e462b55297.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/resolvconf-gentoo')
5 files changed, 18 insertions, 13 deletions
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 } |