summaryrefslogtreecommitdiff
path: root/dev-java/cssparser/cssparser-0.9.25.ebuild
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-05-25 11:00:18 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-05-27 18:30:24 +0200
commit122920b13f00233a429f4a56fa07e77ceee8e795 (patch)
tree179852d7f137b52928fe6030c4ae667b3f4dcadd /dev-java/cssparser/cssparser-0.9.25.ebuild
parent7e402e4747b5cc1c6a66c2bf6dfd0b4b8c63996f (diff)
downloadgentoo-122920b13f00233a429f4a56fa07e77ceee8e795.tar.gz
gentoo-122920b13f00233a429f4a56fa07e77ceee8e795.tar.bz2
gentoo-122920b13f00233a429f4a56fa07e77ceee8e795.zip
dev-java/cssparser: version bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-java/cssparser/cssparser-0.9.25.ebuild')
-rw-r--r--dev-java/cssparser/cssparser-0.9.25.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/cssparser/cssparser-0.9.25.ebuild b/dev-java/cssparser/cssparser-0.9.25.ebuild
new file mode 100644
index 000000000000..6b38a3223d5f
--- /dev/null
+++ b/dev-java/cssparser/cssparser-0.9.25.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"