summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-12-01 14:06:50 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-12-01 14:06:50 +0000
commitaab240f0d9670987a33724d488d57ef5248d538d (patch)
treefb24f7ded3b000997dbad09de3554c5124b629df /x11-plugins/wmspaceclock
parentDisable the ocamlsolver feature in kalzium (#109474). (diff)
downloadgentoo-2-aab240f0d9670987a33724d488d57ef5248d538d.tar.gz
gentoo-2-aab240f0d9670987a33724d488d57ef5248d538d.tar.bz2
gentoo-2-aab240f0d9670987a33724d488d57ef5248d538d.zip
Added optional support for STLport, triggered by new local USE flag stlport. Closes bug #113166.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmspaceclock')
-rw-r--r--x11-plugins/wmspaceclock/ChangeLog8
-rw-r--r--x11-plugins/wmspaceclock/Manifest6
-rw-r--r--x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild10
3 files changed, 15 insertions, 9 deletions
diff --git a/x11-plugins/wmspaceclock/ChangeLog b/x11-plugins/wmspaceclock/ChangeLog
index 02c8f55b34c8..310fbc5f00e8 100644
--- a/x11-plugins/wmspaceclock/ChangeLog
+++ b/x11-plugins/wmspaceclock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmspaceclock
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.12 2004/11/25 06:15:47 weeve Exp $
+# 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 $
+
+ 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.
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 481190187d22..55a7765a50b8 100644
--- a/x11-plugins/wmspaceclock/Manifest
+++ b/x11-plugins/wmspaceclock/Manifest
@@ -1,6 +1,6 @@
+MD5 4248b951d6a6f59e918646c8d1af5bc2 wmspaceclock-1.2b.ebuild 742
+MD5 1a934d90c09f4c8e8a9d0ace8d43d8e5 wmspaceclock-1.2d.ebuild 970
MD5 1752d78a48d20ecd95c322f174c48d05 ChangeLog 1516
MD5 22920e4561ba95417c861c5f0f495bd6 metadata.xml 461
-MD5 4248b951d6a6f59e918646c8d1af5bc2 wmspaceclock-1.2b.ebuild 742
-MD5 7a34a9534f07defcf035c3754f4ce307 wmspaceclock-1.2d.ebuild 918
-MD5 dfdfd55daef0e7dd9675b4f674282846 files/digest-wmspaceclock-1.2d 67
MD5 d494f3f060141ab4baefd1fc2aa33823 files/digest-wmspaceclock-1.2b 67
+MD5 dfdfd55daef0e7dd9675b4f674282846 files/digest-wmspaceclock-1.2d 67
diff --git a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild
index 34c39e3d1992..15fb3e5db118 100644
--- a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild
+++ b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.6 2004/11/25 06:15:47 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.7 2005/12/01 14:06:50 s4t4n Exp $
DESCRIPTION="A sexy anti-aliased dockapp clock"
HOMEPAGE="http://wmspaceclock.sourceforge.net"
@@ -8,11 +8,13 @@ SRC_URI="mirror://sourceforge/wmspaceclock/${P/wm/}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc ~sparc"
-IUSE=""
+IUSE="stlport"
DEPEND="virtual/libc
virtual/x11
>=media-libs/gdk-pixbuf-0.20
- >=sys-apps/sed-4"
+ >=sys-apps/sed-4
+ stlport? ( >=dev-libs/STLport-4.6.2-r2 )"
+
S=${WORKDIR}/spaceclock
src_unpack()