diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-09-10 14:46:32 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-09-10 14:46:32 +0000 |
commit | b9685214f476b06ea0ce163a8c35d447c5077d8e (patch) | |
tree | 74f0fec32c2c3b7bc09d3f9ebcf16c7dab84b0a4 /media-sound/mp3gain | |
parent | Remove entry for old-style gnustep-back virtual (diff) | |
download | gentoo-2-b9685214f476b06ea0ce163a8c35d447c5077d8e.tar.gz gentoo-2-b9685214f476b06ea0ce163a8c35d447c5077d8e.tar.bz2 gentoo-2-b9685214f476b06ea0ce163a8c35d447c5077d8e.zip |
Cleanup old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'media-sound/mp3gain')
-rw-r--r-- | media-sound/mp3gain/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mp3gain/mp3gain-1.4.3.ebuild | 30 | ||||
-rw-r--r-- | media-sound/mp3gain/mp3gain-1.4.5.ebuild | 30 | ||||
-rw-r--r-- | media-sound/mp3gain/mp3gain-1.4.6.ebuild | 35 |
4 files changed, 6 insertions, 97 deletions
diff --git a/media-sound/mp3gain/ChangeLog b/media-sound/mp3gain/ChangeLog index 51266533e082..efa69ebc876c 100644 --- a/media-sound/mp3gain/ChangeLog +++ b/media-sound/mp3gain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mp3gain -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/ChangeLog,v 1.24 2007/07/02 15:16:02 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/ChangeLog,v 1.25 2008/09/10 14:46:32 loki_val Exp $ + + 10 Sep 2008; Peter Alfredsen <loki_val@gentoo.org> -mp3gain-1.4.3.ebuild, + -mp3gain-1.4.5.ebuild, -mp3gain-1.4.6.ebuild: + Cleanup old. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> mp3gain-1.4.3.ebuild: (QA) RESTRICT clean up. diff --git a/media-sound/mp3gain/mp3gain-1.4.3.ebuild b/media-sound/mp3gain/mp3gain-1.4.3.ebuild deleted file mode 100644 index 65a79e34a205..000000000000 --- a/media-sound/mp3gain/mp3gain-1.4.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/mp3gain-1.4.3.ebuild,v 1.10 2007/07/02 15:16:02 peper Exp $ - -IUSE="" - -S=${WORKDIR} -DESCRIPTION="MP3Gain automatically adjusts mp3s so that they all have the same volume" -HOMEPAGE="http://mp3gain.sourceforge.net" -MY_P=${P//./_} -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" -RESTRICT="mirror" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="x86 amd64 ~ppc sparc ~alpha ~hppa" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_compile() { - sed -i 's:INSTALL_PATH= /usr/local/bin:INSTALL_PATH= /usr/bin:' Makefile - - emake || die -} - -src_install () { - dobin mp3gain -} diff --git a/media-sound/mp3gain/mp3gain-1.4.5.ebuild b/media-sound/mp3gain/mp3gain-1.4.5.ebuild deleted file mode 100644 index 67b2515fea90..000000000000 --- a/media-sound/mp3gain/mp3gain-1.4.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/mp3gain-1.4.5.ebuild,v 1.3 2005/08/23 22:06:40 chainsaw Exp $ - -IUSE="" - -MY_P=${P//./_} -S=${WORKDIR} - -DESCRIPTION="MP3Gain automatically adjusts mp3s so that they all have the same volume" -HOMEPAGE="http://mp3gain.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_compile() { - sed -i 's:INSTALL_PATH= /usr/local/bin:INSTALL_PATH= /usr/bin:' Makefile - - emake || die -} - -src_install () { - dobin mp3gain -} diff --git a/media-sound/mp3gain/mp3gain-1.4.6.ebuild b/media-sound/mp3gain/mp3gain-1.4.6.ebuild deleted file mode 100644 index 1580b988d92a..000000000000 --- a/media-sound/mp3gain/mp3gain-1.4.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/mp3gain-1.4.6.ebuild,v 1.6 2005/11/20 21:18:01 chainsaw Exp $ - -inherit toolchain-funcs - -IUSE="" - -MY_P=${P//./_} -S=${WORKDIR} - -DESCRIPTION="MP3Gain automatically adjusts mp3s so that they all have the same volume" -HOMEPAGE="http://mp3gain.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_unpack() { - unpack ${A} - sed -i -e "s:-Wall -O3 -DHAVE_MEMCPY:-Wall ${CFLAGS} -DHAVE_MEMCPY:" ${S}/Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" || die "Compile failed" -} - -src_install () { - dobin mp3gain -} |