diff options
author | 2004-01-04 18:36:48 +0000 | |
---|---|---|
committer | 2004-01-04 18:36:48 +0000 | |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmgtemp | |
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/wmgtemp')
-rw-r--r-- | x11-plugins/wmgtemp/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-0.6.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-0.7.ebuild | 13 |
3 files changed, 14 insertions, 18 deletions
diff --git a/x11-plugins/wmgtemp/Manifest b/x11-plugins/wmgtemp/Manifest index bea91fb65cf0..06e9fc4623ae 100644 --- a/x11-plugins/wmgtemp/Manifest +++ b/x11-plugins/wmgtemp/Manifest @@ -1,6 +1,6 @@ +MD5 1741651a65da025990ecdc378241d48a wmgtemp-0.7.ebuild 702 +MD5 60433323d98e34c0c2870f92469a0312 wmgtemp-0.6.ebuild 727 MD5 354f21324230c11cc1b71a1b77a53d7e ChangeLog 613 MD5 f128e870010a5e7ca189002d71e046f6 metadata.xml 655 -MD5 2b8f0542470d60742fe6d814d532e578 wmgtemp-0.6.ebuild 771 -MD5 ea177bb02562de973e1fdda0c7db2ff9 wmgtemp-0.7.ebuild 744 MD5 ee8e4d7233039755c7fe5e37f7ccc23d files/digest-wmgtemp-0.6 62 MD5 ae0041a298d82b1a05a9a0c4c84e8555 files/digest-wmgtemp-0.7 62 diff --git a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild index 3f95191864b5..1473dcde44b6 100644 --- a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-0.6.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/wmgtemp/wmgtemp-0.6.ebuild,v 1.6 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild,v 1.7 2004/01/04 18:36:48 aliz Exp $ IUSE="" @@ -16,16 +16,13 @@ KEYWORDS="x86 -ppc -sparc amd64" DEPEND="sys-apps/lm-sensors" -src_compile() { - - # Set compile optimizations - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s:-Wall -g:\$(CFLAGS):" \ - Makefile.orig > Makefile +src_unpack() { + unpack ${A} ; cd ${S}/src + sed -i -e "s:-Wall -g:\$(CFLAGS):" Makefile +} +src_compile() { emake || die "parallel make failed" - } src_install() { diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild index 16bd87d9bbc3..f90113fb6d96 100644 --- a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-0.7.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/wmgtemp/wmgtemp-0.7.ebuild,v 1.1 2003/11/16 22:50:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.2 2004/01/04 18:36:48 aliz Exp $ IUSE="" @@ -14,13 +14,12 @@ KEYWORDS="x86 -ppc -sparc amd64" DEPEND="sys-apps/lm-sensors" -src_compile() { - # Set compile optimizations - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s:-Wall -g:\$(CFLAGS):" \ - Makefile.orig > Makefile +src_unpack() { + unpack ${A} ; cd ${S}/src + sed -i -e "s:-Wall -g:\$(CFLAGS):" Makefile +} +src_compile() { emake || die "parallel make failed" } |