diff options
-rw-r--r-- | x11-plugins/wmappkill/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmappkill/wmappkill-0.2.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmbiff/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.25.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.27.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/wmxres/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmxres/wmxres-1.2.ebuild | 17 |
8 files changed, 75 insertions, 28 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/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" |