summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2022-02-22 12:18:08 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-02-22 13:03:28 +0100
commitb8f97c04b312e09f2a0ece192af63209139e9483 (patch)
tree284557502bdc750e18c7d55bc0a14f462d703ab1 /dev-java/swingx-beaninfo
parentdev-python/pypy3-exe: Fix translating with python2.7 (diff)
downloadgentoo-b8f97c04b312e09f2a0ece192af63209139e9483.tar.gz
gentoo-b8f97c04b312e09f2a0ece192af63209139e9483.tar.bz2
gentoo-b8f97c04b312e09f2a0ece192af63209139e9483.zip
dev-java/swingx-beaninfo: Drop 1.6.4
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/swingx-beaninfo')
-rw-r--r--dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild
deleted file mode 100644
index d16f79a73d8a..000000000000
--- a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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.6
- ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${CDEPEND}
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="swingx-1.6"
-
-src_compile() {
- java-pkg-simple_src_compile
- java-pkg_addres ${PN}.jar .
-}