diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-10-17 12:30:32 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-10-17 12:30:32 +0000 |
commit | 413693e935fa32f1a6d6d593f728e138bf6beead (patch) | |
tree | b04e183c925003b7a83b30390c36a95d5f68d605 /dev-java | |
parent | Remove old. (diff) | |
download | gentoo-2-413693e935fa32f1a6d6d593f728e138bf6beead.tar.gz gentoo-2-413693e935fa32f1a6d6d593f728e138bf6beead.tar.bz2 gentoo-2-413693e935fa32f1a6d6d593f728e138bf6beead.zip |
Remove old.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/bytelist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/bytelist/bytelist-1.0.2.ebuild | 39 | ||||
-rw-r--r-- | dev-java/bytelist/bytelist-1.0.ebuild | 38 |
3 files changed, 5 insertions, 78 deletions
diff --git a/dev-java/bytelist/ChangeLog b/dev-java/bytelist/ChangeLog index aec278470e34..e7886cd94ac1 100644 --- a/dev-java/bytelist/ChangeLog +++ b/dev-java/bytelist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/bytelist # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.13 2010/10/15 12:35:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.14 2010/10/17 12:30:32 caster Exp $ + + 17 Oct 2010; Vlastimil Babka <caster@gentoo.org> -bytelist-1.0.ebuild, + -bytelist-1.0.2.ebuild: + Remove old. 15 Oct 2010; Brent Baude <ranger@gentoo.org> bytelist-1.0.6.ebuild: stable ppc, bug 324437 diff --git a/dev-java/bytelist/bytelist-1.0.2.ebuild b/dev-java/bytelist/bytelist-1.0.2.ebuild deleted file mode 100644 index 01443655042d..000000000000 --- a/dev-java/bytelist/bytelist-1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.5 2010/01/03 20:18:59 fauli Exp $ - -EAPI=2 -JAVA_PKG_IUSE="source test" -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="JRuby support library" -HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND=">=virtual/jre-1.4 - dev-java/jcodings" - -DEPEND=">=virtual/jdk-1.4 - dev-java/jcodings - test? ( dev-java/ant-junit )" - -JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="jcodings" - -java_prepare() { - # Don't do tests unnecessarily. - sed -i 's:depends="test":depends="compile":' build.xml -} - -src_install() { - java-pkg_newjar lib/${PN}-1.0.1.jar - use source && java-pkg_dosrc src/* -} - -src_test() { - ANT_TASKS="ant-junit" eant test -} diff --git a/dev-java/bytelist/bytelist-1.0.ebuild b/dev-java/bytelist/bytelist-1.0.ebuild deleted file mode 100644 index 5023e6c73ce2..000000000000 --- a/dev-java/bytelist/bytelist-1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.ebuild,v 1.2 2009/01/05 22:01:39 maekke Exp $ - -JAVA_PKG_IUSE="source test" -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="JRuby support library" -HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="http://dev.gentooexperimental.org/~chewi/distfiles/${P}.tar.bz2" -LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.4" - -DEPEND=">=virtual/jdk-1.4 - test? ( dev-java/ant-junit )" - -JAVA_ANT_REWRITE_CLASSPATH="true" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Don't do tests unnecessarily. - sed -i 's:depends="test":depends="compile":' build.xml -} - -src_install() { - java-pkg_newjar lib/bytelist-0.1.jar - use source && java-pkg_dosrc src/* -} - -src_test() { - ANT_TASKS="ant-junit" eant test -} |