diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-15 08:07:48 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-15 08:07:48 +0000 |
commit | 5ee9bbad5ff092c174700d10090735622d420ac3 (patch) | |
tree | dc3b8f40bcccfbc7b8b553b996dc863dcaa846a8 /x11-wm | |
parent | Version bump. Closes bug #126086 (diff) | |
download | gentoo-2-5ee9bbad5ff092c174700d10090735622d420ac3.tar.gz gentoo-2-5ee9bbad5ff092c174700d10090735622d420ac3.tar.bz2 gentoo-2-5ee9bbad5ff092c174700d10090735622d420ac3.zip |
(#124064) Add modular X deps.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/oroborus/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.13.ebuild | 16 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | 17 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.7.ebuild | 17 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.9.ebuild | 16 |
5 files changed, 61 insertions, 14 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog index de3d5609fa74..16cc278bb77c 100644 --- a/x11-wm/oroborus/ChangeLog +++ b/x11-wm/oroborus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/oroborus -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.21 2005/05/08 14:44:51 herbs Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.22 2006/03/15 08:07:48 spyderous Exp $ + + 15 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + oroborus-2.0.4-r1.ebuild, oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild, + oroborus-2.0.13.ebuild: + (#124064) Add modular X deps. 08 May 2005; Herbie Hopkins <herbs@gentoo.org> oroborus-2.0.13.ebuild: Stable on amd64. diff --git a/x11-wm/oroborus/oroborus-2.0.13.ebuild b/x11-wm/oroborus/oroborus-2.0.13.ebuild index 0b638b4fa731..5f5db28d8cd3 100644 --- a/x11-wm/oroborus/oroborus-2.0.13.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.13.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/oroborus/oroborus-2.0.13.ebuild,v 1.12 2005/05/08 14:44:51 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.13.ebuild,v 1.13 2006/03/15 08:07:48 spyderous Exp $ DESCRIPTION="Small and fast window manager." HOMEPAGE="http://www.oroborus.org/" @@ -10,7 +10,17 @@ SLOT="0" KEYWORDS="~x86 ppc amd64 sparc" IUSE="gnome" -DEPEND="virtual/x11" +RDEPEND="|| ( ( x11-libs/libXxf86vm + x11-libs/libXpm + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86vidmodeproto + x11-proto/xextproto + ) + virtual/x11 + )" src_compile() { aclocal diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild index 51d2bc5348fd..4f4ec762e9e7 100644 --- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.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-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.17 2005/02/03 12:49:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.18 2006/03/15 08:07:48 spyderous Exp $ DESCRIPTION="Yet another window manager" SRC_URI="http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/${P}.tar.gz" @@ -9,7 +9,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" IUSE="gnome" -DEPEND="virtual/x11" + +RDEPEND="|| ( ( x11-libs/libXxf86vm + x11-libs/libXpm + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86vidmodeproto + x11-proto/xextproto + ) + virtual/x11 + )" src_compile() { diff --git a/x11-wm/oroborus/oroborus-2.0.7.ebuild b/x11-wm/oroborus/oroborus-2.0.7.ebuild index e5dc30ec3c9e..26a405486af5 100644 --- a/x11-wm/oroborus/oroborus-2.0.7.ebuild +++ b/x11-wm/oroborus/oroborus-2.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-wm/oroborus/oroborus-2.0.7.ebuild,v 1.13 2005/02/03 12:49:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.14 2006/03/15 08:07:48 spyderous Exp $ DESCRIPTION="Small and fast window manager." HOMEPAGE="http://www.dreamind.de/oroborus.shtml" @@ -9,7 +9,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="gnome" -DEPEND="virtual/x11" + +RDEPEND="|| ( ( x11-libs/libXxf86vm + x11-libs/libXpm + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86vidmodeproto + x11-proto/xextproto + ) + virtual/x11 + )" src_compile() { diff --git a/x11-wm/oroborus/oroborus-2.0.9.ebuild b/x11-wm/oroborus/oroborus-2.0.9.ebuild index a805004b5b23..b3b1a9c271d7 100644 --- a/x11-wm/oroborus/oroborus-2.0.9.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.9.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/oroborus/oroborus-2.0.9.ebuild,v 1.11 2005/02/03 12:49:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.9.ebuild,v 1.12 2006/03/15 08:07:48 spyderous Exp $ DESCRIPTION="Small and fast window manager." HOMEPAGE="http://www.dreamind.de/oroborus.shtml" @@ -10,7 +10,17 @@ SLOT="0" KEYWORDS="~x86 ppc sparc" IUSE="gnome" -DEPEND="virtual/x11" +RDEPEND="|| ( ( x11-libs/libXxf86vm + x11-libs/libXpm + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86vidmodeproto + x11-proto/xextproto + ) + virtual/x11 + )" src_compile() { |