diff options
Diffstat (limited to 'dev-java/proxool/proxool-0.8.3-r1.ebuild')
-rw-r--r-- | dev-java/proxool/proxool-0.8.3-r1.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-java/proxool/proxool-0.8.3-r1.ebuild b/dev-java/proxool/proxool-0.8.3-r1.ebuild index e31dc11633c1..0828af07c9cd 100644 --- a/dev-java/proxool/proxool-0.8.3-r1.ebuild +++ b/dev-java/proxool/proxool-0.8.3-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/proxool/proxool-0.8.3-r1.ebuild,v 1.3 2007/01/29 16:03:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/proxool/proxool-0.8.3-r1.ebuild,v 1.4 2007/04/25 19:39:58 nelchael Exp $ + +JAVA_PKG_IUSE="doc source" +WANT_ANT_TASKS="ant-nodeps" inherit java-pkg-2 java-ant-2 @@ -11,7 +14,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc source" +IUSE="" + +# Tests disabled because they would need hibernate +# and as such creating a circular dependency +RESTRICT="test" # We could add java5 use flag but the sources use enum # Making this ebuild quite complex. The mx4j-core dep @@ -46,11 +53,7 @@ src_unpack() { java-pkg_jar-from avalon-framework-4.2 java-pkg_jar-from avalon-logkit-2.0 java-pkg_jar-from mx4j-core-3.0 -} - -src_test() { - einfo "Tests disabled because they would need hibernate" - einfo "and as such creating a circular dependency" + java-pkg_jar-from --build-only checkstyle } src_install() { |