summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2010-09-14 12:35:42 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2010-09-14 12:35:42 +0000
commit038f3ef962d572eeb9667351245ce2b19c8bdf6a (patch)
tree3ddb702d4728a5543635287cd2003761ad8397b8
parentFix static lib handling and block newer nfs-utils due to man page collision #... (diff)
downloadgentoo-2-038f3ef962d572eeb9667351245ce2b19c8bdf6a.tar.gz
gentoo-2-038f3ef962d572eeb9667351245ce2b19c8bdf6a.tar.bz2
gentoo-2-038f3ef962d572eeb9667351245ce2b19c8bdf6a.zip
Removing old versions of xwax to address bug #335787
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--media-sound/xwax/ChangeLog7
-rw-r--r--media-sound/xwax/xwax-0.5.ebuild42
-rw-r--r--media-sound/xwax/xwax-0.6-r1.ebuild44
3 files changed, 6 insertions, 87 deletions
diff --git a/media-sound/xwax/ChangeLog b/media-sound/xwax/ChangeLog
index a7032425a65f..c903af20ff9b 100644
--- a/media-sound/xwax/ChangeLog
+++ b/media-sound/xwax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/xwax
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.19 2010/08/13 13:37:50 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.20 2010/09/14 12:35:42 nixphoeni Exp $
+
+ 14 Sep 2010; Joe Sapp <nixphoeni@gentoo.org> -xwax-0.5.ebuild,
+ -xwax-0.6-r1.ebuild:
+ Removing old versions of xwax to address bug #335787. I don't see why they
+ need to stick around.
13 Aug 2010; Joseph Jezak <josejx@gentoo.org> xwax-0.7.ebuild:
Marked ppc stable for bug #323501.
diff --git a/media-sound/xwax/xwax-0.5.ebuild b/media-sound/xwax/xwax-0.5.ebuild
deleted file mode 100644
index 2917b4c1152a..000000000000
--- a/media-sound/xwax/xwax-0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild,v 1.4 2010/02/09 21:16:35 josejx Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Digital vinyl emulation software"
-HOMEPAGE="http://www.xwax.co.uk/"
-SRC_URI="http://www.xwax.co.uk/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="alsa jack"
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-ttf
- media-fonts/ttf-bitstream-vera
- alsa? ( media-libs/alsa-lib )
- jack? ( media-sound/jack-audio-connection-kit )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in
- # the Makefile
- sed -i -e 's:\(^CFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
- -e 's:\(^LDFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
- Makefile || die "sed failed"
-}
-
-src_configure() {
- tc-export CC
- econf \
- $(use_enable alsa) \
- $(use_enable jack)
-}
-
-src_install() {
- dobin xwax xwax_import || die
- dodoc README CHANGES || die
-}
diff --git a/media-sound/xwax/xwax-0.6-r1.ebuild b/media-sound/xwax/xwax-0.6-r1.ebuild
deleted file mode 100644
index de3a4dc2395e..000000000000
--- a/media-sound/xwax/xwax-0.6-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.6-r1.ebuild,v 1.4 2010/02/09 21:16:35 josejx Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Digital vinyl emulation software"
-HOMEPAGE="http://www.xwax.co.uk/"
-SRC_URI="http://www.xwax.co.uk/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="alsa jack"
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-ttf
- media-fonts/ttf-bitstream-vera
- alsa? ( media-libs/alsa-lib )
- jack? ( media-sound/jack-audio-connection-kit )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in
- # the Makefile
- sed -i -e 's:\(^CFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
- -e 's:\(^LDFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
- Makefile || die "sed failed"
- # Patch to search for supporting programs in PATH
- epatch "${FILESDIR}/${P}-execlp.patch"
-}
-
-src_configure() {
- tc-export CC
- econf \
- $(use_enable alsa) \
- $(use_enable jack)
-}
-
-src_install() {
- dobin xwax xwax_import xwax_scan || die
- dodoc README CHANGES || die
-}