summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-09-16 16:14:04 +0000
committerNick Hadaway <raker@gentoo.org>2002-09-16 16:14:04 +0000
commitb42fbcece5a0d5a422956cdf927354d240669e36 (patch)
tree8068b7b8de8addfae05e9f8f1c6ce2364d9e121e /x11-plugins/wmtimer
parentMoved app-misc/wmmon+smp x11-plugins/wmmon+smp... I'll do it in one (diff)
downloadhistorical-b42fbcece5a0d5a422956cdf927354d240669e36.tar.gz
historical-b42fbcece5a0d5a422956cdf927354d240669e36.tar.bz2
historical-b42fbcece5a0d5a422956cdf927354d240669e36.zip
Did it right this time. :) Moved app-misc/wmtimer to
x11-plugins/wmtimer.
Diffstat (limited to 'x11-plugins/wmtimer')
-rw-r--r--x11-plugins/wmtimer/ChangeLog12
-rw-r--r--x11-plugins/wmtimer/files/digest-wmtimer-2.41
-rw-r--r--x11-plugins/wmtimer/wmtimer-2.4.ebuild28
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog
new file mode 100644
index 000000000000..65e5106c454b
--- /dev/null
+++ b/x11-plugins/wmtimer/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-plugins/wmtimer
+# Copyright 2001-2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.1 2002/09/16 16:14:04 raker Exp $
+
+* wmtimer-2.4 (12 August 2002)
+
+ 16 Sep 2002; Nick Hadaway <raker@gentoo.org> :
+ Moved from app-misc to x11-plugins.
+
+ 12 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, wmtimer-2.4.ebuild, files/digest-wmtimer-2.4 :
+ Initial version in Portage now..
+ Initial ebuild by Amit Pansare <amittp@yahoo.com>..
diff --git a/x11-plugins/wmtimer/files/digest-wmtimer-2.4 b/x11-plugins/wmtimer/files/digest-wmtimer-2.4
new file mode 100644
index 000000000000..d292fb3638eb
--- /dev/null
+++ b/x11-plugins/wmtimer/files/digest-wmtimer-2.4
@@ -0,0 +1 @@
+MD5 563ff8c7a7c880a0babf16e4ad972f94 wmtimer-2.4.tar.gz 21021
diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild
new file mode 100644
index 000000000000..1973cd70add5
--- /dev/null
+++ b/x11-plugins/wmtimer/wmtimer-2.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.1 2002/09/16 16:14:04 raker 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"
+HOMEPAGE="http://home.dwave.net/~jking/wmtimer/"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
+
+DEPEND="virtual/x11"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ cd ${S2}
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe ${S2}/wmtimer
+ cd ${S}
+ dodoc README COPYING INSTALL CREDITS INSTALL Changelog
+}