summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-21 08:35:32 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-21 08:36:35 +0000
commit4b8bef01c2e0021fa1c2894f045e92e85289c5b2 (patch)
tree914727fdd25602614d5f8c3c5982fbbfc0c66069 /dev-java/commons-graph
parentdev-ml/ocamlnet: remove old. (diff)
downloadgentoo-4b8bef01c2e0021fa1c2894f045e92e85289c5b2.tar.gz
gentoo-4b8bef01c2e0021fa1c2894f045e92e85289c5b2.tar.bz2
gentoo-4b8bef01c2e0021fa1c2894f045e92e85289c5b2.zip
dev-java/commons-graph: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/commons-graph')
-rw-r--r--dev-java/commons-graph/commons-graph-0.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-java/commons-graph/commons-graph-0.1.ebuild b/dev-java/commons-graph/commons-graph-0.1.ebuild
index 2d7af9bab4a2..643324b00799 100644
--- a/dev-java/commons-graph/commons-graph-0.1.ebuild
+++ b/dev-java/commons-graph/commons-graph-0.1.ebuild
@@ -10,6 +10,10 @@ inherit java-pkg-2 java-ant-2
DESCRIPTION="A toolkit for managing graphs and graph based data structures"
HOMEPAGE="https://commons.apache.org/sandbox/commons-graph/"
SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
DEPEND=">=virtual/jdk-1.6
test? (
@@ -19,11 +23,6 @@ DEPEND=">=virtual/jdk-1.6
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_TEST_TARGET="test"