summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:01:55 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:01:55 +0000
commite25cd1e225d5a4ae3cd1cb0aec45dbe1bc067b24 (patch)
tree3c4f7df392a7c605fea57d6af3c24652702897f4 /app-text/rfcutil
parentReplacing einfo with elog (diff)
downloadgentoo-2-e25cd1e225d5a4ae3cd1cb0aec45dbe1bc067b24.tar.gz
gentoo-2-e25cd1e225d5a4ae3cd1cb0aec45dbe1bc067b24.tar.bz2
gentoo-2-e25cd1e225d5a4ae3cd1cb0aec45dbe1bc067b24.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/rfcutil')
-rw-r--r--app-text/rfcutil/ChangeLog7
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog
index 01e98f77b888..7b3f78fa0485 100644
--- a/app-text/rfcutil/ChangeLog
+++ b/app-text/rfcutil/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rfcutil
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.22 2006/12/26 12:23:39 dragonheart Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.23 2007/01/28 06:01:55 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> rfcutil-3.2.3.ebuild:
+ Replacing einfo with elog
26 Dec 2006; Daniel Black <dragonheart@gentoo.org> rfcutil-3.2.3.ebuild:
remove rfc -i that downloaded an index in pkg_postinst thanks to Evil
diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild
index 24476f9f8d47..c3c7d77b381e 100644
--- a/app-text/rfcutil/rfcutil-3.2.3.ebuild
+++ b/app-text/rfcutil/rfcutil-3.2.3.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/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.26 2006/12/26 12:23:39 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.27 2007/01/28 06:01:55 genone Exp $
inherit eutils
@@ -33,8 +33,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Gaarde suggests you make a cron.monthly to run the following:"
- einfo " /usr/bin/rfc -i"
+ elog "Gaarde suggests you make a cron.monthly to run the following:"
+ elog " /usr/bin/rfc -i"
}
pkg_prerm() {