commit:     227aa8d7d23ffed1da3a1f836833551eebfd5e04
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 09:56:12 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 10:08:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227aa8d7

dev-java/glazedlists: eapi8, min java 1.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild | 29 ++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild 
b/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild
new file mode 100644
index 000000000000..f71d3738a5de
--- /dev/null
+++ b/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A toolkit for list transformations"
+HOMEPAGE="http://www.glazedlists.com/";
+SRC_URI="http://java.net/downloads/${PN}/${P}/${P}-source_java15.zip -> 
${P}.zip"
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       >=virtual/jre-1.8:*"
+
+DEPEND="
+       >=virtual/jdk-1.8:*"
+
+BDEPEND="
+       app-arch/unzip"
+
+JAVA_SRC_DIR="source"
+
+JAVA_ENCODING="ISO-8859-1"

Reply via email to