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
commit9ef0df0e4cafc0193cb57c2fd41890d943c3e6e5 (patch)
treef6308a855f5340796a56b8dff4f4023859127991 /x11-plugins
parentAdded optional support for STLport, triggered by new local USE flag stlport. ... (diff)
downloadgentoo-2-9ef0df0e4cafc0193cb57c2fd41890d943c3e6e5.tar.gz
gentoo-2-9ef0df0e4cafc0193cb57c2fd41890d943c3e6e5.tar.bz2
gentoo-2-9ef0df0e4cafc0193cb57c2fd41890d943c3e6e5.zip
Wiped out older version from the tree...
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmspaceclock/ChangeLog4
-rw-r--r--x11-plugins/wmspaceclock/files/digest-wmspaceclock-1.2b1
-rw-r--r--x11-plugins/wmspaceclock/wmspaceclock-1.2b.ebuild29
3 files changed, 3 insertions, 31 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/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
-}