diff options
38 files changed, 277 insertions, 136 deletions
diff --git a/x11-plugins/wmappkill/ChangeLog b/x11-plugins/wmappkill/ChangeLog index 7b2a36c1921c..e49f9ab53a97 100644 --- a/x11-plugins/wmappkill/ChangeLog +++ b/x11-plugins/wmappkill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmappkill -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/ChangeLog,v 1.3 2005/11/06 03:34:53 metalgod Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/ChangeLog,v 1.4 2006/01/31 21:16:31 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmappkill-0.2.ebuild: + Fixed DEPEND for modular X. 06 Nov 2005; Luis Medinas <metalgod@gentoo.org> wmappkill-0.2.ebuild: Added ~amd64 keyword. Bug #107125. diff --git a/x11-plugins/wmappkill/wmappkill-0.2.ebuild b/x11-plugins/wmappkill/wmappkill-0.2.ebuild index 7df4d2fc7da7..2496bd98269c 100644 --- a/x11-plugins/wmappkill/wmappkill-0.2.ebuild +++ b/x11-plugins/wmappkill/wmappkill-0.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/wmappkill/wmappkill-0.2.ebuild,v 1.3 2005/11/06 03:34:53 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/wmappkill-0.2.ebuild,v 1.4 2006/01/31 21:16:31 nelchael Exp $ IUSE="" S=${WORKDIR}/wmAppKill-${PV} @@ -10,8 +10,7 @@ HOMEPAGE="http://internettrash.com/users/beuz/wmappkill.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 x86" -DEPEND="virtual/x11 - =gnome-base/libgtop-1* +DEPEND="=gnome-base/libgtop-1* >=dev-util/pkgconfig-0.15.0 >=sys-apps/sed-4" diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog index 66bc81082ef9..b28eeaeb8cc8 100644 --- a/x11-plugins/wmbiff/ChangeLog +++ b/x11-plugins/wmbiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmbiff -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.21 2005/12/15 09:09:40 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.22 2006/01/31 21:20:02 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmbiff-0.4.25.ebuild, + wmbiff-0.4.25-r1.ebuild, wmbiff-0.4.27.ebuild: + Fixed DEPEND for modular X. *wmbiff-0.4.27 (15 Dec 2005) diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild index 1d2af1dcd9cc..152372f60ce2 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.25-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/wmbiff/wmbiff-0.4.25-r1.ebuild,v 1.4 2005/06/17 20:22:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild,v 1.5 2006/01/31 21:20:02 nelchael Exp $ inherit eutils @@ -8,9 +8,18 @@ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 m SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/wmbiff/" -DEPEND="virtual/x11 - crypt? ( >=net-libs/gnutls-1.0.4 - >=dev-libs/libgcrypt-1.1.94 )" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) + crypt? ( >=net-libs/gnutls-1.0.4 + >=dev-libs/libgcrypt-1.1.94 )" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild index d5477170fc46..7526bbffeb54 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild @@ -1,14 +1,23 @@ -# 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/wmbiff/wmbiff-0.4.25.ebuild,v 1.6 2005/05/10 08:34:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild,v 1.7 2006/01/31 21:20:02 nelchael Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/wmbiff/" -DEPEND="virtual/x11 - crypt? ( >=net-libs/gnutls-1.0.4 - >=dev-libs/libgcrypt-1.1.94 )" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) + crypt? ( >=net-libs/gnutls-1.0.4 + >=dev-libs/libgcrypt-1.1.94 )" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild index c4cb5a66a775..e73db60884f2 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild @@ -1,14 +1,23 @@ -# 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/wmbiff/wmbiff-0.4.27.ebuild,v 1.1 2005/12/15 09:09:40 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.2 2006/01/31 21:20:02 nelchael Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/wmbiff/" -DEPEND="virtual/x11 - crypt? ( >=net-libs/gnutls-1.2.3 - >=dev-libs/libgcrypt-1.2.1 )" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) + crypt? ( >=net-libs/gnutls-1.2.3 + >=dev-libs/libgcrypt-1.2.1 )" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmfortune/ChangeLog b/x11-plugins/wmfortune/ChangeLog index 5dfec6f010d1..be1233360ca0 100644 --- a/x11-plugins/wmfortune/ChangeLog +++ b/x11-plugins/wmfortune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfortune -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.6 2004/11/24 05:39:48 weeve Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.7 2006/01/31 21:24:02 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmfortune-0.241.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmfortune-0.241.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index 104225aedf66..3c6f6af6f7aa 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.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/wmfortune/wmfortune-0.241.ebuild,v 1.9 2004/11/24 05:39:48 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.10 2006/01/31 21:24:02 nelchael Exp $ IUSE="" DESCRIPTION="dock-app that shows fortune messages" @@ -11,8 +11,17 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="games-misc/fortune-mod - virtual/x11" +RDEPEND="games-misc/fortune-mod + || ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { emake OPTIMIZE="${CFLAGS}" || die diff --git a/x11-plugins/wmswallow/ChangeLog b/x11-plugins/wmswallow/ChangeLog index 9c9710aca096..2ba11fbfad3f 100644 --- a/x11-plugins/wmswallow/ChangeLog +++ b/x11-plugins/wmswallow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmswallow -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.4 2005/11/11 11:10:31 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.5 2006/01/31 20:54:36 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmswallow-0.6.1.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org>; wmswallow-0.6.1.ebuild: Removed INSTALL and LICENSE from dodoc. diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild index a5c432767566..f568b212b123 100644 --- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild +++ b/x11-plugins/wmswallow/wmswallow-0.6.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/wmswallow/wmswallow-0.6.1.ebuild,v 1.6 2005/11/11 11:10:31 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.7 2006/01/31 20:54:36 nelchael Exp $ IUSE="" @@ -12,7 +12,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" S=${WORKDIR}/wmswallow diff --git a/x11-plugins/wmsysmon/ChangeLog b/x11-plugins/wmsysmon/ChangeLog index d503da7f792a..d4012e29df3e 100644 --- a/x11-plugins/wmsysmon/ChangeLog +++ b/x11-plugins/wmsysmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmsysmon -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.21 2006/01/25 08:22:27 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.22 2006/01/31 20:56:40 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmsysmon-0.7.6-r3.ebuild, wmsysmon-0.7.7.ebuild: + Fixed DEPEND for modular X. *wmsysmon-0.7.7 (January 24 2006) diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild index 7875b8458a9f..ca0d5d5a6692 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.9 2006/01/25 08:22:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.10 2006/01/31 20:56:40 nelchael Exp $ inherit eutils @@ -13,7 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc alpha amd64 ppc ppc64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild index d8ca91ccd030..6a6626a0fe28 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.1 2006/01/25 08:22:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.2 2006/01/31 20:56:40 nelchael Exp $ inherit eutils @@ -13,7 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~ppc ~ppc64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { diff --git a/x11-plugins/wmsystray/ChangeLog b/x11-plugins/wmsystray/ChangeLog index 426c7436ad89..9f2f1658b482 100644 --- a/x11-plugins/wmsystray/ChangeLog +++ b/x11-plugins/wmsystray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsystray -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.7 2005/07/25 15:00:41 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.8 2006/01/31 20:58:16 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsystray-0.1.1.ebuild: + Fixed DEPEND for modular X. 25 Jul 2005; Simon Stelling <blubb@gentoo.org> wmsystray-0.1.1.ebuild: stable on amd64 diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild index 019b47eaad53..857d01d682f8 100644 --- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild +++ b/x11-plugins/wmsystray/wmsystray-0.1.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/wmsystray/wmsystray-0.1.1.ebuild,v 1.7 2005/07/25 15:00:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.8 2006/01/31 20:58:16 nelchael Exp $ inherit eutils @@ -10,8 +10,11 @@ DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE app SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2" HOMEPAGE="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/" -DEPEND="virtual/x11" -RDEPEND="" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND}" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmtop/ChangeLog b/x11-plugins/wmtop/ChangeLog index c366fabf3005..da25dfa7e7f5 100644 --- a/x11-plugins/wmtop/ChangeLog +++ b/x11-plugins/wmtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtop -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.6 2004/06/28 21:45:01 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.7 2006/01/31 21:00:15 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmtop-0.84.ebuild: + Fixed DEPEND for modular X. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmtop-0.84.ebuild: glibc -> libc, add sed-4 dep diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild index a6ea7d448540..033640b96511 100644 --- a/x11-plugins/wmtop/wmtop-0.84.ebuild +++ b/x11-plugins/wmtop/wmtop-0.84.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/wmtop/wmtop-0.84.ebuild,v 1.10 2004/06/28 21:45:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.84.ebuild,v 1.11 2006/01/31 21:00:15 nelchael Exp $ IUSE="" DESCRIPTION="top in a dockapp" @@ -11,15 +11,22 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc" -DEPEND="virtual/libc - virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} sed -i -e "s:-O3 -g -Wall:${CFLAGS}:" \ -e "s:/local::" Makefile - } src_compile() { diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index 26c2a2e4919d..e05e7066038d 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.13 2005/11/13 07:18:42 morfic Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.14 2006/01/31 21:01:53 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmtz-0.7.ebuild: + Fixed DEPEND for modular X. 13 Nov 2005; Daniel Goller <morfic@gentoo.org> wmtz-0.7.ebuild: Removing condition for patch, so gcc4 can compile this too diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index 8441cae4339e..e6f7cff8dbd4 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.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/wmtz/wmtz-0.7.ebuild,v 1.14 2005/11/13 07:18:42 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.15 2006/01/31 21:01:53 nelchael Exp $ inherit eutils toolchain-funcs @@ -13,14 +13,20 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { unpack ${A} cd ${S} #apply both patches to compile with gcc-3.4 closing bug #64556 - epatch ${FILESDIR}/wmtz-0.7-gcc34.patch + epatch ${FILESDIR}/wmtz-0.7-gcc34.patch } src_compile() { diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog index c6ef25c0ee7b..8f111094cf28 100644 --- a/x11-plugins/wmupmon/ChangeLog +++ b/x11-plugins/wmupmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmupmon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.11 2005/12/21 03:32:57 smithj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.12 2006/01/31 21:03:59 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmupmon-0.1.2.ebuild, + wmupmon-0.1.3.ebuild: + Fixed DEPEND for modular X. *wmupmon-0.1.3 (21 Dec 2005) diff --git a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild index 8edf70d09d92..d77c56501485 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.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/wmupmon/wmupmon-0.1.2.ebuild,v 1.7 2005/11/11 11:17:11 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.8 2006/01/31 21:03:59 nelchael Exp $ DESCRIPTION="wmUpMon is a program to monitor your Uptime" HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon" @@ -9,9 +9,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc ppc64" IUSE="" -DEPEND="sys-devel/automake - sys-devel/autoconf - virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild index 5e144e09237d..8a418fad21bd 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.3.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/wmupmon/wmupmon-0.1.3.ebuild,v 1.1 2005/12/21 03:32:57 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild,v 1.2 2006/01/31 21:03:59 nelchael Exp $ DESCRIPTION="wmUpMon is a program to monitor your Uptime" HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon" @@ -9,9 +9,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64" IUSE="" -DEPEND="sys-devel/automake - sys-devel/autoconf - virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { diff --git a/x11-plugins/wmusic/ChangeLog b/x11-plugins/wmusic/ChangeLog index b7b721df182e..66ffd5a9dab4 100644 --- a/x11-plugins/wmusic/ChangeLog +++ b/x11-plugins/wmusic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmusic -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.10 2004/11/25 15:49:05 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.11 2006/01/31 21:05:07 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmusic-1.4.11.ebuild, + wmusic-1.5.0.ebuild: + Fixed DEPEND for modular X. 25 Nov 2004; Jason Wever <weeve@gentoo.org> wmusic-1.5.0.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmusic/wmusic-1.4.11.ebuild b/x11-plugins/wmusic/wmusic-1.4.11.ebuild index e081ba9e9ccb..4eb9a74b6818 100644 --- a/x11-plugins/wmusic/wmusic-1.4.11.ebuild +++ b/x11-plugins/wmusic/wmusic-1.4.11.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/wmusic/wmusic-1.4.11.ebuild,v 1.8 2004/09/22 22:42:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.9 2006/01/31 21:05:07 nelchael Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="" -DEPEND="virtual/libc - virtual/x11 - >media-sound/xmms-1.2.4 +DEPEND=">media-sound/xmms-1.2.4 >=sys-apps/sed-4" src_unpack() { diff --git a/x11-plugins/wmusic/wmusic-1.5.0.ebuild b/x11-plugins/wmusic/wmusic-1.5.0.ebuild index 9c8b2a564a17..84e425d7442a 100644 --- a/x11-plugins/wmusic/wmusic-1.5.0.ebuild +++ b/x11-plugins/wmusic/wmusic-1.5.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/wmusic/wmusic-1.5.0.ebuild,v 1.5 2004/11/25 15:49:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.5.0.ebuild,v 1.6 2006/01/31 21:05:07 nelchael Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc" IUSE="" -DEPEND="virtual/libc - virtual/x11 - >media-sound/xmms-1.2.4 +DEPEND=">media-sound/xmms-1.2.4 >=sys-apps/sed-4" src_unpack() { diff --git a/x11-plugins/wmwave/ChangeLog b/x11-plugins/wmwave/ChangeLog index e7e0d78b158d..25ab2c1efb03 100644 --- a/x11-plugins/wmwave/ChangeLog +++ b/x11-plugins/wmwave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmwave -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.6 2005/11/11 11:36:29 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.7 2006/01/31 21:06:41 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmwave-0.4.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmwave-0.4.ebuild: removed COPYING from dodoc. diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild index 8f6ef501b697..03f37610354d 100644 --- a/x11-plugins/wmwave/wmwave-0.4.ebuild +++ b/x11-plugins/wmwave/wmwave-0.4.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/wmwave/wmwave-0.4.ebuild,v 1.7 2005/11/11 11:36:29 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.8 2006/01/31 21:06:41 nelchael Exp $ IUSE="" S="${WORKDIR}/wmwave" @@ -9,9 +9,16 @@ DESCRIPTION="wmwave is a dockapp that displays quality, link, level and noise of SRC_URI="mirror://sourceforge/wmwave/${PN}-0-4.tgz" HOMEPAGE="http://wmwave.sourceforge.net/" LICENSE="GPL-2" -DEPEND="virtual/x11" SLOT="0" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" + src_compile() { emake FLAGS="${CFLAGS}" || die "Compilation failed" } diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog index 2eff9b872ef0..765a624bec28 100644 --- a/x11-plugins/wmweather/ChangeLog +++ b/x11-plugins/wmweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmweather -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.15 2005/02/06 17:21:56 corsair Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.16 2006/01/31 21:08:32 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmweather-2.4.0.ebuild: + Fixed DEPEND for modular X. 06 Feb 2005; Markus Rothe <corsair@gentoo.org> wmweather-2.4.0.ebuild: Stable on ppc64 diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild index e163c0201be0..afa29182da0e 100644 --- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild +++ b/x11-plugins/wmweather/wmweather-2.4.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/wmweather/wmweather-2.4.0.ebuild,v 1.14 2005/02/06 17:21:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.15 2006/01/31 21:08:32 nelchael Exp $ IUSE="" DESCRIPTION="Dockable applet for WindowMaker that shows weather." @@ -11,8 +11,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc amd64 ~mips ppc ppc64" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 ) net-misc/curl" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { cd ${S}/src diff --git a/x11-plugins/wmxkb/ChangeLog b/x11-plugins/wmxkb/ChangeLog index b4c61508388a..d9328a933bcb 100644 --- a/x11-plugins/wmxkb/ChangeLog +++ b/x11-plugins/wmxkb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmxkb -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.6 2005/08/29 08:36:58 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.7 2006/01/31 21:11:35 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmxkb-1.2.0.ebuild, + wmxkb-1.2.2.ebuild: + Fixed DEPEND for modular X. 29 Aug 2005; Michele Noberasco <s4t4n@gentoo.org> wmxkb-1.2.2.ebuild: Stable for x86. diff --git a/x11-plugins/wmxkb/files/digest-wmxkb-1.2.0 b/x11-plugins/wmxkb/files/digest-wmxkb-1.2.0 deleted file mode 100644 index c7d7305648e9..000000000000 --- a/x11-plugins/wmxkb/files/digest-wmxkb-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9bd783e623568754fc855ad87ea11bb7 wmxkb-1.2.0.tar.gz 187488 diff --git a/x11-plugins/wmxkb/wmxkb-1.2.0.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.0.ebuild deleted file mode 100644 index 0544c48f15e6..000000000000 --- a/x11-plugins/wmxkb/wmxkb-1.2.0.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/wmxkb/wmxkb-1.2.0.ebuild,v 1.3 2004/06/24 23:20:22 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Dockable keyboard layout switcher for Window Maker" -HOMEPAGE="http://www.geocities.com/wmalms/#WMXKB" -SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" - -DEPEND="virtual/x11" - -src_install () { - make DESTDIR=${D} BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc DATADIR=${D}/usr/share install - dodoc README - cd ${WORKDIR}/${P}/doc - dodoc manual_body.html manual_title.html manual.book -} diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild index 14a5bc8cc98c..23c3fd8bd611 100644 --- a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild +++ b/x11-plugins/wmxkb/wmxkb-1.2.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/wmxkb/wmxkb-1.2.2.ebuild,v 1.3 2005/08/29 08:36:58 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.4 2006/01/31 21:11:35 nelchael Exp $ IUSE="" @@ -12,7 +12,18 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~ppc ~sparc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto + x11-proto/inputproto ) + virtual/x11 )" src_install () { make DESTDIR=${D} BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc DATADIR=${D}/usr/share install diff --git a/x11-plugins/wmxmms/ChangeLog b/x11-plugins/wmxmms/ChangeLog index 384cb5004b15..54b3b6f612a0 100644 --- a/x11-plugins/wmxmms/ChangeLog +++ b/x11-plugins/wmxmms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmxmms -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/ChangeLog,v 1.11 2005/11/19 11:30:40 killerfox Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/ChangeLog,v 1.12 2006/01/31 21:13:19 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmxmms-0.1.4.ebuild, + wmxmms-0.1.4-r1.ebuild: + Fixed DEPEND for modular X. 19 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> wmxmms-0.1.4-r1.ebuild: diff --git a/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild b/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild index 978daa58bd99..a80d55293cf0 100644 --- a/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild +++ b/x11-plugins/wmxmms/wmxmms-0.1.4-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/wmxmms/wmxmms-0.1.4-r1.ebuild,v 1.5 2005/11/19 11:30:40 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild,v 1.6 2006/01/31 21:13:19 nelchael Exp $ inherit eutils @@ -15,8 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha ~amd64 hppa ppc ~sparc x86" -DEPEND="virtual/x11 - media-sound/xmms" +DEPEND="media-sound/xmms" src_unpack() { unpack ${A} diff --git a/x11-plugins/wmxmms/wmxmms-0.1.4.ebuild b/x11-plugins/wmxmms/wmxmms-0.1.4.ebuild index 109d977dd38a..f27465204c26 100644 --- a/x11-plugins/wmxmms/wmxmms-0.1.4.ebuild +++ b/x11-plugins/wmxmms/wmxmms-0.1.4.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/wmxmms/wmxmms-0.1.4.ebuild,v 1.9 2005/04/11 08:52:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/wmxmms-0.1.4.ebuild,v 1.10 2006/01/31 21:13:19 nelchael Exp $ IUSE="" MY_P=${P/wm/WM} @@ -13,8 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc ~alpha hppa amd64" -DEPEND="virtual/x11 - media-sound/xmms" +DEPEND="media-sound/xmms" src_unpack() { unpack ${A} diff --git a/x11-plugins/wmxres/ChangeLog b/x11-plugins/wmxres/ChangeLog index f00e77fa8b89..6096c0e633c8 100644 --- a/x11-plugins/wmxres/ChangeLog +++ b/x11-plugins/wmxres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmxres -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.3 2004/09/04 01:48:27 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.4 2006/01/31 21:15:04 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmxres-1.2.ebuild: + Fixed DEPEND for modular X. 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmxres-1.2.ebuild: Stable on x86. diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild index b12e07546cf2..657d930e7c3c 100644 --- a/x11-plugins/wmxres/wmxres-1.2.ebuild +++ b/x11-plugins/wmxres/wmxres-1.2.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/wmxres/wmxres-1.2.ebuild,v 1.3 2004/09/04 01:48:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.4 2006/01/31 21:15:04 nelchael Exp $ inherit eutils @@ -10,7 +10,18 @@ DESCRIPTION="Dock application to select your display mode among those possible" SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz" HOMEPAGE="http://yalla.free.fr/wn/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXxf86vm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-1" |