summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-12-22 07:27:36 +0000
committerNick Hadaway <raker@gentoo.org>2002-12-22 07:27:36 +0000
commit05dc3148a87eacaa5c95d3a65e2d693ce16ee3ce (patch)
tree355e6827c25312f48780c79379718b0c4f2b7771 /x11-plugins/wmclockmon
parentinitial ebuild (diff)
downloadhistorical-05dc3148a87eacaa5c95d3a65e2d693ce16ee3ce.tar.gz
historical-05dc3148a87eacaa5c95d3a65e2d693ce16ee3ce.tar.bz2
historical-05dc3148a87eacaa5c95d3a65e2d693ce16ee3ce.zip
Version bump. Please comment on bug #11909.
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r--x11-plugins/wmclockmon/ChangeLog7
-rw-r--r--x11-plugins/wmclockmon/files/digest-wmclockmon-0.2.01
-rw-r--r--x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild30
3 files changed, 36 insertions, 2 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog
index 654af22d317c..b82fea6e5325 100644
--- a/x11-plugins/wmclockmon/ChangeLog
+++ b/x11-plugins/wmclockmon/ChangeLog
@@ -1,12 +1,15 @@
# ChangeLog for x11-plugins/wmclockmon
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.1 2002/10/29 07:07:37 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.2 2002/12/22 07:27:36 raker Exp $
*wmclockmon-0.1.3 (29 Oct 2002)
+ 22 Dec 2002; Nick Hadaway <raker@gentoo.org> wmclockmon-0.2.0.ebuild,
+ files/digest-wmclockmon-0.2.0 :
+ Version bump. Please comment on bug #11909.
+
29 Oct 2002; Brad Cowan <bcowan@gentoo.org> wmclockmon-0.1.3.ebuild,
ChangeLog, files/digest-wmclockmon-0.1.3 :
-
Initial import thanks to Autobot.
diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.2.0 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.2.0
new file mode 100644
index 000000000000..95f13b93e4c7
--- /dev/null
+++ b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.2.0
@@ -0,0 +1 @@
+MD5 ae3a15d7d0a7aac16912e12a8f7a44d0 wmclockmon-0.2.0.tar.gz 105038
diff --git a/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild
new file mode 100644
index 000000000000..8f5f293f2aa6
--- /dev/null
+++ b/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Ebuild by AutoBot (autobot@midsouth.rr.com)
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="digital clock dockapp with three different styles."
+SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
+HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND="x11-base/xfree"
+
+src_compile() {
+
+ econf || die "configure failed"
+
+ emake || die "parallel make failed"
+
+}
+
+src_install () {
+
+ einstall || die "make install failed"
+
+}
+