summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-06-12 12:36:27 +0000
committerMarius Mauch <genone@gentoo.org>2007-06-12 12:36:27 +0000
commit44af8049552cb68bfbdb413669e14b0558751d24 (patch)
treeed82ddf7f28536c000e9822a7ed83d36867405fb /net-mail/fetchyahoo
parentAdded check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff)
downloadhistorical-44af8049552cb68bfbdb413669e14b0558751d24.tar.gz
historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.bz2
historical-44af8049552cb68bfbdb413669e14b0558751d24.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r--net-mail/fetchyahoo/ChangeLog6
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild8
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild8
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild6
4 files changed, 16 insertions, 12 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog
index 03645c082e6d..8111fcc48567 100644
--- a/net-mail/fetchyahoo/ChangeLog
+++ b/net-mail/fetchyahoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchyahoo
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.42 2007/03/30 00:17:04 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.43 2007/06/12 12:28:24 genone Exp $
+
+ 12 Jun 2007; Marius Mauch <genone@gentoo.org> fetchyahoo-2.10.5.ebuild,
+ fetchyahoo-2.10.6.ebuild, fetchyahoo-2.10.7.ebuild:
+ Replacing einfo with elog
*fetchyahoo-2.10.7 (30 Mar 2007)
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild
index 91a2a8b4236d..77797e4bba14 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.5.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-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild,v 1.2 2006/12/13 21:43:17 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild,v 1.3 2007/06/12 12:28:24 genone Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -33,6 +33,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
- einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo"
+ elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
+ elog "The executable name has changed from fetchyahoo.pl to fetchyahoo"
}
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild
index fc7922255ba9..dd74c03b558d 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.6.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-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild,v 1.1 2006/12/13 21:43:17 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild,v 1.2 2007/06/12 12:28:24 genone Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -33,6 +33,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
- einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo"
+ elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
+ elog "The executable name has changed from fetchyahoo.pl to fetchyahoo"
}
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild
index 679decdd043e..78069d542a86 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.7.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-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild,v 1.1 2007/03/30 00:17:04 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild,v 1.2 2007/06/12 12:28:24 genone Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -33,6 +33,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
- einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo"
+ elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
+ elog "The executable name has changed from fetchyahoo.pl to fetchyahoo"
}