commit: b0c57fdc000fb395cf15a7513ff7cb92caef6e35 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Mon Apr 19 05:07:13 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Apr 19 05:07:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c57fdc
dev-java/apple-java-extensions-bin: removed obsolete 1.5-r1 Closes: https://bugs.gentoo.org/782973 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../apple-java-extensions-bin-1.5-r1.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild deleted file mode 100644 index 2a587c9f0fe..00000000000 --- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit java-pkg-2 - -DESCRIPTION="Apple eAWT and eIO APIs for Java on Mac OS X" -HOMEPAGE="http://developer.apple.com/samplecode/AppleJavaExtensions/" -SRC_URI="http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip -> ${P}.zip" -LICENSE="Apple" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.5" - -S=${WORKDIR}/AppleJavaExtensions - -src_install() { - dodoc README.txt - java-pkg_dojar AppleJavaExtensions.jar -}
