Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3gain/
Date: Fri, 28 Aug 2015 01:04:05
Message-Id: 1440723795.edc6bfb7d0fac4c2cd72aca3df21ae8766f05686.mrueg@gentoo
1 commit: edc6bfb7d0fac4c2cd72aca3df21ae8766f05686
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 01:03:15 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 01:03:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc6bfb7
7
8 media-sound/mp3gain: Remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/mp3gain/Manifest | 1 -
13 media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild | 38 -----------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/media-sound/mp3gain/Manifest b/media-sound/mp3gain/Manifest
17 index fbe3300..ddb2810 100644
18 --- a/media-sound/mp3gain/Manifest
19 +++ b/media-sound/mp3gain/Manifest
20 @@ -1,2 +1 @@
21 -DIST mp3gain-1_4_6-src.zip 111408 SHA256 e1ad9aeb18403cf9ea54af830e1371523d6d5373bfef01a8964e3735deaf7d4f
22 DIST mp3gain-1_5_2-src.zip 129435 SHA256 dbadc7a41a8a3b87d3a21a1989701cfe72d2090c3ead02b0b396a19a8acf6fca SHA512 1a7ac51bf0108c1f6fbd610c513bf7fd2c64d340a2ba23dc9fa5c3b896b279474f31f2d60318f409576e39f7643dd585d3e159e2a4db4553f7c9cc3761b7f388 WHIRLPOOL 4a0584c52090100e9f9fe2c53ac6614965976f1ada9134212734966199a6c116ce2e304ed54ec240c489c293928daf664f109d003d29c5c79c1e3b4a6ee08403
23
24 diff --git a/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild b/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild
25 deleted file mode 100644
26 index 5c29def..0000000
27 --- a/media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit eutils flag-o-matic toolchain-funcs
35 -
36 -IUSE=""
37 -
38 -MY_P=${P//./_}
39 -S=${WORKDIR}
40 -
41 -DESCRIPTION="MP3Gain automatically adjusts mp3s so that they all have the same volume"
42 -HOMEPAGE="http://mp3gain.sourceforge.net"
43 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip"
44 -
45 -SLOT="0"
46 -LICENSE="LGPL-2.1"
47 -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
48 -
49 -DEPEND="app-arch/unzip"
50 -RDEPEND=""
51 -
52 -src_unpack() {
53 - unpack ${A}
54 - cd "${S}"
55 -
56 - filter-flags -O*
57 - sed -i -e "s:CC=.*:CC=$(tc-getCC):" \
58 - -e "s:CFLAGS= -Wall -O3 -DHAVE_MEMCPY:CFLAGS+= -Wall -DHAVE_MEMCPY:" \
59 - -e "s:LIBS=.*:LIBS= ${LDFLAGS} -lm:" \
60 - "${S}"/Makefile \
61 - || die "Unable to adjust build system compiler/flags."
62 - epatch "${FILESDIR}"/${PV}-option-parser.patch
63 -}
64 -
65 -src_install () {
66 - dobin mp3gain
67 -}