summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-23 23:09:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-23 23:09:30 +0000
commit9a40d5a63914b083309b2ced1672024d64ca1307 (patch)
tree67ea9efc456eb13ece3b736307e3ebf253c69097 /media-sound/awesfx
parentRevert back to ~sparc wrt #400399 (diff)
downloadgentoo-2-9a40d5a63914b083309b2ced1672024d64ca1307.tar.gz
gentoo-2-9a40d5a63914b083309b2ced1672024d64ca1307.tar.bz2
gentoo-2-9a40d5a63914b083309b2ced1672024d64ca1307.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r--media-sound/awesfx/ChangeLog7
-rw-r--r--media-sound/awesfx/awesfx-0.5.1c.ebuild40
2 files changed, 5 insertions, 42 deletions
diff --git a/media-sound/awesfx/ChangeLog b/media-sound/awesfx/ChangeLog
index 694540f79739..27c7506bf672 100644
--- a/media-sound/awesfx/ChangeLog
+++ b/media-sound/awesfx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/awesfx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.35 2011/08/22 17:25:02 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.36 2012/01/23 23:09:30 ssuominen Exp $
+
+ 23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -awesfx-0.5.1c.ebuild:
+ old
*awesfx-0.5.1d (22 Aug 2011)
diff --git a/media-sound/awesfx/awesfx-0.5.1c.ebuild b/media-sound/awesfx/awesfx-0.5.1c.ebuild
deleted file mode 100644
index 65e7ddb06045..000000000000
--- a/media-sound/awesfx/awesfx-0.5.1c.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.1c.ebuild,v 1.5 2009/06/10 14:48:32 armin76 Exp $
-
-EAPI=2
-inherit eutils
-
-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="/usr/share/sounds/sf2"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-getline.patch
-}
-
-src_configure() {
- econf \
- --with-sfpath=${BANK_LOC}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README SBKtoSF2.txt samples/README-bank
- rm -f "${D}"/usr/share/sounds/sf2/README-bank
-}
-
-pkg_postinst() {
- elog "Copy your SoundFont files from the original CDROM"
- elog "shipped with your soundcard to ${BANK_LOC}."
-}