summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
commitcad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch)
treef0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/vorbisgain
parentwhitespace cleanup (diff)
downloadgentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/vorbisgain')
-rw-r--r--media-sound/vorbisgain/Manifest4
-rw-r--r--media-sound/vorbisgain/vorbisgain-0.32.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/vorbisgain/Manifest b/media-sound/vorbisgain/Manifest
index bdba47618d14..aa0f5c8cd50d 100644
--- a/media-sound/vorbisgain/Manifest
+++ b/media-sound/vorbisgain/Manifest
@@ -1,3 +1,3 @@
-MD5 51222418c1cb37080f305b280ce98bc9 files/digest-vorbisgain-0.32 64
MD5 539317ea1b8b27e5afcc00093d7e6679 ChangeLog 373
-MD5 457917aac7efff59df73b1b6572c1113 vorbisgain-0.32.ebuild 983
+MD5 83d749b3095ec08c15fbfe26eda6f787 vorbisgain-0.32.ebuild 984
+MD5 51222418c1cb37080f305b280ce98bc9 files/digest-vorbisgain-0.32 64
diff --git a/media-sound/vorbisgain/vorbisgain-0.32.ebuild b/media-sound/vorbisgain/vorbisgain-0.32.ebuild
index cfb63b789c4f..9d5e940fd099 100644
--- a/media-sound/vorbisgain/vorbisgain-0.32.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbisgain/vorbisgain-0.32.ebuild,v 1.2 2003/07/12 20:31:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbisgain/vorbisgain-0.32.ebuild,v 1.3 2003/09/07 00:06:06 msterret Exp $
DESCRIPTION="vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the ReplayGain algorithm and stores it in the file header"
HOMEPAGE="http://sjeng.sourceforge.net/ftp/vorbis/"
@@ -19,13 +19,13 @@ S="${WORKDIR}/${P}"
src_unpack() {
unpack ${P}.zip
cd ${S}
-
+
cp Makefile.am Makefile.am~
sed -e s\/"mandir = @MANDIR@"\/"mandir = @mandir@"/ Makefile.am~ > Makefile.am
-
+
cp Makefile.in Makefile.in~
sed -e s\/"mandir = @MANDIR@"\/"mandir = @mandir@"/ Makefile.in~ > Makefile.in
-}
+}
src_compile() {
econf || die