diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-05 20:23:36 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-05 20:23:36 +0000 |
commit | 3464ed635e5ae0d8ae80cd75c4647b962963e0ab (patch) | |
tree | f82c15fbb9aa6e46fa8cc45dfb1a92e6362216d6 /dev-java/bsh | |
parent | Version bump (diff) | |
download | gentoo-2-3464ed635e5ae0d8ae80cd75c4647b962963e0ab.tar.gz gentoo-2-3464ed635e5ae0d8ae80cd75c4647b962963e0ab.tar.bz2 gentoo-2-3464ed635e5ae0d8ae80cd75c4647b962963e0ab.zip |
Convert einfo to elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/bsh/bsh-1.3.0.ebuild | 10 | ||||
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1-r1.ebuild | 10 |
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() { |