summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-05 23:45:00 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-05 23:45:00 +0000
commit989d7b43c62a4ab428d155e38487695263e2892d (patch)
tree2804b460f2fb1da6d89c92e2b8c5443c5e233d3f /dev-java/xmlc
parentQA: Removed unused versions. (diff)
downloadhistorical-989d7b43c62a4ab428d155e38487695263e2892d.tar.gz
historical-989d7b43c62a4ab428d155e38487695263e2892d.tar.bz2
historical-989d7b43c62a4ab428d155e38487695263e2892d.zip
Convert einfo to elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'dev-java/xmlc')
-rw-r--r--dev-java/xmlc/ChangeLog7
-rw-r--r--dev-java/xmlc/xmlc-2.2.5-r1.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-java/xmlc/ChangeLog b/dev-java/xmlc/ChangeLog
index 14818d710dbb..eac09c4e7625 100644
--- a/dev-java/xmlc/ChangeLog
+++ b/dev-java/xmlc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/xmlc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/ChangeLog,v 1.3 2006/10/05 15:53:30 gustavoz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/ChangeLog,v 1.4 2007/01/05 23:43:41 caster Exp $
+
+ 05 Jan 2007; Vlastimil Babka <caster@gentoo.org> xmlc-2.2.5-r1.ebuild:
+ Convert einfo to elog.
05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> xmlc-2.2.5.ebuild:
Dropping sparc keywords, see #96229
diff --git a/dev-java/xmlc/xmlc-2.2.5-r1.ebuild b/dev-java/xmlc/xmlc-2.2.5-r1.ebuild
index ddc00fc29f52..9a65d668d188 100644
--- a/dev-java/xmlc/xmlc-2.2.5-r1.ebuild
+++ b/dev-java/xmlc/xmlc-2.2.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/xmlc/xmlc-2.2.5-r1.ebuild,v 1.1 2005/12/30 17:56:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/xmlc-2.2.5-r1.ebuild,v 1.2 2007/01/05 23:43:41 caster Exp $
inherit java-pkg
@@ -77,9 +77,9 @@ src_install() {
}
pkg_postinst() {
- einfo "This release does not install dependencies of xmlc as separate jars or"
- einfo "inside the xmlc-all-runtime.jar. You should make sure to include the"
- einfo "dependencies by yourself when trying to run something using xmlc."
- einfo "jtidy.jar is still installed because xmlc needs a modified version of"
- einfo "it."
+ elog "This release does not install dependencies of xmlc as separate jars or"
+ elog "inside the xmlc-all-runtime.jar. You should make sure to include the"
+ elog "dependencies by yourself when trying to run something using xmlc."
+ elog "jtidy.jar is still installed because xmlc needs a modified version of"
+ elog "it."
}