summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-11 01:19:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-11 01:19:41 +0000
commit0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45 (patch)
treec04a918b504ad4156823b2982c25b018367ad322 /media-plugins/rmxmms
parentUSE-flag 'dvdr' applied (diff)
downloadhistorical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.tar.gz
historical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.tar.bz2
historical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.zip
repoman: fix leading whitespace
Diffstat (limited to 'media-plugins/rmxmms')
-rw-r--r--media-plugins/rmxmms/Manifest2
-rw-r--r--media-plugins/rmxmms/rmxmms-0.5.1.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/media-plugins/rmxmms/Manifest b/media-plugins/rmxmms/Manifest
index 930161535468..41f150cdcf97 100644
--- a/media-plugins/rmxmms/Manifest
+++ b/media-plugins/rmxmms/Manifest
@@ -1,3 +1,3 @@
MD5 02c1b8c837d22a27acbbf4f36ad422ee ChangeLog 890
-MD5 b678c9e42a4f0b1094b5bde944b0e707 rmxmms-0.5.1.ebuild 2028
+MD5 ba94fedd79acc16eede6672dc4bd3f46 rmxmms-0.5.1.ebuild 2013
MD5 f18ae1501509714b148b34509e80d79f files/digest-rmxmms-0.5.1 64
diff --git a/media-plugins/rmxmms/rmxmms-0.5.1.ebuild b/media-plugins/rmxmms/rmxmms-0.5.1.ebuild
index d5fde8474e5d..a3ed05a37d61 100644
--- a/media-plugins/rmxmms/rmxmms-0.5.1.ebuild
+++ b/media-plugins/rmxmms/rmxmms-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/rmxmms/rmxmms-0.5.1.ebuild,v 1.7 2003/09/07 00:02:15 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/rmxmms/rmxmms-0.5.1.ebuild,v 1.8 2003/09/11 01:19:38 msterret Exp $
IUSE=""
@@ -22,11 +22,11 @@ DEPEND="media-sound/xmms
pkg_setup() {
if [ "`gcc-major-version`" -eq "3" ]; then
- eerror "This plugin will not work when compiled with gcc-3.x"
+ eerror "This plugin will not work when compiled with gcc-3.x"
eerror "Either install and select a gcc-2.95.x compiler with"
eerror "gcc-config, or give up."
die "Doesn't work with gcc-3.xx"
- fi
+ fi
}
src_unpack () {
@@ -56,9 +56,9 @@ src_unpack () {
src_compile () {
# patch Makefiles to use -lgcc
- cd ${S}/rmxmms
- sed -e 's/^LIBS =/LIBS = -lgcc/' Makefile.in > Makefile.in.new
- sed -e 's/^LDFLAGS =/LDFLAGS = -lgcc/' Makefile.in.new > Makefile.in
+ cd ${S}/rmxmms
+ sed -e 's/^LIBS =/LIBS = -lgcc/' Makefile.in > Makefile.in.new
+ sed -e 's/^LDFLAGS =/LDFLAGS = -lgcc/' Makefile.in.new > Makefile.in
cd ${S}
econf "--with-realsdk-dir=${WORKDIR}/realsdk/rmasdk_6_0" || die