media-sound/awesfx: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 5 Jun 2019 08:58:40 +0000 (10:58 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 5 Jun 2019 08:58:40 +0000 (10:58 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
media-sound/awesfx/Manifest
media-sound/awesfx/awesfx-0.5.1d.ebuild [deleted file]

index 78af1fccc8bb38796ec367ee1564b54322e7aaf5..5aabbd1e7befcff2f6489d659b3e83581b4fd4cb 100644 (file)
@@ -1,2 +1 @@
-DIST awesfx-0.5.1d.tar.bz2 282981 BLAKE2B 1d8e656a4645a24c62e355bb091b0c666ca63b8921e27e53eaefe7d7944bd33eba6595d2509946c58bbfd5a0a28e981e4b31b23d364c5744ed5c36482bcebeb3 SHA512 50cd27ca4da8bd38fd11fcdbb2eb8806ea8956c834433c92cb094e0a6ee143175ba85be4665431527133abf8430e6fb60eb69ee35b0afed81d11db517cbb3758
 DIST awesfx-0.5.1e.tar.bz2 307929 BLAKE2B a3bee0750ca44ab2e732f6bdb2c119104521330226e243be1b0ab9c19e2bfd87176ad2dc039f26b9552be621a7af2ef86852e2f31f8d0b9158b093712d2447e1 SHA512 f70e631b6ab6ec6dcbde7773c1da5cba72763d2198c2ac51f4bde0fee80f057f296cabc915aed805e744f7b2323b4e2b20b6d894c79cf5682457a3fc6a9be11d
diff --git a/media-sound/awesfx/awesfx-0.5.1d.ebuild b/media-sound/awesfx/awesfx-0.5.1d.ebuild
deleted file mode 100644 (file)
index c015048..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="AWE32 Sound Driver Utility Programs"
-HOMEPAGE="http://ftp.suse.com/pub/people/tiwai/awesfx"
-SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-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 -f "${ED}"/usr/share/sounds/sf2/README-bank
-       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}."
-}