diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
commit | 361b728bc5c566d974aca2a0de3a2134f819d7d7 (patch) | |
tree | 3192fe64222fbf660a13b4993dc70f78b34880c2 /x11-misc | |
parent | Added ppc keyword. bug 119456 (diff) | |
download | historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.gz historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.bz2 historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.2.0.ebuild | 16 | ||||
-rw-r--r-- | x11-misc/xplore/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xplore/files/digest-xplore-1.1e | 1 | ||||
-rw-r--r-- | x11-misc/xplore/xplore-1.1e.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/xplore/xplore-1.2a.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/xrestop/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xrestop/files/digest-xrestop-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.2.ebuild | 20 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 16 | ||||
-rw-r--r-- | x11-misc/xrootconsole/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.6.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xscreensaver-app/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xsensors/Manifest | 10 |
16 files changed, 69 insertions, 99 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 115fdf55f4a8..59b12abee4b4 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.57 2006/01/15 12:36:47 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.58 2006/01/21 18:22:17 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xplanet-1.2.0.ebuild: + Fixed DEPEND for modular X. 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xplanet-1.1.1.ebuild, -xplanet-1.1.2-r1.ebuild: diff --git a/x11-misc/xplanet/xplanet-1.2.0.ebuild b/x11-misc/xplanet/xplanet-1.2.0.ebuild index 11e8aa7f2c44..6f29ece6535f 100644 --- a/x11-misc/xplanet/xplanet-1.2.0.ebuild +++ b/x11-misc/xplanet/xplanet-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-misc/xplanet/xplanet-1.2.0.ebuild,v 1.9 2005/11/19 13:20:54 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.0.ebuild,v 1.10 2006/01/21 18:22:17 nelchael Exp $ DESCRIPTION="A program to render images of the earth into the X root window" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -12,7 +12,12 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="gif jpeg X opengl truetype tiff png" -RDEPEND="X? ( virtual/x11 ) +RDEPEND="X? ( || ( ( + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 ) ) opengl? ( virtual/opengl virtual/glut ) gif? ( media-libs/giflib ) @@ -20,6 +25,11 @@ RDEPEND="X? ( virtual/x11 ) tiff? ( media-libs/tiff ) png? ( media-libs/libpng ) truetype? ( =media-libs/freetype-2* )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/scrnsaverproto ) + virtual/x11 )" src_unpack() { unpack ${A} diff --git a/x11-misc/xplore/ChangeLog b/x11-misc/xplore/ChangeLog index 348798d8506c..4ecfcc72bf12 100644 --- a/x11-misc/xplore/ChangeLog +++ b/x11-misc/xplore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xplore -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.7 2005/11/01 12:52:57 nelchael Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.8 2006/01/21 18:23:28 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xplore-1.1e.ebuild, + xplore-1.2a.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xplore-1.1-r1.ebuild, xplore-1.1e.ebuild, xplore-1.2a.ebuild: diff --git a/x11-misc/xplore/files/digest-xplore-1.1e b/x11-misc/xplore/files/digest-xplore-1.1e deleted file mode 100644 index c72270249012..000000000000 --- a/x11-misc/xplore/files/digest-xplore-1.1e +++ /dev/null @@ -1 +0,0 @@ -MD5 f1be9591f86452215edaecf29e3ac0ed xplore-1.1e.tar.bz2 413906 diff --git a/x11-misc/xplore/xplore-1.1e.ebuild b/x11-misc/xplore/xplore-1.1e.ebuild deleted file mode 100644 index d95d5eed977e..000000000000 --- a/x11-misc/xplore/xplore-1.1e.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.5 2005/11/01 12:52:57 nelchael Exp $ - -IUSE="" - -DESCRIPTION="motif file manager for X." -SRC_URI="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/${P}.tar.bz2" -HOMEPAGE="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -# its webpage states the lesstif does not fully work with xplore -DEPEND="virtual/x11 - x11-libs/openmotif" - -src_compile() { - #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6 - #Note: LIBDIR is used to point to X11 tree. - cp Xplore.tmpl Xplore.tmpl.orig - sed -e "s:^\(XPLORELIBDIR = \).*:\1/usr/lib/xplore:" \ - -e "s:^XCOMM \(BINDIR = /usr\)/local\(/bin\):\1\2:" \ - -e "s:^XCOMM \(MANPATH = /usr\)/local\(/man\):\1/share\2:" \ - Xplore.tmpl.orig > Xplore.tmpl - - xmkmf -a || die "xmkmf Makefile creation failed" - # parallel make fails - make || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "Installation failed" - dodoc ChangeLog README TODO -} diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild index cdec68198cb2..0b5640e7c63f 100644 --- a/x11-misc/xplore/xplore-1.2a.ebuild +++ b/x11-misc/xplore/xplore-1.2a.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-misc/xplore/xplore-1.2a.ebuild,v 1.7 2005/11/01 12:52:57 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.8 2006/01/21 18:23:28 nelchael Exp $ inherit eutils @@ -15,8 +15,7 @@ LICENSE="GPL-2" KEYWORDS="x86" # its webpage states the lesstif does not fully work with xplore -DEPEND="virtual/x11 - x11-libs/openmotif" +DEPEND="x11-libs/openmotif" src_unpack() { unpack ${A} diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog index 336d91c87794..7b2321db04a6 100644 --- a/x11-misc/xrestop/ChangeLog +++ b/x11-misc/xrestop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrestop -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.17 2005/12/12 05:10:05 spyderous Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.18 2006/01/21 18:26:19 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xrestop-0.2.ebuild, + xrestop-0.3.ebuild: + Fixed DEPEND for modular X. 12 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; xrestop-0.3.ebuild: Add modular X dependencies. diff --git a/x11-misc/xrestop/files/digest-xrestop-0.2 b/x11-misc/xrestop/files/digest-xrestop-0.2 deleted file mode 100644 index 16d4d55c5917..000000000000 --- a/x11-misc/xrestop/files/digest-xrestop-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ff774ff9cbb5997f0fb68e712dee302 xrestop-0.2.tar.gz 85110 diff --git a/x11-misc/xrestop/xrestop-0.2.ebuild b/x11-misc/xrestop/xrestop-0.2.ebuild deleted file mode 100644 index 977cd0d677e2..000000000000 --- a/x11-misc/xrestop/xrestop-0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.2.ebuild,v 1.9 2005/11/01 00:01:09 nelchael Exp $ - -IUSE="" - -DESCRIPTION="'Top' like statistics of X11 client's server side resource usage" -SRC_URI="http://www.freedesktop.org/Software/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.freedesktop.org/Software/xrestop/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" - -DEPEND="virtual/x11" - -src_install () { - einstall || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index e3f663a077c6..c2f615a01a28 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.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-misc/xrestop/xrestop-0.3.ebuild,v 1.11 2005/12/12 05:10:05 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.12 2006/01/21 18:26:19 nelchael Exp $ IUSE="" @@ -12,11 +12,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -DEPEND="|| ( ( x11-libs/libXres - x11-libs/libXt - ) - virtual/x11 - )" +RDEPEND="|| ( ( + x11-libs/libXres + x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install () { make DESTDIR="${D}" install || die diff --git a/x11-misc/xrootconsole/ChangeLog b/x11-misc/xrootconsole/ChangeLog index af2a53d6fa29..b301d8042bc1 100644 --- a/x11-misc/xrootconsole/ChangeLog +++ b/x11-misc/xrootconsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrootconsole -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.18 2005/06/16 23:55:59 smithj Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.19 2006/01/21 18:30:32 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + xrootconsole-0.4-r1.ebuild, xrootconsole-0.6.ebuild: + Fixed DEPEND for modular X. *xrootconsole-0.6 (16 Jun 2005) diff --git a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild index aab7f7d1fd4a..2b587d5fab62 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-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-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.11 2005/03/08 16:58:46 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.12 2006/01/21 18:30:32 nelchael Exp $ inherit eutils @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86 sparc ppc ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_compile() { epatch ${FILESDIR}/${P}.parse-color.patch diff --git a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild index ff01080f5d88..fe93c9e26605 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.6.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-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.1 2005/06/16 23:55:59 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.2 2006/01/21 18:30:32 nelchael Exp $ inherit eutils @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_unpack() { unpack ${A} diff --git a/x11-misc/xscreensaver-app/ChangeLog b/x11-misc/xscreensaver-app/ChangeLog index 117c599e82f3..d3ec9a1379d9 100644 --- a/x11-misc/xscreensaver-app/ChangeLog +++ b/x11-misc/xscreensaver-app/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xscreensaver-app -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/ChangeLog,v 1.7 2005/11/03 20:38:41 metalgod Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/ChangeLog,v 1.8 2006/01/21 18:31:47 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + xscreensaver-app-2.3.ebuild: + Fixed DEPEND for modular X. 03 Nov 2005; Luis Medinas <metalgod@gentoo.org> xscreensaver-app-2.3.ebuild: diff --git a/x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild b/x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild index b8b1d899f2cf..edc7ee3b653a 100644 --- a/x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild +++ b/x11-misc/xscreensaver-app/xscreensaver-app-2.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-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild,v 1.7 2005/11/03 20:38:41 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild,v 1.8 2006/01/21 18:31:47 nelchael Exp $ IUSE="" @@ -17,10 +17,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 x86" -DEPEND="virtual/x11 - x11-libs/libdockapp" - RDEPEND="x11-misc/xscreensaver" +DEPEND="x11-libs/libdockapp" src_compile() { econf || die "Configuration failed" diff --git a/x11-misc/xsensors/Manifest b/x11-misc/xsensors/Manifest index a727a707a409..b4b73f9dbee1 100644 --- a/x11-misc/xsensors/Manifest +++ b/x11-misc/xsensors/Manifest @@ -1,8 +1,4 @@ -MD5 517f39cc2816bd6673f28e954092c960 xsensors-0.46.ebuild 582 -MD5 2d4df2158df55f5278035b552cf535a4 xsensors-0.20.ebuild 583 -MD5 4d43ed53c86f1820b851d7e1d2b62016 xsensors-0.47.ebuild 588 -MD5 b09d04b27b898cc77dac0a56c309d336 ChangeLog 1786 -MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 fcb6c1c144df09e70f1f715e0520b63a files/digest-xsensors-0.20 65 -MD5 464cf221aef6ab1e576c77a59778a694 files/digest-xsensors-0.46 65 +MD5 fbae1e76ad0664f2a4bcdd5becc5b66a ChangeLog 1912 MD5 e46ca33955a44ab6e75bd1e306997a21 files/digest-xsensors-0.47 65 +MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 +MD5 4d43ed53c86f1820b851d7e1d2b62016 xsensors-0.47.ebuild 588 |