diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
commit | 905104477894dc17ff4df7f9d24c59ed70b27694 (patch) | |
tree | 96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/wmSMPmon | |
parent | Various epatch sed and cosmetic changes (diff) | |
download | gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2 gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.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 6867376407ee..bc8952f68fb5 100644 --- a/x11-plugins/wmSMPmon/Manifest +++ b/x11-plugins/wmSMPmon/Manifest @@ -1,4 +1,4 @@ -MD5 7ae5693d2f19f764a00303d7fcb14991 wmSMPmon-2.2.ebuild 679 +MD5 43801d2c81ca78a02355819f586192ea wmSMPmon-2.2.ebuild 675 MD5 279a330391a46fda9ae619fb6f43808a ChangeLog 385 MD5 9d66ac36b8fc0ff0a76f72890effea8d metadata.xml 295 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} |