diff options
author | Jochen Maes <sejo@gentoo.org> | 2004-06-20 16:05:34 +0000 |
---|---|---|
committer | Jochen Maes <sejo@gentoo.org> | 2004-06-20 16:05:34 +0000 |
commit | 053009cd6651afcfa5edd89a26d553a7559d236d (patch) | |
tree | e8bc4c74f6d9b77d9456245a85db78990128dc2c /dev-java | |
parent | Updated to new upstream version of qsynth. (Manifest recommit) (diff) | |
download | gentoo-2-053009cd6651afcfa5edd89a26d553a7559d236d.tar.gz gentoo-2-053009cd6651afcfa5edd89a26d553a7559d236d.tar.bz2 gentoo-2-053009cd6651afcfa5edd89a26d553a7559d236d.zip |
patch added by SeJo, created by axxo@keanu.be, thank you for that
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-net/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog index abe955615410..037881427193 100644 --- a/dev-java/commons-net/ChangeLog +++ b/dev-java/commons-net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-net # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.8 2004/05/12 08:41:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.9 2004/06/20 16:05:34 sejo Exp $ + + 20 Jun 2004; <SeJo@gentoo.org> commons-net-1.1.0.ebuild: + patch added by SeJo created by axxo@keanu.be, thanks *commons-net-1.2.0 (03 May 2004) diff --git a/dev-java/commons-net/commons-net-1.1.0.ebuild b/dev-java/commons-net/commons-net-1.1.0.ebuild index 537ecbaa2861..65d0b35ae652 100644 --- a/dev-java/commons-net/commons-net-1.1.0.ebuild +++ b/dev-java/commons-net/commons-net-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.1.0.ebuild,v 1.4 2004/05/03 22:20:59 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.1.0.ebuild,v 1.5 2004/06/20 16:05:34 sejo Exp $ inherit eutils java-pkg @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="~x86 ~ppc" IUSE="jikes" src_unpack() { @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - local antflags="jar" + local antflags="jar -propertyfile build.properties" use jikes && antflags="${antflags} -Dbuild.compiler=jikes" ant ${antflags} || die "died on ant" } |