From 240812b12e7a0ca32a78be4b701610bf7ee3dbbb Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Mon, 16 Sep 2002 16:14:04 +0000 Subject: Did it right this time. :) Moved app-misc/wmtimer to x11-plugins/wmtimer. --- x11-plugins/wmtimer/ChangeLog | 12 ++++++++++++ x11-plugins/wmtimer/files/digest-wmtimer-2.4 | 1 + x11-plugins/wmtimer/wmtimer-2.4.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 x11-plugins/wmtimer/ChangeLog create mode 100644 x11-plugins/wmtimer/files/digest-wmtimer-2.4 create mode 100644 x11-plugins/wmtimer/wmtimer-2.4.ebuild (limited to 'x11-plugins/wmtimer') 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 : + Moved from app-misc to x11-plugins. + + 12 August 2002; Sascha Schwabbauer ChangeLog, wmtimer-2.4.ebuild, files/digest-wmtimer-2.4 : + Initial version in Portage now.. + Initial ebuild by Amit Pansare .. 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 +} -- cgit v1.2.3-65-gdbad