summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-12-22 12:52:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-12-22 12:52:58 +0000
commit6a5f568398823df3a3026c77c002f362901769cf (patch)
tree0735241178195b91fe0e2ff2bd9c4064188d59af
parentversion bump (diff)
downloadgentoo-2-6a5f568398823df3a3026c77c002f362901769cf.tar.gz
gentoo-2-6a5f568398823df3a3026c77c002f362901769cf.tar.bz2
gentoo-2-6a5f568398823df3a3026c77c002f362901769cf.zip
remove old
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
-rw-r--r--media-sound/wavegain/ChangeLog6
-rw-r--r--media-sound/wavegain/wavegain-1.2.6.ebuild31
-rw-r--r--media-sound/wavegain/wavegain-1.2.8.ebuild29
3 files changed, 5 insertions, 61 deletions
diff --git a/media-sound/wavegain/ChangeLog b/media-sound/wavegain/ChangeLog
index 83e1212a633d..99bc9b451ea1 100644
--- a/media-sound/wavegain/ChangeLog
+++ b/media-sound/wavegain/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/wavegain
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavegain/ChangeLog,v 1.12 2011/12/22 12:51:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavegain/ChangeLog,v 1.13 2011/12/22 12:52:58 aballier Exp $
+
+ 22 Dec 2011; Alexis Ballier <aballier@gentoo.org> -wavegain-1.2.6.ebuild,
+ -wavegain-1.2.8.ebuild:
+ remove old
*wavegain-1.3.1 (22 Dec 2011)
diff --git a/media-sound/wavegain/wavegain-1.2.6.ebuild b/media-sound/wavegain/wavegain-1.2.6.ebuild
deleted file mode 100644
index f1251ddebd89..000000000000
--- a/media-sound/wavegain/wavegain-1.2.6.ebuild
+++ /dev/null
@@ -1,31 +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/wavegain/wavegain-1.2.6.ebuild,v 1.4 2010/03/11 23:02:58 sping Exp $
-
-inherit toolchain-funcs
-
-MY_P=${P/wavegain/WaveGain}
-
-DESCRIPTION="ReplayGain for WAVE audio files"
-HOMEPAGE="http://www.rarewares.org/files/others/"
-SRC_URI="http://www.rarewares.org/files/others/${P}srcs.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libsndfile"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile(){
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} *.c -o ${PN} \
- -DHAVE_CONFIG_H -lm -lsndfile || die "build failed"
-}
-
-src_install(){
- dobin ${PN} || die "dobin failed"
-}
diff --git a/media-sound/wavegain/wavegain-1.2.8.ebuild b/media-sound/wavegain/wavegain-1.2.8.ebuild
deleted file mode 100644
index 846c4e54a8d8..000000000000
--- a/media-sound/wavegain/wavegain-1.2.8.ebuild
+++ /dev/null
@@ -1,29 +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/wavegain/wavegain-1.2.8.ebuild,v 1.2 2010/03/11 23:02:58 sping Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="ReplayGain for WAVE audio files"
-HOMEPAGE="http://www.rarewares.org/files/others/"
-SRC_URI="http://www.rarewares.org/files/others/${P}srcs.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsndfile"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${P/wavegain/WaveGain}
-
-src_compile(){
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} *.c -o ${PN} \
- -DHAVE_CONFIG_H -lm -lsndfile || die "build failed"
-}
-
-src_install(){
- dobin ${PN} || die "dobin failed"
-}