diff options
author | 2015-11-10 08:53:10 +0000 | |
---|---|---|
committer | 2015-11-10 09:03:00 +0000 | |
commit | 6eb636fa232b2e46a73e0e862f72d57e4bdd1c05 (patch) | |
tree | ad550cafb2cb760c71dc475f35012cfed9e27cf0 /dev-java/jutils/jutils-1.0.0-r1.ebuild | |
parent | dev-vcs/tortoisehg: Removed old. (diff) | |
download | gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.tar.gz gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.tar.bz2 gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.zip |
dev-java/jutils: Update SRC_URI.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/jutils/jutils-1.0.0-r1.ebuild')
-rw-r--r-- | dev-java/jutils/jutils-1.0.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-java/jutils/jutils-1.0.0-r1.ebuild b/dev-java/jutils/jutils-1.0.0-r1.ebuild new file mode 100644 index 000000000000..5a32ac9fc782 --- /dev/null +++ b/dev-java/jutils/jutils-1.0.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Common utilities for the Java Game Technology Group" +HOMEPAGE="https://java.net/projects/jutils" +SRC_URI="http://central.maven.org/maven2/net/java/${PN}/${PN}/${PV}/${P}-sources.jar" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" +IUSE="" + +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6 + app-arch/unzip" |