commit:     19101965afe6c1be6f5252c5e94b15659163f1aa
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 09:16:34 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 09:16:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19101965

dev-java/swingx-beaninfo: eapi8, min java 1.8

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

 .../swingx-beaninfo-1.6.4-r1.ebuild                | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild 
b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild
new file mode 100644
index 000000000000..ce085b076923
--- /dev/null
+++ b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild
@@ -0,0 +1,33 @@
+# 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="SwingX Beaninfo"
+HOMEPAGE="https://java.net/projects/swingx/";
+SRC_URI="https://java.net/downloads/swingx/releases/${P}-sources.jar";
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/swingx:1.6"
+
+RDEPEND=">=virtual/jre-1.8:*
+       ${CDEPEND}"
+
+DEPEND=">=virtual/jdk-1.8:*
+       ${CDEPEND}"
+
+BDEPEND="
+       app-arch/unzip"
+
+JAVA_GENTOO_CLASSPATH="swingx-1.6"
+
+src_compile() {
+       java-pkg-simple_src_compile
+       java-pkg_addres ${PN}.jar .
+}

Reply via email to