summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:09:29 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:09:29 +0000
commit32089386d946fc2c4654006f9b5ffc00c9b384d5 (patch)
treee7fe92b1a4ac2751bd3ada3f9531de258a50b628 /x11-plugins/wmclockmon
parentmake replace in config files effective (diff)
downloadhistorical-32089386d946fc2c4654006f9b5ffc00c9b384d5.tar.gz
historical-32089386d946fc2c4654006f9b5ffc00c9b384d5.tar.bz2
historical-32089386d946fc2c4654006f9b5ffc00c9b384d5.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r--x11-plugins/wmclockmon/ChangeLog8
-rw-r--r--x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.21
-rw-r--r--x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild22
-rw-r--r--x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild7
4 files changed, 9 insertions, 29 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog
index 96fdc61af846..49d868a08237 100644
--- a/x11-plugins/wmclockmon/ChangeLog
+++ b/x11-plugins/wmclockmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmclockmon
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.17 2004/09/01 02:16:07 tgall Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.18 2006/01/24 22:43:20 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ -wmclockmon-0.7.2.ebuild, wmclockmon-0.8.0.ebuild:
+ Fixed DEPEND for modular X.
31 Aug 2004; Tom Gall <tgall@gentoo.org> wmclockmon-0.8.0.ebuild:
stable on ppc64, bug #61760
diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2
deleted file mode 100644
index 8f49db4095e5..000000000000
--- a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6478724a3543390e6f593d2bdd3db42c wmclockmon-0.7.2.tar.gz 137470
diff --git a/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild
deleted file mode 100644
index b1c3afdd0827..000000000000
--- a/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild,v 1.6 2004/06/24 23:06:50 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="digital clock dockapp with seven different styles with a LCD or LED display. Also has a Internet Time feature."
-SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
-HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
-
-SLOT="0"
-KEYWORDS="x86 ~sparc amd64 ppc"
-LICENSE="GPL-2"
-
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*"
-
-src_install () {
- einstall || die "make install failed"
-
- dodoc AUTHORS BUGS ChangeLog THANKS TODO doc/sample.wmclockmonrc
-}
diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild
index 79ae1a1bf36d..2b1abdb900e3 100644
--- a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild
+++ b/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild,v 1.4 2004/09/01 02:16:07 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild,v 1.5 2006/01/24 22:43:20 nelchael Exp $
IUSE=""
@@ -12,8 +12,7 @@ SLOT="0"
KEYWORDS="x86 ~sparc amd64 ppc ppc64"
LICENSE="GPL-2"
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*"
+DEPEND="=x11-libs/gtk+-1.2*"
src_install () {
einstall || die "make install failed"