summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-28 03:03:15 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-08-28 03:03:15 +0200
commitedc6bfb7d0fac4c2cd72aca3df21ae8766f05686 (patch)
treed639d43c3f4b668853859b4024d5bd60019df89b
parentmedia-libs/libtaginfo: Remove old (diff)
downloadgentoo-edc6bfb7d0fac4c2cd72aca3df21ae8766f05686.tar.gz
gentoo-edc6bfb7d0fac4c2cd72aca3df21ae8766f05686.tar.bz2
gentoo-edc6bfb7d0fac4c2cd72aca3df21ae8766f05686.zip
media-sound/mp3gain: Remove old
Package-Manager: portage-2.2.20.1
-rw-r--r--media-sound/mp3gain/Manifest1
-rw-r--r--media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/mp3gain/Manifest b/media-sound/mp3gain/Manifest
index fbe330027906..ddb2810cbfea 100644
--- a/media-sound/mp3gain/Manifest
+++ b/media-sound/mp3gain/Manifest
@@ -1,2 +1 @@
-DIST mp3gain-1_4_6-src.zip 111408 SHA256 e1ad9aeb18403cf9ea54af830e1371523d6d5373bfef01a8964e3735deaf7d4f
DIST mp3gain-1_5_2-src.zip 129435 SHA256 dbadc7a41a8a3b87d3a21a1989701cfe72d2090c3ead02b0b396a19a8acf6fca SHA512 1a7ac51bf0108c1f6fbd610c513bf7fd2c64d340a2ba23dc9fa5c3b896b279474f31f2d60318f409576e39f7643dd585d3e159e2a4db4553f7c9cc3761b7f388 WHIRLPOOL 4a0584c52090100e9f9fe2c53ac6614965976f1ada9134212734966199a6c116ce2e304ed54ec240c489c293928daf664f109d003d29c5c79c1e3b4a6ee08403
diff --git a/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild b/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild
deleted file mode 100644
index 5c29defc123a..000000000000
--- a/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils flag-o-matic 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 ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- filter-flags -O*
- sed -i -e "s:CC=.*:CC=$(tc-getCC):" \
- -e "s:CFLAGS= -Wall -O3 -DHAVE_MEMCPY:CFLAGS+= -Wall -DHAVE_MEMCPY:" \
- -e "s:LIBS=.*:LIBS= ${LDFLAGS} -lm:" \
- "${S}"/Makefile \
- || die "Unable to adjust build system compiler/flags."
- epatch "${FILESDIR}"/${PV}-option-parser.patch
-}
-
-src_install () {
- dobin mp3gain
-}