diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-04-17 11:34:10 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-04-18 09:54:20 +0200 |
commit | bda85418c232332eeefbada4131f58b2d749c745 (patch) | |
tree | a14a3154386d2e10a3564709f5fa97e65f5caefb /dev-java/icedtea-sound | |
parent | dev-python/imageio: Bump to 2.17.0 (diff) | |
download | gentoo-bda85418c232332eeefbada4131f58b2d749c745.tar.gz gentoo-bda85418c232332eeefbada4131f58b2d749c745.tar.bz2 gentoo-bda85418c232332eeefbada4131f58b2d749c745.zip |
dev-java/icedtea-sound: drop 1.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25057
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/icedtea-sound')
-rw-r--r-- | dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild deleted file mode 100644 index c480a1189a79..000000000000 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) - -EAPI="5" - -inherit java-pkg-2 prefix - -DESCRIPTION="Plugins for javax.sound" -HOMEPAGE="http://icedtea.classpath.org" -SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" - -LICENSE="GPL-2-with-linking-exception" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -IUSE="+doc test" -RESTRICT="!test? ( test )" - -COMMON_DEP=" - >=virtual/jdk-1.6.0 - >=media-sound/pulseaudio-0.9.11:=" -RDEPEND="${COMMON_DEP}" -DEPEND="${COMMON_DEP} - app-arch/zip" - -pkg_setup() { - JAVA_PKG_WANT_SOURCE="1.6" - JAVA_PKG_WANT_TARGET="1.6" - - java-pkg-2_pkg_setup -} - -src_configure() { - econf --with-jdk-home="${JAVA_HOME}" \ - $(use_enable doc docs) \ - --htmldir="${EPREFIX%/}/usr/share/doc/${PF}/html" -} - -src_compile() { - default -} |