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/wmSMPmon | |
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/wmSMPmon')
-rw-r--r-- | x11-plugins/wmSMPmon/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-plugins/wmSMPmon/Manifest b/x11-plugins/wmSMPmon/Manifest index fcaf786652b8..6867376407ee 100644 --- a/x11-plugins/wmSMPmon/Manifest +++ b/x11-plugins/wmSMPmon/Manifest @@ -1,4 +1,4 @@ +MD5 7ae5693d2f19f764a00303d7fcb14991 wmSMPmon-2.2.ebuild 679 MD5 279a330391a46fda9ae619fb6f43808a ChangeLog 385 MD5 9d66ac36b8fc0ff0a76f72890effea8d metadata.xml 295 -MD5 45eb8c05201514a6c2f167382910e246 wmSMPmon-2.2.ebuild 684 MD5 cd1099f46344e8ef35a2c36db93ae7b3 files/digest-wmSMPmon-2.2 63 diff --git a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild index 673ae519e684..5fb8d021ba85 100644 --- a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild +++ b/x11-plugins/wmSMPmon/wmSMPmon-2.2.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/wmSMPmon/wmSMPmon-2.2.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/${PN}-2.x" @@ -15,15 +15,16 @@ KEYWORDS="x86 amd64" DEPEND="virtual/glibc virtual/x11" -src_compile() { - - cd ${S}/${PN} - cp Makefile Makefile.orig - sed -e "s:-Wall -O3 -m486:${CFLAGS}:" Makefile.orig > Makefile - make || die "make failed" +src_unpack() { + unpack ${A} ; cd ${S}/wmSMPmon + sed -i -e "s:-Wall -O3 -m486:${CFLAGS}:" Makefile } +src_compile() { + make || die "make failed" + } + src_install() { cd ${S}/${PN} |