diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmfishtime | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild | 9 |
3 files changed, 14 insertions, 7 deletions
diff --git a/x11-plugins/wmfishtime/Manifest b/x11-plugins/wmfishtime/Manifest index 155fc3de58bb..8068a821e85e 100644 --- a/x11-plugins/wmfishtime/Manifest +++ b/x11-plugins/wmfishtime/Manifest @@ -1,6 +1,6 @@ +MD5 5dfb5c89b8804cd7953b4144ea586423 wmfishtime-1.23-r2.ebuild 858 +MD5 373290d8ad7eb8cb7b5e98c0d9163177 wmfishtime-1.23-r1.ebuild 858 MD5 316045f802253c16a470cede5b104d01 ChangeLog 999 MD5 aeefe0a88d62157055bc87ee91bd2eb9 metadata.xml 396 -MD5 7615a01ef9d8df18f409e9fe73fd0194 wmfishtime-1.23-r1.ebuild 831 -MD5 3a840a89a2ae0791db31a7e4f03fb323 wmfishtime-1.23-r2.ebuild 861 MD5 48b96d80c8c76d6ba48ba94defe174f2 files/digest-wmfishtime-1.23-r1 66 MD5 48b96d80c8c76d6ba48ba94defe174f2 files/digest-wmfishtime-1.23-r2 66 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild index f63cedd3b33b..996004e9ec4e 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.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/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.6 2004/01/04 18:36:48 aliz Exp $ # to make this work in KDE, run it with the -b option :) S=${WORKDIR}/${P} @@ -14,8 +14,12 @@ KEYWORDS="x86 sparc amd64" DEPEND="=x11-libs/gtk+-1.2*" +src_unpack() { + unpack ${A} ; cd ${S} + sed -i -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile +} + src_compile() { - sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile make || die } diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild index a929794f21f0..897c3b8c4931 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.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/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.6 2004/01/04 18:36:48 aliz Exp $ # to make this work in KDE, run it with the -b option :) S=${WORKDIR}/${P} @@ -14,9 +14,12 @@ KEYWORDS="x86 sparc amd64" DEPEND="=x11-libs/gtk+-1.2*" +src_unpack() { + unpack ${A} ; cd ${S} + sed -i -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile +} + src_compile() { - sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile.tmp - mv Makefile.tmp Makefile make || die } |