commit:     dfa8c605fa02d7a8643d60ea0a55ce8cc8b4f61b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 04:20:35 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 04:20:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa8c605

media-sound/awesfx: removed obsolete 0.5.1e

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/awesfx/Manifest             |  1 -
 media-sound/awesfx/awesfx-0.5.1e.ebuild | 38 ---------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-sound/awesfx/Manifest b/media-sound/awesfx/Manifest
index cb6fcbb2074..f6516c06ed4 100644
--- a/media-sound/awesfx/Manifest
+++ b/media-sound/awesfx/Manifest
@@ -1,2 +1 @@
-DIST awesfx-0.5.1e.tar.bz2 307929 BLAKE2B 
a3bee0750ca44ab2e732f6bdb2c119104521330226e243be1b0ab9c19e2bfd87176ad2dc039f26b9552be621a7af2ef86852e2f31f8d0b9158b093712d2447e1
 SHA512 
f70e631b6ab6ec6dcbde7773c1da5cba72763d2198c2ac51f4bde0fee80f057f296cabc915aed805e744f7b2323b4e2b20b6d894c79cf5682457a3fc6a9be11d
 DIST awesfx-0.5.2.tar.gz 83611 BLAKE2B 
7472f478bd1b228080a669d9df47b885d9953d363a06341cc2684af1723818a8938e31622aee9dd2ca6286c59db7715224c920e79cfa318cb3347b8833f67dc6
 SHA512 
f59f503c54de8bcccbd8a51c1f6a7afae98bd6b5ae4ad4ec467b4f29cece569b4f8e3185adf243816f786a0c2e92fe8d098d56f02d5704979ee8290ad61f46b6

diff --git a/media-sound/awesfx/awesfx-0.5.1e.ebuild 
b/media-sound/awesfx/awesfx-0.5.1e.ebuild
deleted file mode 100644
index abcec8dad33..00000000000
--- a/media-sound/awesfx/awesfx-0.5.1e.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="AWE32 Sound Driver Utility Programs"
-HOMEPAGE="https://ftp.suse.com/pub/people/tiwai/awesfx";
-SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="media-libs/alsa-lib"
-RDEPEND="${DEPEND}"
-
-BANK_LOC="${EPREFIX}/usr/share/sounds/sf2"
-
-DOCS=( AUTHORS ChangeLog README SBKtoSF2.txt samples/README-bank )
-
-src_configure() {
-       econf \
-               --with-sfpath=${BANK_LOC}
-}
-
-src_install() {
-       default
-
-       rm "${ED}"/usr/share/sounds/sf2/README-bank || die
-       newinitd "${FILESDIR}"/sfxload.initd sfxload
-       newconfd "${FILESDIR}"/sfxload.confd sfxload
-}
-
-pkg_postinst() {
-       elog "Copy your SoundFont files from the original CDROM"
-       elog "shipped with your soundcard to ${BANK_LOC}."
-}

Reply via email to