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/wmitime | |
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/wmitime')
-rw-r--r-- | x11-plugins/wmitime/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmitime/wmitime-0.3.ebuild | 13 |
2 files changed, 4 insertions, 11 deletions
diff --git a/x11-plugins/wmitime/Manifest b/x11-plugins/wmitime/Manifest index ae84621b3d62..2e3a812fe84b 100644 --- a/x11-plugins/wmitime/Manifest +++ b/x11-plugins/wmitime/Manifest @@ -1,5 +1,5 @@ +MD5 7997c00aad5fb30f7dace82822288667 wmitime-0.3.ebuild 756 MD5 edb1d4c19299934eaa47e5579c552066 ChangeLog 400 MD5 1a356f312f3f083697591fede9565f3a metadata.xml 362 -MD5 46d2accbb22a131d02567744e015a1a3 wmitime-0.3.ebuild 788 MD5 ed57078efdae8e33c0afccb712986490 files/digest-wmitime-0.3 62 MD5 9b98c7ac42b6ab69fc38a9a1c8114253 files/makefile.diff 729 diff --git a/x11-plugins/wmitime/wmitime-0.3.ebuild b/x11-plugins/wmitime/wmitime-0.3.ebuild index ee1607d71f27..e43cdb226846 100644 --- a/x11-plugins/wmitime/wmitime-0.3.ebuild +++ b/x11-plugins/wmitime/wmitime-0.3.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/wmitime/wmitime-0.3.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/${PN}" @@ -16,26 +16,19 @@ DEPEND="virtual/glibc virtual/x11" src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/makefile.diff || die "patch failed" - + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/makefile.diff } src_compile() { - cd ${S}/wmitime make || die "make failed" - } src_install() { - cd ${S}/wmitime dobin wmitime cd ${S} dodoc BUGS CHANGES COPYING README - } |