summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-06-05 10:58:40 +0200
committerDavid Seifert <soap@gentoo.org>2019-06-05 10:58:40 +0200
commit16c4db6c75fe9b9a44d3891c77bc9003574f1cff (patch)
tree7b26d7ffec33c1df629190a02266d9e86dda2f09
parentmedia-sound/mpdas: Remove old (diff)
downloadgentoo-16c4db6c.tar.gz
gentoo-16c4db6c.tar.bz2
gentoo-16c4db6c.zip
media-sound/awesfx: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-sound/awesfx/Manifest1
-rw-r--r--media-sound/awesfx/awesfx-0.5.1d.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/awesfx/Manifest b/media-sound/awesfx/Manifest
index 78af1fccc8bb..5aabbd1e7bef 100644
--- a/media-sound/awesfx/Manifest
+++ b/media-sound/awesfx/Manifest
@@ -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
index c0150488b671..000000000000
--- a/media-sound/awesfx/awesfx-0.5.1d.ebuild
+++ /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}."
-}