From 4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Thu, 29 Apr 2021 17:38:03 +0200 Subject: dev-java/swingx: min java 1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/787071 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/20596 Signed-off-by: Miroslav Ć ulc --- dev-java/swingx/swingx-1.6.4-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-java/swingx/swingx-1.6.4-r1.ebuild diff --git a/dev-java/swingx/swingx-1.6.4-r1.ebuild b/dev-java/swingx/swingx-1.6.4-r1.ebuild new file mode 100644 index 000000000000..2e8043147f75 --- /dev/null +++ b/dev-java/swingx/swingx-1.6.4-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="A collection of powerful, useful, and just plain fun Swing components" +HOMEPAGE="https://java.net/projects/swingx/" +SRC_URI="https://maven.java.net/service/local/repositories/releases/content/org/swinglabs/swingx/swingx-all/${PV}/swingx-all-${PV}-sources.jar + https://java.net/projects/${PN}/downloads/download/releases/${PN}-mavensupport-${PV}-sources.jar" + +LICENSE="LGPL-2.1" +SLOT="1.6" +KEYWORDS="~amd64 ~x86" + +CDEPEND="dev-java/metainf-services:0" + +RDEPEND="virtual/jre:1.8 + ${CDEPEND}" + +DEPEND="virtual/jdk:1.8 + ${CDEPEND}" + +JAVA_GENTOO_CLASSPATH="metainf-services" -- cgit v1.2.3-65-gdbad