summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 09:23:21 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 09:23:21 +0000
commit718898f86514ba3504f8bfe8825373f45bf377a6 (patch)
treef25af210f6ae0a1f50d9afcd4f69892240802349
parentReplacing einfo with elog (diff)
downloadgentoo-2-718898f86514ba3504f8bfe8825373f45bf377a6.tar.gz
gentoo-2-718898f86514ba3504f8bfe8825373f45bf377a6.tar.bz2
gentoo-2-718898f86514ba3504f8bfe8825373f45bf377a6.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
-rw-r--r--net-dns/resolvconf-gentoo/ChangeLog7
-rw-r--r--net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild6
-rw-r--r--net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild6
-rw-r--r--net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild6
-rw-r--r--net-dns/resolvconf-gentoo/resolvconf-gentoo-1.3.ebuild6
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
}