diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-06-07 18:49:09 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-06-07 18:49:09 +0000 |
commit | 23bf3f86b335b96d67451f4b56f313b04678ea4c (patch) | |
tree | 9fc931e127920eeb1b8f1492a53f3d79f87a7d72 /dev-java | |
parent | Fix SRC_URI for 2.1.1 (upstream moved the file). Version bump, adding src_test. (diff) | |
download | gentoo-2-23bf3f86b335b96d67451f4b56f313b04678ea4c.tar.gz gentoo-2-23bf3f86b335b96d67451f4b56f313b04678ea4c.tar.bz2 gentoo-2-23bf3f86b335b96d67451f4b56f313b04678ea4c.zip |
Fixed USE flags (bug #135959)
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-jelly/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-jelly/commons-jelly-1.0.ebuild | 10 | ||||
-rw-r--r-- | dev-java/commons-jelly/files/digest-commons-jelly-1.0 | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-java/commons-jelly/ChangeLog b/dev-java/commons-jelly/ChangeLog index 0fde5adcfc49..32f6523f441a 100644 --- a/dev-java/commons-jelly/ChangeLog +++ b/dev-java/commons-jelly/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-jelly -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jelly/ChangeLog,v 1.1 2005/12/24 02:24:06 nichoj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jelly/ChangeLog,v 1.2 2006/06/07 18:49:09 nichoj Exp $ + + 07 Jun 2006; Joshua Nichols <jnichols@gentoo.org> + commons-jelly-1.0.ebuild: + Fixed USE flags (bug #135959) *commons-jelly-1.0 (24 Dec 2005) diff --git a/dev-java/commons-jelly/commons-jelly-1.0.ebuild b/dev-java/commons-jelly/commons-jelly-1.0.ebuild index c106a9ce1809..f1830c19ced8 100644 --- a/dev-java/commons-jelly/commons-jelly-1.0.ebuild +++ b/dev-java/commons-jelly/commons-jelly-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jelly/commons-jelly-1.0.ebuild,v 1.2 2005/12/25 19:22:45 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jelly/commons-jelly-1.0.ebuild,v 1.3 2006/06/07 18:49:09 nichoj Exp $ inherit java-pkg eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/jakarta/commons/jelly/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" KEYWORDS="~x86" -IUSE="doc jikes junit source" +IUSE="doc jikes test source" RDEPEND=">=virtual/jre-1.4 ~dev-java/servletapi-2.3 @@ -53,7 +53,7 @@ src_unpack() { java-pkg_jar-from commons-beanutils-1.6,commons-collections java-pkg_jar-from dom4j-1,jaxen-1.1,xerces-2 - if use junit; then + if use test; then java-pkg_jar-from commons-logging fi } @@ -61,7 +61,7 @@ src_unpack() { src_compile() { local antflags="-Dlibdir=lib jar" use doc && antflags="${antflags} javadoc" - use junit && antflags="${antflags} test" + use test && antflags="${antflags} test" ant ${antflags} || die "Ant failed" } diff --git a/dev-java/commons-jelly/files/digest-commons-jelly-1.0 b/dev-java/commons-jelly/files/digest-commons-jelly-1.0 index 7bb4df0cc817..c5964f16afb6 100644 --- a/dev-java/commons-jelly/files/digest-commons-jelly-1.0 +++ b/dev-java/commons-jelly/files/digest-commons-jelly-1.0 @@ -1 +1,3 @@ MD5 d8c62cf844ca7ad8b6f34366eb2233c1 commons-jelly-1.0-src.tar.gz 174769 +RMD160 c273e80fb10327a833d192e89500a08302d68c58 commons-jelly-1.0-src.tar.gz 174769 +SHA256 113d606361845d08dab69f187690bf5dcfb5e9ca8fab780135898eb6d0a8d7d1 commons-jelly-1.0-src.tar.gz 174769 |