From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C91151385BF for ; Fri, 28 Aug 2015 01:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C2C95799; Fri, 28 Aug 2015 01:03:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08D2795799 for ; Fri, 28 Aug 2015 01:03:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 001CC340961 for ; Fri, 28 Aug 2015 01:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7C6162 for ; Fri, 28 Aug 2015 01:03:33 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1440723795.edc6bfb7d0fac4c2cd72aca3df21ae8766f05686.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3gain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mp3gain/Manifest media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild X-VCS-Directories: media-sound/mp3gain/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: edc6bfb7d0fac4c2cd72aca3df21ae8766f05686 X-VCS-Branch: master Date: Fri, 28 Aug 2015 01:03:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 311a4dbf-79cc-455e-88c3-d2002e74715d X-Archives-Hash: 9798c8fd3c13e7aea418f205a36c98d2 commit: edc6bfb7d0fac4c2cd72aca3df21ae8766f05686 Author: Manuel Rüger gentoo org> AuthorDate: Fri Aug 28 01:03:15 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Aug 28 01:03:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc6bfb7 media-sound/mp3gain: Remove old Package-Manager: portage-2.2.20.1 media-sound/mp3gain/Manifest | 1 - media-sound/mp3gain/mp3gain-1.4.6-r3.ebuild | 38 ----------------------------- 2 files changed, 39 deletions(-) diff --git a/media-sound/mp3gain/Manifest b/media-sound/mp3gain/Manifest index fbe3300..ddb2810 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 5c29def..0000000 --- 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 -}