summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 00:03:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 00:03:33 +0000
commit45b140c7c869be7aa3bae6b2184812ce6cd696e0 (patch)
tree9c3dfd51189616f2df9f5871f56c4ebec7717bf1 /dev-perl/perltidy
parentReplacing einfo with elog (diff)
downloadhistorical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.tar.gz
historical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.tar.bz2
historical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog7
-rw-r--r--dev-perl/perltidy/perltidy-20060719.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index de0277cccbbf..93c3c2ff506b 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/perltidy
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.25 2006/10/21 14:50:58 dertobi123 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.26 2007/03/04 00:03:33 genone Exp $
+
+ 04 Mar 2007; Marius Mauch <genone@gentoo.org> perltidy-20060719.ebuild:
+ Replacing einfo with elog
21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
perltidy-20060719.ebuild:
diff --git a/dev-perl/perltidy/perltidy-20060719.ebuild b/dev-perl/perltidy/perltidy-20060719.ebuild
index f90ea3414080..c7bf668f132b 100644
--- a/dev-perl/perltidy/perltidy-20060719.ebuild
+++ b/dev-perl/perltidy/perltidy-20060719.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/dev-perl/perltidy/perltidy-20060719.ebuild,v 1.5 2006/10/21 14:50:58 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20060719.ebuild,v 1.6 2007/03/04 00:03:33 genone Exp $
inherit perl-module
@@ -21,7 +21,7 @@ mydoc="examples/*"
mymake="/usr"
pkg_postinst() {
- einfo "Example scripts can be found in /usr/share/doc/${P}"
+ elog "Example scripts can be found in /usr/share/doc/${P}"
}