diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-05 23:01:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-05 23:01:10 +0000 |
commit | aa2477df1b005f05f0c49e64199c5d119dd592a3 (patch) | |
tree | da900be9b33e3cc40159898e264c19f1c0df5621 /media-plugins/xmms-goom | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-aa2477df1b005f05f0c49e64199c5d119dd592a3.tar.gz historical-aa2477df1b005f05f0c49e64199c5d119dd592a3.tar.bz2 historical-aa2477df1b005f05f0c49e64199c5d119dd592a3.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'media-plugins/xmms-goom')
-rw-r--r-- | media-plugins/xmms-goom/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-plugins/xmms-goom/Manifest b/media-plugins/xmms-goom/Manifest index 44119f754e69..fac6a06d5e3b 100644 --- a/media-plugins/xmms-goom/Manifest +++ b/media-plugins/xmms-goom/Manifest @@ -1,5 +1,5 @@ -MD5 4314ebaa8c62ec2ccf59646f26114ade xmms-goom-1.99.4.ebuild 991 MD5 97713aeb71b44d7ac818965be832d716 ChangeLog 1433 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 c799d0f5d602fcc614edff965046b897 files/xmms-goom-gcc-3.3.patch 5611 +MD5 635a3580d437bd5213d668556f7a5728 xmms-goom-1.99.4.ebuild 994 MD5 66d92f45c524e9c5e737723ab0a430fe files/digest-xmms-goom-1.99.4 135 +MD5 c799d0f5d602fcc614edff965046b897 files/xmms-goom-gcc-3.3.patch 5611 diff --git a/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild b/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild index 939dd242c3c9..3f240e5dbfbe 100644 --- a/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild +++ b/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild,v 1.10 2004/09/05 14:14:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild,v 1.11 2004/09/05 23:01:10 mr_bones_ Exp $ inherit eutils @@ -22,13 +22,12 @@ DEPEND="media-sound/xmms sys-apps/coreutils" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} ; cd ${S} epatch ${WORKDIR}/${PN}_${PV}-4.diff } src_compile() { econf || die - emake OPT="$CFLAGS" || die } |