summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-05 20:25:49 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-05 20:25:49 +0000
commit1fc431cec29b48f887e578c06ee10e0b57dfb882 (patch)
treefb6e063de888b8fdb09f2ef66a8fb44d4398a22f /dev-java/bsh
parentRemove src_compile. (diff)
downloadhistorical-1fc431cec29b48f887e578c06ee10e0b57dfb882.tar.gz
historical-1fc431cec29b48f887e578c06ee10e0b57dfb882.tar.bz2
historical-1fc431cec29b48f887e578c06ee10e0b57dfb882.zip
Convert einfo to elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'dev-java/bsh')
-rw-r--r--dev-java/bsh/ChangeLog8
-rw-r--r--dev-java/bsh/bsh-1.3.0.ebuild10
-rw-r--r--dev-java/bsh/bsh-2.0_beta1-r1.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-java/bsh/ChangeLog b/dev-java/bsh/ChangeLog
index 7ade2fe58ab4..33c8ade04cac 100644
--- a/dev-java/bsh/ChangeLog
+++ b/dev-java/bsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/bsh
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.35 2006/12/07 22:36:29 flameeyes Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.36 2007/01/05 20:23:36 caster Exp $
+
+ 05 Jan 2007; Vlastimil Babka <caster@gentoo.org> bsh-1.3.0.ebuild,
+ bsh-2.0_beta1-r1.ebuild:
+ Convert einfo to elog.
07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
bsh-2.0_beta4-r1.ebuild:
diff --git a/dev-java/bsh/bsh-1.3.0.ebuild b/dev-java/bsh/bsh-1.3.0.ebuild
index e18bcabc27a9..80b27dd675ef 100644
--- a/dev-java/bsh/bsh-1.3.0.ebuild
+++ b/dev-java/bsh/bsh-1.3.0.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/bsh/bsh-1.3.0.ebuild,v 1.12 2006/10/05 14:58:37 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-1.3.0.ebuild,v 1.13 2007/01/05 20:23:36 caster Exp $
inherit java-pkg
@@ -17,9 +17,9 @@ DEPEND=""
RDEPEND=">=virtual/jdk-1.2"
src_compile() {
- einfo " This ebuild is binary-only (for now)."
- einfo " If you get this to compile from source, please file a bug"
- einfo " and let us know. http://bugs.gentoo.org/"
+ elog "This ebuild is binary-only (for now)."
+ elog "If you get this to compile from source, please file a bug"
+ elog "and let us know. http://bugs.gentoo.org/"
}
src_install() {
diff --git a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild
index 3492b2f10ed2..b7206988ab5e 100644
--- a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild
+++ b/dev-java/bsh/bsh-2.0_beta1-r1.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/bsh/bsh-2.0_beta1-r1.ebuild,v 1.8 2006/10/05 14:58:37 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.9 2007/01/05 20:23:36 caster Exp $
inherit java-pkg
@@ -21,9 +21,9 @@ src_unpack() {
}
src_compile() {
- einfo " This ebuild is binary-only (for now)."
- einfo " If you get this to compile from source, please file a bug"
- einfo " and let us know. http://bugs.gentoo.org/"
+ elog "This ebuild is binary-only (for now)."
+ elog "If you get this to compile from source, please file a bug"
+ elog "and let us know. http://bugs.gentoo.org/"
}
src_install() {