summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-03 23:42:56 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-03 23:42:56 +0000
commit3e50979062aa4d0efbf84fc569e9b10f5e8baa10 (patch)
tree656d4f366c01c94bef2f1434fe737da47898c5a5 /dev-perl/HTML-Mason
parentReplacing einfo with elog (diff)
downloadhistorical-3e50979062aa4d0efbf84fc569e9b10f5e8baa10.tar.gz
historical-3e50979062aa4d0efbf84fc569e9b10f5e8baa10.tar.bz2
historical-3e50979062aa4d0efbf84fc569e9b10f5e8baa10.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/ChangeLog5
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild24
2 files changed, 16 insertions, 13 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog
index 124b0c55c302..35030b6b51c1 100644
--- a/dev-perl/HTML-Mason/ChangeLog
+++ b/dev-perl/HTML-Mason/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.63 2007/01/20 15:21:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.64 2007/03/03 23:41:55 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> HTML-Mason-1.26.ebuild:
+ Replacing einfo with elog
20 Jan 2007; Michael Cummings <mcummings@gentoo.org>
HTML-Mason-1.32.ebuild, HTML-Mason-1.33.ebuild, HTML-Mason-1.35.ebuild:
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
index 5519aa97bca0..3f219e0a0694 100644
--- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.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/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.15 2007/01/20 14:41:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.16 2007/03/03 23:41:55 genone Exp $
inherit perl-module
@@ -36,17 +36,17 @@ src_install () {
pkg_postinst() {
- einfo
- einfo "Due to a change in documention in HTML-Mason, you will need to note"
- einfo "that the documentation in the following files is no longer valid."
- einfo "These files are present only if you had a previous install of "
- einfo "HTML-Mason. Feel free to remove these docs from your system: "
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
- einfo "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
- einfo "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
- einfo
+ elog
+ elog "Due to a change in documention in HTML-Mason, you will need to note"
+ elog "that the documentation in the following files is no longer valid."
+ elog "These files are present only if you had a previous install of "
+ elog "HTML-Mason. Feel free to remove these docs from your system: "
+ elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod"
+ elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod"
+ elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod"
+ elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod"
+ elog "Where PERLVERSION is your version of perl (5.6.1, 5.8)"
+ elog
}