summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-12-16 16:22:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-12-16 16:22:14 +0000
commite96360dd34563a3f1e17831ab9bdb439b13f4da0 (patch)
treeda17b1d29faa04e7fc0fda34e14dabc1430e6372 /media-sound
parentStable for x86, wrt bug #445063 (diff)
downloadgentoo-2-e96360dd34563a3f1e17831ab9bdb439b13f4da0.tar.gz
gentoo-2-e96360dd34563a3f1e17831ab9bdb439b13f4da0.tar.bz2
gentoo-2-e96360dd34563a3f1e17831ab9bdb439b13f4da0.zip
old
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sidplayfp/ChangeLog5
-rw-r--r--media-sound/sidplayfp/sidplayfp-0.3.1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/media-sound/sidplayfp/ChangeLog b/media-sound/sidplayfp/ChangeLog
index ce69a9a3d3d5..6f608c88092d 100644
--- a/media-sound/sidplayfp/ChangeLog
+++ b/media-sound/sidplayfp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/sidplayfp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/ChangeLog,v 1.5 2012/12/16 16:19:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/ChangeLog,v 1.6 2012/12/16 16:22:14 ssuominen Exp $
+
+ 16 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> -sidplayfp-0.3.1.ebuild:
+ old
*sidplayfp-0.3.3 (16 Dec 2012)
diff --git a/media-sound/sidplayfp/sidplayfp-0.3.1.ebuild b/media-sound/sidplayfp/sidplayfp-0.3.1.ebuild
deleted file mode 100644
index 071743324b94..000000000000
--- a/media-sound/sidplayfp/sidplayfp-0.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplayfp/sidplayfp-0.3.1.ebuild,v 1.2 2012/09/03 15:00:05 flameeyes Exp $
-
-EAPI=4
-inherit autotools-utils
-
-DESCRIPTION="A sidplay2 fork with resid-fp"
-HOMEPAGE="http://sourceforge.net/projects/sidplay-residfp/"
-SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa oss pulseaudio"
-
-RDEPEND=">=media-libs/libsidplayfp-0.3.5
- alsa? ( media-libs/alsa-lib )
- pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_configure() {
- local output=wav
- use oss && output=oss
- use alsa && output=alsa
- use pulseaudio && output=pulse
-
- local myeconfargs=( --enable-driver=${output} )
-
- autotools-utils_src_configure
-}