From e96360dd34563a3f1e17831ab9bdb439b13f4da0 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 16 Dec 2012 16:22:14 +0000 Subject: old (Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) --- media-sound/sidplayfp/ChangeLog | 5 +++- media-sound/sidplayfp/sidplayfp-0.3.1.ebuild | 34 ---------------------------- 2 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 media-sound/sidplayfp/sidplayfp-0.3.1.ebuild (limited to 'media-sound') 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 -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 -} -- cgit v1.2.3-65-gdbad