summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-05 23:43:41 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-05 23:43:41 +0000
commitc0ac25871969c1afcd9bec01f54b9182d2304d95 (patch)
treed6dea2fc07f377fa0eeafe0d3009a3986e4cbcd1 /dev-java/xmlc
parentConvert einfo to elog. (diff)
downloadgentoo-2-c0ac25871969c1afcd9bec01f54b9182d2304d95.tar.gz
gentoo-2-c0ac25871969c1afcd9bec01f54b9182d2304d95.tar.bz2
gentoo-2-c0ac25871969c1afcd9bec01f54b9182d2304d95.zip
Convert einfo to elog.
(Portage version: 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."
}