Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx/
Date: Sat, 29 May 2021 09:13:52
Message-Id: 1622279623.4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956.fordfrog@gentoo
1 commit: 4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Thu Apr 29 15:38:03 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 09:13:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a13f667
7
8 dev-java/swingx: min java 1.8
9
10 Bug: https://bugs.gentoo.org/787071
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.2
13 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
14 Closes: https://github.com/gentoo/gentoo/pull/20596
15 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
16
17 dev-java/swingx/swingx-1.6.4-r1.ebuild | 27 +++++++++++++++++++++++++++
18 1 file changed, 27 insertions(+)
19
20 diff --git a/dev-java/swingx/swingx-1.6.4-r1.ebuild b/dev-java/swingx/swingx-1.6.4-r1.ebuild
21 new file mode 100644
22 index 00000000000..2e8043147f7
23 --- /dev/null
24 +++ b/dev-java/swingx/swingx-1.6.4-r1.ebuild
25 @@ -0,0 +1,27 @@
26 +# Copyright 1999-2021 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +JAVA_PKG_IUSE="doc source"
32 +
33 +inherit java-pkg-2 java-pkg-simple
34 +
35 +DESCRIPTION="A collection of powerful, useful, and just plain fun Swing components"
36 +HOMEPAGE="https://java.net/projects/swingx/"
37 +SRC_URI="https://maven.java.net/service/local/repositories/releases/content/org/swinglabs/swingx/swingx-all/${PV}/swingx-all-${PV}-sources.jar
38 + https://java.net/projects/${PN}/downloads/download/releases/${PN}-mavensupport-${PV}-sources.jar"
39 +
40 +LICENSE="LGPL-2.1"
41 +SLOT="1.6"
42 +KEYWORDS="~amd64 ~x86"
43 +
44 +CDEPEND="dev-java/metainf-services:0"
45 +
46 +RDEPEND="virtual/jre:1.8
47 + ${CDEPEND}"
48 +
49 +DEPEND="virtual/jdk:1.8
50 + ${CDEPEND}"
51 +
52 +JAVA_GENTOO_CLASSPATH="metainf-services"