summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-03-09 13:46:32 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-03-09 13:46:32 +0000
commit86633023c5cc79f2d551f7fe1e37276d4bc54b86 (patch)
tree83d4b5e957aeee75280e82bd4c9bc19949de5309 /dev-java/jruby
parentStable on sparc (diff)
downloadgentoo-2-86633023c5cc79f2d551f7fe1e37276d4bc54b86.tar.gz
gentoo-2-86633023c5cc79f2d551f7fe1e37276d4bc54b86.tar.bz2
gentoo-2-86633023c5cc79f2d551f7fe1e37276d4bc54b86.zip
Removed bundled jars while building.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-java/jruby')
-rw-r--r--dev-java/jruby/ChangeLog5
-rw-r--r--dev-java/jruby/jruby-0.9.8.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog
index f5316524009a..0bed33d8cad3 100644
--- a/dev-java/jruby/ChangeLog
+++ b/dev-java/jruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jruby
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.16 2007/03/08 04:52:36 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.17 2007/03/09 13:46:32 nichoj Exp $
+
+ 09 Mar 2007; Joshua Nichols <nichoj@gentoo.org> jruby-0.9.8.ebuild:
+ Removed bundled jars while building.
08 Mar 2007; Joshua Nichols <nichoj@gentoo.org> jruby-0.9.8.ebuild:
Now will only use javac for compilation. See
diff --git a/dev-java/jruby/jruby-0.9.8.ebuild b/dev-java/jruby/jruby-0.9.8.ebuild
index cb1d32220459..2ba7b9e87411 100644
--- a/dev-java/jruby/jruby-0.9.8.ebuild
+++ b/dev-java/jruby/jruby-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.9.8.ebuild,v 1.2 2007/03/08 04:52:36 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.9.8.ebuild,v 1.3 2007/03/09 13:46:32 nichoj Exp $
inherit eutils java-pkg-2 java-ant-2
@@ -46,6 +46,7 @@ src_unpack() {
#epatch ${FILESDIR}/${PN}-0.9.2-haltonfailure.patch
cd lib
+ rm *.jar
java-pkg_jar-from --build-only ant-core ant.jar
java-pkg_jar-from asm-2.2 asm.jar