summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-11-18 13:28:48 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-11-18 13:28:48 +0000
commit42dc89901ce00c9ef1b60715e60ef721e85671eb (patch)
tree5f7097c7a516c43615f2747da6af63c02602bfed /dev-java/dict4j/dict4j-1.1.ebuild
parentdev-java/lzma: Clean up old. (diff)
downloadgentoo-42dc89901ce00c9ef1b60715e60ef721e85671eb.tar.gz
gentoo-42dc89901ce00c9ef1b60715e60ef721e85671eb.tar.bz2
gentoo-42dc89901ce00c9ef1b60715e60ef721e85671eb.zip
dev-java/dict4j: 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/dict4j/dict4j-1.1.ebuild')
-rw-r--r--dev-java/dict4j/dict4j-1.1.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/dev-java/dict4j/dict4j-1.1.ebuild b/dev-java/dict4j/dict4j-1.1.ebuild
index 0f1319850109..968ae9263480 100644
--- a/dev-java/dict4j/dict4j-1.1.ebuild
+++ b/dev-java/dict4j/dict4j-1.1.ebuild
@@ -10,21 +10,16 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Dict protocol implementation in Java"
HOMEPAGE="http://dict4j.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.jar"
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.jar -> ${P}.jar"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
+IUSE=""
-IUSE="doc source"
-
-DEPEND=""
-
-RDEPEND=">=virtual/jre-1.6
- ${DEPEND}"
+RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.6
- app-arch/unzip
- ${DEPEND}"
+ app-arch/unzip"
JAVA_SRC_DIR="net"
JAVA_ENCODING="ISO-8859-1"