summaryrefslogtreecommitdiff
path: root/dev-java/cssparser/cssparser-0.9.26.ebuild
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-08-05 15:52:01 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-05 15:53:09 +0200
commit00d3e4b41bb798af73fc6b9e1290b48591075899 (patch)
tree26041c8bc97f75abb84bbf09ee5ac2671f2e6407 /dev-java/cssparser/cssparser-0.9.26.ebuild
parent1655c4f083d67661fc115eb48d3cbdf6ecac54d9 (diff)
downloadgentoo-00d3e4b41bb798af73fc6b9e1290b48591075899.tar.gz
gentoo-00d3e4b41bb798af73fc6b9e1290b48591075899.tar.bz2
gentoo-00d3e4b41bb798af73fc6b9e1290b48591075899.zip
dev-java/cssparser: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-java/cssparser/cssparser-0.9.26.ebuild')
-rw-r--r--dev-java/cssparser/cssparser-0.9.26.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/cssparser/cssparser-0.9.26.ebuild b/dev-java/cssparser/cssparser-0.9.26.ebuild
new file mode 100644
index 000000000000..6b38a3223d5f
--- /dev/null
+++ b/dev-java/cssparser/cssparser-0.9.26.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="API for parsing CSS 2 in Java"
+HOMEPAGE="http://cssparser.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar -> ${P}.jar"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/sac:0"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6"
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+JAVA_GENTOO_CLASSPATH="sac"