diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-14 13:55:19 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-14 13:55:19 +0000 |
commit | 39763f73b42fcc8f326f6b03655aa4f97966ff9a (patch) | |
tree | 553eaf000d4b763e3427f94ae798b2e53ff15c27 /dev-java/javacup | |
parent | Bump the release candidate for more testing. (diff) | |
download | gentoo-2-39763f73b42fcc8f326f6b03655aa4f97966ff9a.tar.gz gentoo-2-39763f73b42fcc8f326f6b03655aa4f97966ff9a.tar.bz2 gentoo-2-39763f73b42fcc8f326f6b03655aa4f97966ff9a.zip |
Remove the now obsolete WANT_SPLIT_ANT variable.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-java/javacup')
-rw-r--r-- | dev-java/javacup/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/javacup/javacup-0.11a_beta20060608.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-java/javacup/ChangeLog b/dev-java/javacup/ChangeLog index 38538c20ec0f..90a55dc766fb 100644 --- a/dev-java/javacup/ChangeLog +++ b/dev-java/javacup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/javacup -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.21 2007/06/20 17:23:10 betelgeuse Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.22 2008/01/14 13:55:19 caster Exp $ + + 14 Jan 2008; Vlastimil Babka <caster@gentoo.org> + javacup-0.11a_beta20060608.ebuild: + Remove the now obsolete WANT_SPLIT_ANT variable. 20 Jun 2007; Petteri Räty <betelgeuse@gentoo.org> javacup-0.10k-r1.ebuild: diff --git a/dev-java/javacup/javacup-0.11a_beta20060608.ebuild b/dev-java/javacup/javacup-0.11a_beta20060608.ebuild index db099e09a30e..5b5a84ca8b7e 100644 --- a/dev-java/javacup/javacup-0.11a_beta20060608.ebuild +++ b/dev-java/javacup/javacup-0.11a_beta20060608.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11a_beta20060608.ebuild,v 1.2 2007/07/11 19:58:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.11a_beta20060608.ebuild,v 1.3 2008/01/14 13:55:19 caster Exp $ JAVA_PKG_IUSE="source doc" -WANT_SPLIT_ANT="true" inherit java-pkg-2 java-ant-2 @@ -28,13 +27,12 @@ RDEPEND=">=virtual/jre-1.4 src_unpack() { unpack ${A} - cd ${S} - find . -name "*.class" -exec rm -f {} \; + cd "${S}" + find . -name "*.class" -delete || die java-ant_rewrite-classpath } src_compile() { - ANT_TASKS="none" eant -Dgentoo.classpath="$(java-pkg_getjars ant-core)" rm bin/java-cup-11.jar cp dist/java-cup-11a.jar bin/java-cup-11.jar |