diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowlab/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/windowlab/windowlab-1.30.ebuild | 9 | ||||
-rw-r--r-- | x11-wm/windowlab/windowlab-1.31.ebuild | 9 | ||||
-rw-r--r-- | x11-wm/windowlab/windowlab-1.32.ebuild | 9 |
4 files changed, 24 insertions, 11 deletions
diff --git a/x11-wm/windowlab/ChangeLog b/x11-wm/windowlab/ChangeLog index 4f98f358bb86..25c6d408a870 100644 --- a/x11-wm/windowlab/ChangeLog +++ b/x11-wm/windowlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowlab -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.18 2005/08/15 03:00:18 metalgod Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.19 2006/03/15 07:54:09 spyderous Exp $ + + 15 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + windowlab-1.30.ebuild, windowlab-1.31.ebuild, windowlab-1.32.ebuild: + (#125526) Add modular X deps, based on work by Stephen Tallowitz. 15 Aug 2005; Luis Medinas <metalgod@gentoo.org> windowlab-1.31.ebuild: Marked Stable on AMD64. diff --git a/x11-wm/windowlab/windowlab-1.30.ebuild b/x11-wm/windowlab/windowlab-1.30.ebuild index 1e506d79afec..742aca4fd15c 100644 --- a/x11-wm/windowlab/windowlab-1.30.ebuild +++ b/x11-wm/windowlab/windowlab-1.30.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-wm/windowlab/windowlab-1.30.ebuild,v 1.4 2005/07/20 21:20:20 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.30.ebuild,v 1.5 2006/03/15 07:54:09 spyderous Exp $ IUSE="" @@ -12,7 +12,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" + +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { emake CFLAGS="${CFLAGS}" || die diff --git a/x11-wm/windowlab/windowlab-1.31.ebuild b/x11-wm/windowlab/windowlab-1.31.ebuild index bb271c9ba0fe..0a64385adaaf 100644 --- a/x11-wm/windowlab/windowlab-1.31.ebuild +++ b/x11-wm/windowlab/windowlab-1.31.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-wm/windowlab/windowlab-1.31.ebuild,v 1.4 2005/08/15 03:00:18 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.31.ebuild,v 1.5 2006/03/15 07:54:09 spyderous Exp $ IUSE="" @@ -12,7 +12,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" + +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { emake CFLAGS="${CFLAGS}" || die diff --git a/x11-wm/windowlab/windowlab-1.32.ebuild b/x11-wm/windowlab/windowlab-1.32.ebuild index 12858e8c072d..19bb1e272a0a 100644 --- a/x11-wm/windowlab/windowlab-1.32.ebuild +++ b/x11-wm/windowlab/windowlab-1.32.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-wm/windowlab/windowlab-1.32.ebuild,v 1.1 2005/07/31 07:47:19 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.32.ebuild,v 1.2 2006/03/15 07:54:09 spyderous Exp $ IUSE="" @@ -12,7 +12,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" + +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { emake CFLAGS="${CFLAGS}" || die |