summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
commit6ab42505b792ef4aebea3be08aaed231d298c5ab (patch)
treedd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmusic
parentcleanup (diff)
downloadhistorical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmusic')
-rw-r--r--x11-plugins/wmusic/Manifest4
-rw-r--r--x11-plugins/wmusic/wmusic-1.4.10.ebuild9
-rw-r--r--x11-plugins/wmusic/wmusic-1.4.11.ebuild9
3 files changed, 8 insertions, 14 deletions
diff --git a/x11-plugins/wmusic/Manifest b/x11-plugins/wmusic/Manifest
index 2aad2f8d5727..498c05a03393 100644
--- a/x11-plugins/wmusic/Manifest
+++ b/x11-plugins/wmusic/Manifest
@@ -1,6 +1,6 @@
+MD5 1dedfaf58ccd1460cad41b62f4de4667 wmusic-1.4.11.ebuild 700
+MD5 6b450edefcaaeb88e4c432293af761df wmusic-1.4.10.ebuild 700
MD5 4190f1aca75f9e321d823b9071d94de8 ChangeLog 706
MD5 7eef6e015727ac235d78fa51635b34db metadata.xml 394
-MD5 be6f05fb40c7387a7f65f53eb0f876cf wmusic-1.4.10.ebuild 768
-MD5 c02b31a01dcf24a16da2281a7d8fd3e3 wmusic-1.4.11.ebuild 768
MD5 930cfaf5fe1664a43eb5c2a82110d573 files/digest-wmusic-1.4.10 69
MD5 c94be60d3c8d8276495ea62f69119612 files/digest-wmusic-1.4.11 68
diff --git a/x11-plugins/wmusic/wmusic-1.4.10.ebuild b/x11-plugins/wmusic/wmusic-1.4.10.ebuild
index 0309256c8e10..392ab56b5ad5 100644
--- a/x11-plugins/wmusic/wmusic-1.4.10.ebuild
+++ b/x11-plugins/wmusic/wmusic-1.4.10.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/x11-plugins/wmusic/wmusic-1.4.10.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.10.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $
DESCRIPTION="dockapp for xmms"
HOMEPAGE="http://home.jtan.com/~john/wmusic/"
@@ -16,11 +16,8 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_unpack() {
- unpack ${P}-src.tar.gz
- cd ${S}/src
- mv Makefile.in Makefile.in.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.in.orig > Makefile.in
- cd ${S}
+ unpack ${A} ; cd ${S}/src
+ sed -i -e "s:-O2:${CFLAGS}:" Makefile.in
}
src_compile() {
diff --git a/x11-plugins/wmusic/wmusic-1.4.11.ebuild b/x11-plugins/wmusic/wmusic-1.4.11.ebuild
index 584eb864b828..eb0e1693950c 100644
--- a/x11-plugins/wmusic/wmusic-1.4.11.ebuild
+++ b/x11-plugins/wmusic/wmusic-1.4.11.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/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.2 2003/10/16 16:10:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.3 2004/01/04 18:36:48 aliz Exp $
DESCRIPTION="dockapp for xmms"
HOMEPAGE="http://home.jtan.com/~john/wmusic/"
@@ -16,11 +16,8 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_unpack() {
- unpack ${P}-src.tar.gz
- cd ${S}/src
- mv Makefile.in Makefile.in.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.in.orig > Makefile.in
- cd ${S}
+ unpack ${A} ; cd ${S}/src
+ sed -i -e "s:-O2:${CFLAGS}:" Makefile.in
}
src_compile() {