summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-20 20:03:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-20 20:03:56 +0000
commitbbb719871f193c7125b3241393831d4b0d18888f (patch)
treef960b878fb4bcfb112448ac856910a91f7a98d4c /media-sound/normalize
parentppc/ppc64 stable wrt #388709 (diff)
downloadgentoo-2-bbb719871f193c7125b3241393831d4b0d18888f.tar.gz
gentoo-2-bbb719871f193c7125b3241393831d4b0d18888f.tar.bz2
gentoo-2-bbb719871f193c7125b3241393831d4b0d18888f.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/normalize')
-rw-r--r--media-sound/normalize/ChangeLog5
-rw-r--r--media-sound/normalize/normalize-0.7.7.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/media-sound/normalize/ChangeLog b/media-sound/normalize/ChangeLog
index eecb200b8f5f..cce981ce2009 100644
--- a/media-sound/normalize/ChangeLog
+++ b/media-sound/normalize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/normalize
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.33 2012/01/20 20:02:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.34 2012/01/20 20:03:56 ssuominen Exp $
+
+ 20 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -normalize-0.7.7.ebuild:
+ old
20 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
normalize-0.7.7-r1.ebuild:
diff --git a/media-sound/normalize/normalize-0.7.7.ebuild b/media-sound/normalize/normalize-0.7.7.ebuild
deleted file mode 100644
index 96e8ee252d9a..000000000000
--- a/media-sound/normalize/normalize-0.7.7.ebuild
+++ /dev/null
@@ -1,38 +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/normalize/normalize-0.7.7.ebuild,v 1.8 2007/10/15 14:39:12 corsair Exp $
-
-DESCRIPTION="Audio file volume normalizer"
-HOMEPAGE="http://normalize.nongnu.org/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="mad audiofile nls userland_BSD"
-
-RDEPEND="mad? ( media-libs/libmad )
- audiofile? ( >=media-libs/audiofile-0.2.3-r1 )"
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )"
-
-src_unpack() {
- unpack ${A}
- use userland_BSD && sed -i -e 's/md5sum/md5/' "${S}"/test/*.sh
-}
-
-src_compile() {
- econf \
- $(use_enable nls) \
- $(use_with mad) \
- --disable-xmms \
- $(use_with audiofile) \
- || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc NEWS README THANKS TODO
-}