diff options
author | 2009-02-15 18:24:16 +0000 | |
---|---|---|
committer | 2009-02-15 18:24:16 +0000 | |
commit | afdf50382a08a565e01f6ed9e4804f188186bf42 (patch) | |
tree | 12096763781613c81681073bb53711da69d0c5a1 /dev-util/checkstyle/checkstyle-4.4.ebuild | |
parent | RDEPEND was supposed to be empty (diff) | |
download | gentoo-2-afdf50382a08a565e01f6ed9e4804f188186bf42.tar.gz gentoo-2-afdf50382a08a565e01f6ed9e4804f188186bf42.tar.bz2 gentoo-2-afdf50382a08a565e01f6ed9e4804f188186bf42.zip |
Cleanup and use slot deps.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/checkstyle/checkstyle-4.4.ebuild')
-rw-r--r-- | dev-util/checkstyle/checkstyle-4.4.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-util/checkstyle/checkstyle-4.4.ebuild b/dev-util/checkstyle/checkstyle-4.4.ebuild index ee81177fee2b..5a130aa3cac3 100644 --- a/dev-util/checkstyle/checkstyle-4.4.ebuild +++ b/dev-util/checkstyle/checkstyle-4.4.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.4.ebuild,v 1.4 2008/03/10 21:59:21 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.4.ebuild,v 1.5 2009/02/15 18:24:16 caster Exp $ +EAPI=1 WANT_ANT_TASKS="ant-antlr ant-nodeps" JAVA_PKG_IUSE="doc source test" @@ -15,12 +16,13 @@ SRC_URI="mirror://sourceforge/checkstyle/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" +IUSE="" -COMMON_DEP="dev-java/antlr - =dev-java/commons-beanutils-1.7* - =dev-java/commons-cli-1* - dev-java/commons-logging - dev-java/commons-collections" +COMMON_DEP="dev-java/antlr:0 + dev-java/commons-beanutils:1.7 + dev-java/commons-cli:1 + dev-java/commons-logging:0 + dev-java/commons-collections:0" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" @@ -31,7 +33,7 @@ DEPEND="!test? ( >=virtual/jdk-1.4 ) test? ( dev-java/ant-junit dev-java/ant-trax - dev-java/emma + dev-java/emma:0 )" S="${WORKDIR}/${MY_P}" |