commit: 3f69873ced2fe00d675b95ccbe3421c8e869f2e2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 15 19:53:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 15 19:53:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f69873c
dev-java/jgoodies-common: drop 1.8.0 Closes: https://bugs.gentoo.org/835344 Signed-off-by: Sam James <sam <AT> gentoo.org> .../jgoodies-common/jgoodies-common-1.8.0.ebuild | 39 ---------------------- 1 file changed, 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 -}
