summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-12-01 14:08:48 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-12-01 14:08:48 +0000
commitbe18318c728e4561eb4ec864ef784a983b193a47 (patch)
treeced33dc6dfa53ca42a061e83c72ebde9e5b262f2 /x11-plugins
parentDisable the ocamlsolver feature in kalzium (#109474). (diff)
downloadhistorical-be18318c728e4561eb4ec864ef784a983b193a47.tar.gz
historical-be18318c728e4561eb4ec864ef784a983b193a47.tar.bz2
historical-be18318c728e4561eb4ec864ef784a983b193a47.zip
Wiped out older version from the tree...
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmspaceclock/ChangeLog4
-rw-r--r--x11-plugins/wmspaceclock/Manifest4
-rw-r--r--x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.2b1
-rw-r--r--x11-plugins/wmspaceclock/wmspaceclock-1.2b.ebuild29
4 files changed, 4 insertions, 34 deletions
diff --git a/x11-plugins/wmspaceclock/ChangeLog b/x11-plugins/wmspaceclock/ChangeLog
index 310fbc5f00e8..2e9ed0858218 100644
--- a/x11-plugins/wmspaceclock/ChangeLog
+++ b/x11-plugins/wmspaceclock/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for x11-plugins/wmspaceclock
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.13 2005/12/01 14:06:50 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.14 2005/12/01 14:08:48 s4t4n Exp $
01 Dec 2005; Michele Noberasco <s4t4n@gentoo.org> wmspaceclock-1.2d.ebuild:
Added optional dependency to dev-libs/STLport (with local USE flag stlport).
Closes bug #113166.
+ wmspaceclock-1.2b.ebuild:
+ Wiped out older version.
24 Nov 2004; Jason Wever <weeve@gentoo.org> wmspaceclock-1.2d.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmspaceclock/Manifest b/x11-plugins/wmspaceclock/Manifest
index 4a4ecae6e9a9..f993537d4ed3 100644
--- a/x11-plugins/wmspaceclock/Manifest
+++ b/x11-plugins/wmspaceclock/Manifest
@@ -1,6 +1,4 @@
-MD5 4248b951d6a6f59e918646c8d1af5bc2 wmspaceclock-1.2b.ebuild 742
MD5 d4a73639af214a1ec92bbf8766f7021b wmspaceclock-1.2d.ebuild 970
-MD5 b9120c7bc3f23ce2aa9a1cda4b0c94a1 ChangeLog 1696
+MD5 95d2c8032c377d6180b40797705dbf87 ChangeLog 1751
MD5 22920e4561ba95417c861c5f0f495bd6 metadata.xml 461
-MD5 d494f3f060141ab4baefd1fc2aa33823 files/digest-wmspaceclock-1.2b 67
MD5 dfdfd55daef0e7dd9675b4f674282846 files/digest-wmspaceclock-1.2d 67
diff --git a/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.2b b/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.2b
deleted file mode 100644
index e7d789fadfb1..000000000000
--- a/x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.2b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9e9c8320422878584c63e8626cee2540 spaceclock-1.2b.tar.bz2 86160
diff --git a/x11-plugins/wmspaceclock/wmspaceclock-1.2b.ebuild b/x11-plugins/wmspaceclock/wmspaceclock-1.2b.ebuild
deleted file mode 100644
index eb3d9b12e97e..000000000000
--- a/x11-plugins/wmspaceclock/wmspaceclock-1.2b.ebuild
+++ /dev/null
@@ -1,29 +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/wmspaceclock/wmspaceclock-1.2b.ebuild,v 1.6 2004/07/22 09:22:54 s4t4n Exp $
-
-DESCRIPTION="A sexy anti-aliased dockapp clock"
-HOMEPAGE="http://wmspaceclock.sourceforge.net"
-SRC_URI="mirror://sourceforge/wmspaceclock/${P/wm/}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-DEPEND="virtual/libc
- virtual/x11
- >=media-libs/gdk-pixbuf-0.20
- >=sys-apps/sed-4"
-S=${WORKDIR}/spaceclock
-
-src_compile() {
- cd ${S}
- sed -i "s:/usr/local:/usr:" Makefile
- sed -i "s:-g3 -O2:${CFLAGS}:" Makefile
- ./configure
- make
-}
-
-src_install() {
- dodir /usr/bin
- make DESTDIR=${D} install || die
-}