Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-beaninfo/
Date: Tue, 22 Feb 2022 12:03:45
Message-Id: 1645531408.b8f97c04b312e09f2a0ece192af63209139e9483.flow@gentoo
1 commit: b8f97c04b312e09f2a0ece192af63209139e9483
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Feb 22 11:18:08 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 12:03:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f97c04
7
8 dev-java/swingx-beaninfo: Drop 1.6.4
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 .../swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild | 31 ----------------------
15 1 file changed, 31 deletions(-)
16
17 diff --git a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild
18 deleted file mode 100644
19 index d16f79a73d8a..000000000000
20 --- a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild
21 +++ /dev/null
22 @@ -1,31 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -
28 -JAVA_PKG_IUSE="doc source"
29 -
30 -inherit java-pkg-2 java-pkg-simple
31 -
32 -DESCRIPTION="SwingX Beaninfo"
33 -HOMEPAGE="https://java.net/projects/swingx/"
34 -SRC_URI="https://java.net/downloads/swingx/releases/${P}-sources.jar"
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -CDEPEND="dev-java/swingx:1.6"
40 -
41 -RDEPEND=">=virtual/jre-1.6
42 - ${CDEPEND}"
43 -
44 -DEPEND=">=virtual/jdk-1.6
45 - ${CDEPEND}
46 - app-arch/unzip"
47 -
48 -JAVA_GENTOO_CLASSPATH="swingx-1.6"
49 -
50 -src_compile() {
51 - java-pkg-simple_src_compile
52 - java-pkg_addres ${PN}.jar .
53 -}