summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-05 23:33:59 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-05 23:33:59 +0000
commitac9cc15ec2cfde1e053d66ced534a2c9d463ecc5 (patch)
tree92163d10e69ab97bf99cf392b216396fbace818a /dev-java/proguard
parentQA: Removed unused versions. (diff)
downloadgentoo-2-ac9cc15ec2cfde1e053d66ced534a2c9d463ecc5.tar.gz
gentoo-2-ac9cc15ec2cfde1e053d66ced534a2c9d463ecc5.tar.bz2
gentoo-2-ac9cc15ec2cfde1e053d66ced534a2c9d463ecc5.zip
Convert einfo to elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-java/proguard')
-rw-r--r--dev-java/proguard/ChangeLog7
-rw-r--r--dev-java/proguard/proguard-3.6.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-java/proguard/ChangeLog b/dev-java/proguard/ChangeLog
index bd5abbc66da9..1b3a4388699c 100644
--- a/dev-java/proguard/ChangeLog
+++ b/dev-java/proguard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/proguard
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/proguard/ChangeLog,v 1.4 2006/08/20 12:22:57 nelchael Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/proguard/ChangeLog,v 1.5 2007/01/05 23:33:59 caster Exp $
+
+ 05 Jan 2007; Vlastimil Babka <caster@gentoo.org> proguard-3.6.ebuild:
+ Convert einfo to elog.
20 Aug 2006; Krzysiek Pawlik <nelchael@gentoo.org> proguard-3.6.ebuild:
Added missing DEPENDs, see bug #144514.
diff --git a/dev-java/proguard/proguard-3.6.ebuild b/dev-java/proguard/proguard-3.6.ebuild
index 169defcca9bd..f17fb72483ee 100644
--- a/dev-java/proguard/proguard-3.6.ebuild
+++ b/dev-java/proguard/proguard-3.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/dev-java/proguard/proguard-3.6.ebuild,v 1.3 2006/08/20 12:22:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/proguard/proguard-3.6.ebuild,v 1.4 2007/01/05 23:33:59 caster Exp $
inherit java-pkg-2 java-ant-2
@@ -44,7 +44,7 @@ src_install() {
pkg_postinst() {
- einfo "Please see http://proguard.sourceforge.net/GPL_exception.html"
- einfo "for linking exception information about ${PN}"
+ elog "Please see http://proguard.sourceforge.net/GPL_exception.html"
+ elog "for linking exception information about ${PN}"
}