diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
commit | ab571b17781a89a2019884aee91737c71f117ead (patch) | |
tree | 85a6bbb26961ba7040bb697c4168212c3aacdcc4 /x11-plugins | |
parent | Mark 0.38 stable on alpha (diff) | |
download | historical-ab571b17781a89a2019884aee91737c71f117ead.tar.gz historical-ab571b17781a89a2019884aee91737c71f117ead.tar.bz2 historical-ab571b17781a89a2019884aee91737c71f117ead.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpower/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.1.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.2.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/wmrack/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmrack/wmrack-1.2.0.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmrecord/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/files/digest-wmsmixer-0.5 | 1 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/files/gcc3.diff | 12 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 16 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.ebuild | 35 | ||||
-rw-r--r-- | x11-plugins/wmsound/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmspaceclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild | 10 |
16 files changed, 89 insertions, 87 deletions
diff --git a/x11-plugins/wmpower/ChangeLog b/x11-plugins/wmpower/ChangeLog index e1e95cbc01e1..ad035647a524 100644 --- a/x11-plugins/wmpower/ChangeLog +++ b/x11-plugins/wmpower/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmpower -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.23 2005/11/07 13:08:26 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.24 2006/01/31 20:31:20 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpower-0.4.1.ebuild, + wmpower-0.4.2.ebuild: + Fixed DEPEND for modular X. 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmpower-0.4.2.ebuild, wmpower-0.4.1.ebuild: diff --git a/x11-plugins/wmpower/wmpower-0.4.1.ebuild b/x11-plugins/wmpower/wmpower-0.4.1.ebuild index c7a0336f8e23..50f257186ae8 100644 --- a/x11-plugins/wmpower/wmpower-0.4.1.ebuild +++ b/x11-plugins/wmpower/wmpower-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmpower/wmpower-0.4.1.ebuild,v 1.5 2005/11/07 13:08:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.1.ebuild,v 1.6 2006/01/31 20:31:20 nelchael Exp $ IUSE="" @@ -12,7 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { diff --git a/x11-plugins/wmpower/wmpower-0.4.2.ebuild b/x11-plugins/wmpower/wmpower-0.4.2.ebuild index 4dde8389ba11..a7a351813449 100644 --- a/x11-plugins/wmpower/wmpower-0.4.2.ebuild +++ b/x11-plugins/wmpower/wmpower-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmpower/wmpower-0.4.2.ebuild,v 1.4 2005/11/07 13:08:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.5 2006/01/31 20:31:20 nelchael Exp $ IUSE="" @@ -12,7 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { diff --git a/x11-plugins/wmrack/ChangeLog b/x11-plugins/wmrack/ChangeLog index a01ac28dc1d0..2737ab21b740 100644 --- a/x11-plugins/wmrack/ChangeLog +++ b/x11-plugins/wmrack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmrack -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.5 2005/07/18 09:25:46 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.6 2006/01/31 20:34:28 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmrack-1.2.0.ebuild: + Fixed DEPEND for modular X. 18 Jul 2005; Michele Noberasco <s4t4n@gentoo.org> wmrack-1.2.0.ebuild: Set x-includes and x-libraries in econf. Hopefully fixes #98537. diff --git a/x11-plugins/wmrack/wmrack-1.2.0.ebuild b/x11-plugins/wmrack/wmrack-1.2.0.ebuild index 9ac43a2fb069..9d8af1733d8d 100644 --- a/x11-plugins/wmrack/wmrack-1.2.0.ebuild +++ b/x11-plugins/wmrack/wmrack-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmrack/wmrack-1.2.0.ebuild,v 1.4 2005/07/18 09:25:46 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.5 2006/01/31 20:34:28 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ MY_P=${P/2.0/2} DESCRIPTION="A WindowMaker Dock CD+Sound Applet" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://wmrack.sf.net/" -DEPEND="virtual/x11 - || ( >=x11-wm/windowmaker-0.62.0 +DEPEND="|| ( >=x11-wm/windowmaker-0.62.0 x11-wm/windowmaker-cvs )" SLOT="0" diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog index 8811626170bd..61729c7ee170 100644 --- a/x11-plugins/wmrecord/ChangeLog +++ b/x11-plugins/wmrecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmrecord -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.4 2005/07/10 02:10:22 smithj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.5 2006/01/31 20:35:57 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmrecord-1.0.5.3-r1.ebuild: + Fixed DEPEND for modular X. *wmrecord-1.0.5.3-r1 (10 Jul 2005) diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild index 324f2730622c..96c28e9fcd73 100644 --- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild +++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.1 2005/07/10 02:10:22 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.2 2006/01/31 20:35:57 nelchael Exp $ IUSE="" @@ -8,7 +8,13 @@ DESCRIPTION="A Dockable General Purpose Recording Utility" SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz" HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmsmixer/ChangeLog b/x11-plugins/wmsmixer/ChangeLog index 0513c0d8be48..e96b2916bb7b 100644 --- a/x11-plugins/wmsmixer/ChangeLog +++ b/x11-plugins/wmsmixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmsmixer -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.18 2005/08/16 10:10:59 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.19 2006/01/31 20:40:38 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -files/gcc3.diff, + -wmsmixer-0.5.ebuild, wmsmixer-0.5.1.ebuild: + Fixed DEPEND for modular X. 16 Aug 2005; Michele Noberasco <s4t4n@gentoo.org> wmsmixer-0.5.1.ebuild, wmsmixer-0.5.ebuild: diff --git a/x11-plugins/wmsmixer/files/digest-wmsmixer-0.5 b/x11-plugins/wmsmixer/files/digest-wmsmixer-0.5 deleted file mode 100644 index ec531d5c740b..000000000000 --- a/x11-plugins/wmsmixer/files/digest-wmsmixer-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8b4d739832a6b2b6c107d0eddad56cca wmsmixer-0.5.tar.gz 26208 diff --git a/x11-plugins/wmsmixer/files/gcc3.diff b/x11-plugins/wmsmixer/files/gcc3.diff deleted file mode 100644 index 098dbb5ee3a9..000000000000 --- a/x11-plugins/wmsmixer/files/gcc3.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN wmsmixer-0.5/wmsmixer.cc wmsmixer-0.5-modified/wmsmixer.cc ---- wmsmixer-0.5/wmsmixer.cc 2001-03-05 16:39:43.000000000 -0600 -+++ wmsmixer-0.5-modified/wmsmixer.cc 2002-10-04 10:48:24.000000000 -0500 -@@ -547,7 +547,7 @@ - } - } - --void checkVol(bool forced=true) -+void checkVol(bool forced) - { - mixctl->readVol(channel[curchannel], true); - int nl=mixctl->readLeft(channel[curchannel]); diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild index d4e782a36246..008321839244 100644 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild +++ b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmsmixer/wmsmixer-0.5.1.ebuild,v 1.8 2005/08/16 10:10:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild,v 1.9 2006/01/31 20:40:38 nelchael Exp $ inherit eutils IUSE="" @@ -12,8 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { g++ ${CFLAGS} -I/usr/X11R6/include -c -o wmsmixer.o wmsmixer.cc diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild deleted file mode 100644 index 3b642dbfcc47..000000000000 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild,v 1.12 2005/08/16 10:10:59 s4t4n Exp $ - -inherit eutils -IUSE="" -DESCRIPTION="fork of wmmixer adding scrollwheel support and other features" -HOMEPAGE="http://www.hibernaculum.net/wmsmixer/index.php" -SRC_URI="http://www.hibernaculum.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~sparc" - -DEPEND="virtual/libc - virtual/x11" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gcc3.diff -} - -src_compile() { - g++ -m32 ${CFLAGS} -I/usr/X11R6/include -c -o wmsmixer.o wmsmixer.cc - rm -f wmsmixer - g++ -o wmsmixer ${CFLAGS} -L/usr/X11R6/lib wmsmixer.o -lXpm -lXext -lX11 -} - -src_install() { - insinto /usr/X11R6/bin - insopts -m0655 - doins wmsmixer - dodoc README README.wmmixer -} diff --git a/x11-plugins/wmsound/ChangeLog b/x11-plugins/wmsound/ChangeLog index f5aababebdd8..88ff78f5a36c 100644 --- a/x11-plugins/wmsound/ChangeLog +++ b/x11-plugins/wmsound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsound -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.4 2005/03/30 12:34:54 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.5 2006/01/31 20:41:56 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsound-0.9.5.ebuild: + Fixed DEPEND for modular X. 30 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild: Apply esd patch only if esd USE flag is enabled. Closes bug #87223. diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index 5dda482d7fca..b5f7e8660bea 100644 --- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild +++ b/x11-plugins/wmsound/wmsound-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmsound/wmsound-0.9.5.ebuild,v 1.4 2005/03/30 12:34:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.5 2006/01/31 20:41:56 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="WindowMaker sound server" SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz" HOMEPAGE="http://largo.windowmaker.org/" -DEPEND="virtual/x11 - >=x11-wm/windowmaker-0.80.2-r1 +DEPEND=">=x11-wm/windowmaker-0.80.2-r1 >=x11-libs/libPropList-0.10.1-r3 esd? ( >=media-sound/esound-0.2.34 ) >=media-sound/wmsound-data-1.0.0" diff --git a/x11-plugins/wmspaceclock/ChangeLog b/x11-plugins/wmspaceclock/ChangeLog index 2e9ed0858218..a5206a2298e7 100644 --- a/x11-plugins/wmspaceclock/ChangeLog +++ b/x11-plugins/wmspaceclock/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2005/12/01 14:08:48 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.15 2006/01/31 20:43:37 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmspaceclock-1.2d.ebuild: + Fixed DEPEND for modular X. 01 Dec 2005; Michele Noberasco <s4t4n@gentoo.org> wmspaceclock-1.2d.ebuild: Added optional dependency to dev-libs/STLport (with local USE flag stlport). diff --git a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild index 15fb3e5db118..2d3df6da491e 100644 --- a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild +++ b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.7 2005/12/01 14:06:50 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.8 2006/01/31 20:43:37 nelchael Exp $ DESCRIPTION="A sexy anti-aliased dockapp clock" HOMEPAGE="http://wmspaceclock.sourceforge.net" @@ -9,11 +9,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" IUSE="stlport" -DEPEND="virtual/libc - virtual/x11 - >=media-libs/gdk-pixbuf-0.20 +DEPEND=">=media-libs/gdk-pixbuf-0.20 >=sys-apps/sed-4 - stlport? ( >=dev-libs/STLport-4.6.2-r2 )" + stlport? ( >=dev-libs/STLport-4.6.2-r2 )" S=${WORKDIR}/spaceclock |