summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:37:02 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:37:02 +0000
commit905104477894dc17ff4df7f9d24c59ed70b27694 (patch)
tree96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/wmtimer
parentVarious epatch sed and cosmetic changes (diff)
downloadgentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz
gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2
gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmtimer')
-rw-r--r--x11-plugins/wmtimer/Manifest2
-rw-r--r--x11-plugins/wmtimer/wmtimer-2.4.ebuild14
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-plugins/wmtimer/Manifest b/x11-plugins/wmtimer/Manifest
index 13388750dd0b..d8d43857c35f 100644
--- a/x11-plugins/wmtimer/Manifest
+++ b/x11-plugins/wmtimer/Manifest
@@ -1,4 +1,4 @@
-MD5 0779462ee0576075d48a640745421dc7 wmtimer-2.4.ebuild 793
+MD5 b38dd7537e238d2d912df9314e2a0ea8 wmtimer-2.4.ebuild 790
MD5 d6c32d6977426b01a858d79cc8e87a0d ChangeLog 900
MD5 29dad15b2d403e1f5225ef8b26e8baa3 metadata.xml 505
MD5 e9893dea144b35a7eb054a48c737d0cc files/digest-wmtimer-2.4 62
diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild
index f247406e128c..d7a0ac001c95 100644
--- a/x11-plugins/wmtimer/wmtimer-2.4.ebuild
+++ b/x11-plugins/wmtimer/wmtimer-2.4.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.9 2003/10/16 16:10:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.10 2004/01/04 18:36:48 aliz Exp $
S=${WORKDIR}/${P}
-S2=${S}/wmtimer
DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
SRC_URI="http://home.dwave.net/~jking/wmtimer/${P}.tar.gz"
@@ -17,14 +16,13 @@ DEPEND="virtual/glibc
virtual/x11
=x11-libs/gtk+-1.2*"
-src_compile() {
-
- cd ${S2}
- cp Makefile Makefile.orig
- sed -e "s:-O2 -Wall:${CFLAGS}:" Makefile.orig > Makefile
+src_unpack() {
+ unpack ${A} ; cd ${S}/wmtimer
+ sed -i -e "s:-O2 -Wall:${CFLAGS}:" Makefile
+}
+src_compile() {
emake || die
-
}
src_install () {