summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-08-18 01:38:19 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-08-18 01:38:19 +0000
commite87e168cf2e47fe2f694422899fd4fa0479f40ac (patch)
tree93aa9073da03516ab65e58458f9c2110e349f086 /x11-plugins/wmclockmon
parentadd gtk+ to DEPEND, add docs, clean up the build. (diff)
downloadgentoo-2-e87e168cf2e47fe2f694422899fd4fa0479f40ac.tar.gz
gentoo-2-e87e168cf2e47fe2f694422899fd4fa0479f40ac.tar.bz2
gentoo-2-e87e168cf2e47fe2f694422899fd4fa0479f40ac.zip
add gtk+ to DEPEND, add docs, clean up the build.
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r--x11-plugins/wmclockmon/ChangeLog6
-rw-r--r--x11-plugins/wmclockmon/Manifest4
-rw-r--r--x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild18
3 files changed, 12 insertions, 16 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog
index d0fc64ad428f..3c5e7614b5a4 100644
--- a/x11-plugins/wmclockmon/ChangeLog
+++ b/x11-plugins/wmclockmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmclockmon
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.5 2003/06/12 22:27:14 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.6 2003/08/18 01:38:12 g2boojum Exp $
+
+ 17 Aug 2003; Nick Hadaway <raker@gentoo.org> wmclockmon-0.2.0.ebuild:
+ Added gtk+ to DEPEND. Cleaned up the ebuild and added docs.
+ All this prompted by bug #26833. Thanks Eric. :)
12 Jun 2003; <msterret@gentoo.org> wmclockmon-0.1.3.ebuild,
wmclockmon-0.2.0.ebuild:
diff --git a/x11-plugins/wmclockmon/Manifest b/x11-plugins/wmclockmon/Manifest
index 98ef6ba35767..f524757a261f 100644
--- a/x11-plugins/wmclockmon/Manifest
+++ b/x11-plugins/wmclockmon/Manifest
@@ -1,5 +1,5 @@
-MD5 209f08e30c5c52aab3703291afd9855b wmclockmon-0.2.0.ebuild 627
+MD5 ad68f4474949d2a2598a352c19683a17 wmclockmon-0.2.0.ebuild 693
MD5 c1b183fcfcff896ec3c601fc31999a41 wmclockmon-0.1.3.ebuild 710
-MD5 16cb1701cf8910ae62ea073616de2382 ChangeLog 796
+MD5 e3b19ab9caef0258e714dadc85832802 ChangeLog 984
MD5 7645a6fab30b122b53cb8a943e2db725 files/digest-wmclockmon-0.1.3 67
MD5 36209c3cefa9c991d08832999bcc89ab files/digest-wmclockmon-0.2.0 68
diff --git a/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild
index 29c11db81bc4..0845eafbfbf3 100644
--- a/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild
+++ b/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Ebuild by AutoBot (autobot@midsouth.rr.com)
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild,v 1.4 2003/06/12 22:27:14 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.2.0.ebuild,v 1.5 2003/08/18 01:38:12 g2boojum Exp $
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="digital clock dockapp with three different styles."
SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
@@ -13,19 +13,11 @@ SLOT="0"
KEYWORDS="x86"
LICENSE="GPL-2"
-DEPEND="x11-base/xfree"
-
-src_compile() {
-
- econf || die "configure failed"
-
- emake || die "parallel make failed"
-
-}
+DEPEND="x11-base/xfree
+ =x11-libs/gtk+-1.2*"
src_install () {
-
einstall || die "make install failed"
+ dodoc AUTHORS BUGS ChangeLog THANKS TODO doc/sample.wmclockmonrc
}
-