summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-03-14 09:29:08 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-03-14 09:44:40 +0000
commit53724f8e46717dbfca4b492fe2455e336076524d (patch)
treea4dfdad5c6f0db7c3dec0fe25beeb78298d089b4 /dev-java/jtidy/jtidy-1.0.ebuild
parentdev-java/xml-commons: EAPI 5 bump. Version bump. (diff)
downloadgentoo-53724f8e46717dbfca4b492fe2455e336076524d.tar.gz
gentoo-53724f8e46717dbfca4b492fe2455e336076524d.tar.bz2
gentoo-53724f8e46717dbfca4b492fe2455e336076524d.zip
dev-java/jtidy: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/jtidy/jtidy-1.0.ebuild')
-rw-r--r--dev-java/jtidy/jtidy-1.0.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-java/jtidy/jtidy-1.0.ebuild b/dev-java/jtidy/jtidy-1.0.ebuild
index da2484f0a080..a48fd9e9b4f1 100644
--- a/dev-java/jtidy/jtidy-1.0.ebuild
+++ b/dev-java/jtidy/jtidy-1.0.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
@@ -10,25 +11,25 @@ inherit java-pkg-2 java-ant-2
MY_PV="r938"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Tidy is a Java port of HTML Tidy , a HTML syntax checker and pretty printer"
+DESCRIPTION="Java port of HTML Tidy, an HTML syntax checker and pretty printer"
HOMEPAGE="http://jtidy.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-sources.zip -> ${P}.zip"
LICENSE="HTML-Tidy W3C"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
IUSE=""
CDEPEND="dev-java/ant-core:0"
-DEPEND="
- ${CDEPEND}
- app-arch/unzip
- >=virtual/jdk-1.6"
-
RDEPEND="
${CDEPEND}
>=virtual/jre-1.6"
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6
+ source? ( app-arch/zip )"
+
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_GENTOO_CLASSPATH="ant-core"
EANT_BUILD_TARGET="jar"