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/wmtop | |
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/wmtop')
-rw-r--r-- | x11-plugins/wmtop/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.84.ebuild | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-plugins/wmtop/Manifest b/x11-plugins/wmtop/Manifest index 64dec92890ca..4fecc408a8c1 100644 --- a/x11-plugins/wmtop/Manifest +++ b/x11-plugins/wmtop/Manifest @@ -1,4 +1,4 @@ -MD5 221e3716f5359f7bee7600576060463d wmtop-0.84.ebuild 724 +MD5 1f96ae553b1f4184cfcf5504763ea23c wmtop-0.84.ebuild 714 MD5 481501681c25873a4a45648d54bda778 ChangeLog 592 MD5 4745e806b0b279d04fc25d2ff79cf4fa metadata.xml 555 MD5 f02c38d61b457e6c4127eb64dcaa2715 files/digest-wmtop-0.84 62 diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild index d0e37bbcff69..3699fa3f22b3 100644 --- a/x11-plugins/wmtop/wmtop-0.84.ebuild +++ b/x11-plugins/wmtop/wmtop-0.84.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/wmtop/wmtop-0.84.ebuild,v 1.6 2003/12/14 04:43:32 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.84.ebuild,v 1.7 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/${P}" @@ -15,15 +15,15 @@ KEYWORDS="x86 ~sparc amd64 ppc" DEPEND="virtual/glibc virtual/x11" -src_compile() { +src_unpack() { + unpack ${A} ; cd ${S} + sed -i -e "s:-O3 -g -Wall:${CFLAGS}:" \ + -e "s:/local::" Makefile - cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O3 -g -Wall:${CFLAGS}:" \ - -e "s:/local::" Makefile.orig > Makefile +} +src_compile() { make linux - } src_install() { |