diff options
author | Sam James <sam@gentoo.org> | 2022-03-15 19:53:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-15 19:53:55 +0000 |
commit | 3f69873ced2fe00d675b95ccbe3421c8e869f2e2 (patch) | |
tree | dc79483d8beaeb08153409a6bd2f2149f222f06d /dev-java/jgoodies-common | |
parent | dev-java/glazedlists: drop 1.8.0-r1 (diff) | |
download | gentoo-3f69873ced2fe00d675b95ccbe3421c8e869f2e2.tar.gz gentoo-3f69873ced2fe00d675b95ccbe3421c8e869f2e2.tar.bz2 gentoo-3f69873ced2fe00d675b95ccbe3421c8e869f2e2.zip |
dev-java/jgoodies-common: drop 1.8.0
Closes: https://bugs.gentoo.org/835344
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/jgoodies-common')
-rw-r--r-- | dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild b/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild deleted file mode 100644 index 0c830c5581e9..000000000000 --- a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 - -MY_PN="common" -MY_PV=${PV//./_} -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="JGoodies Common Library" -HOMEPAGE="http://www.jgoodies.com/" -SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" - -LICENSE="BSD" -SLOT="1.8" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="" - -RESTRICT="test" - -RDEPEND=">=virtual/jre-1.6" - -DEPEND=" - app-arch/unzip - >=virtual/jdk-1.6" - -S="${WORKDIR}"/${P} - -JAVA_SRC_DIR="src" - -java_prepare() { - mkdir src || die - unzip ${P}-sources.jar -d src || die - rm "${S}"/pom.xml "${S}"/*.jar || die -} |