summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 19:31:12 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 19:31:12 +0000
commit40a8f4c2bad274c7d5bba27c517e11025cf0241e (patch)
treef8db0a1acf31e6be5e2ee22c1715755bc3320ab8 /x11-plugins
parentMark 1.8.2-r1 stable on ia64 (diff)
downloadgentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.tar.gz
gentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.tar.bz2
gentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmifinfo/ChangeLog8
-rw-r--r--x11-plugins/wmifinfo/files/digest-wmifinfo-0.081
-rw-r--r--x11-plugins/wmifinfo/wmifinfo-0.08.ebuild33
-rw-r--r--x11-plugins/wmifinfo/wmifinfo-0.09.ebuild15
-rw-r--r--x11-plugins/wmifs/ChangeLog8
-rw-r--r--x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild13
-rw-r--r--x11-plugins/wminet/ChangeLog7
-rw-r--r--x11-plugins/wminet/wminet-2.0.3.ebuild12
8 files changed, 48 insertions, 49 deletions
diff --git a/x11-plugins/wmifinfo/ChangeLog b/x11-plugins/wmifinfo/ChangeLog
index d5c3187d16f8..a90aab557226 100644
--- a/x11-plugins/wmifinfo/ChangeLog
+++ b/x11-plugins/wmifinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmifinfo
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.14 2005/11/11 23:12:10 hansmi Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.15 2006/01/31 19:27:54 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmifinfo-0.08.ebuild,
+ wmifinfo-0.09.ebuild:
+ Fixed DEPEND for modular X.
11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> wmifinfo-0.09.ebuild:
Stable on ppc.
diff --git a/x11-plugins/wmifinfo/files/digest-wmifinfo-0.08 b/x11-plugins/wmifinfo/files/digest-wmifinfo-0.08
deleted file mode 100644
index e4869dd26fa3..000000000000
--- a/x11-plugins/wmifinfo/files/digest-wmifinfo-0.08
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bef0fb67c6bc6e5106bd141afee3a20 wmifinfo-0.08.tgz 16077
diff --git a/x11-plugins/wmifinfo/wmifinfo-0.08.ebuild b/x11-plugins/wmifinfo/wmifinfo-0.08.ebuild
deleted file mode 100644
index 34beccff1973..000000000000
--- a/x11-plugins/wmifinfo/wmifinfo-0.08.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.08.ebuild,v 1.3 2005/04/10 11:55:04 hansmi Exp $
-
-IUSE=""
-
-DESCRIPTION="WindowMaker Interface Monitor (dockapp)"
-HOMEPAGE="http://www.zevv.nl/wmifinfo/"
-SRC_URI="http://www.zevv.nl/wmifinfo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc"
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Allow use of Gentoo CFLAGS
- sed -i -e "s:-O2:${CFLAGS}:" Makefile
-}
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- dobin wmifinfo
- dodoc README Changelog
-}
diff --git a/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild b/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild
index bd33d7a72518..edb8afab52ee 100644
--- a/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild
+++ b/x11-plugins/wmifinfo/wmifinfo-0.09.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/wmifinfo/wmifinfo-0.09.ebuild,v 1.4 2005/11/11 23:12:10 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild,v 1.5 2006/01/31 19:27:54 nelchael Exp $
IUSE=""
@@ -12,7 +12,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ~sparc x86"
-DEPEND="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() {
diff --git a/x11-plugins/wmifs/ChangeLog b/x11-plugins/wmifs/ChangeLog
index ea2aefb60447..dff238ed164a 100644
--- a/x11-plugins/wmifs/ChangeLog
+++ b/x11-plugins/wmifs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmifs
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.17 2005/11/10 09:18:12 s4t4n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.18 2006/01/31 19:29:43 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ wmifs-1.3_beta1-r2.ebuild:
+ Fixed DEPEND for modular X.
10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmifs-1.3_beta1-r2.ebuild:
Removed COPYING and INSTALL from dodoc.
diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
index 3abdcc653478..9f7b97cd55bb 100644
--- a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.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/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.5 2005/11/10 09:18:12 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.6 2006/01/31 19:29:43 nelchael Exp $
inherit eutils
@@ -12,7 +12,14 @@ HOMEPAGE="http://www.linux.tucows.com"
SRC_URI="http://linux.tucows.tierra.net/files/x11/dock/${PN}-${MY_PV}.tar.gz
http://http.us.debian.org/debian/pool/main/w/wmifs/${PN}_${MY_PV}-11.diff.gz"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha hppa ~mips ia64 amd64"
diff --git a/x11-plugins/wminet/ChangeLog b/x11-plugins/wminet/ChangeLog
index 73fbebc164de..e845893a9c51 100644
--- a/x11-plugins/wminet/ChangeLog
+++ b/x11-plugins/wminet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wminet
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.7 2004/09/02 18:22:40 pvdabeel Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.8 2006/01/31 19:31:12 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wminet-2.0.3.ebuild:
+ Fixed DEPEND for modular X.
02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
wminet-2.0.3.ebuild:
diff --git a/x11-plugins/wminet/wminet-2.0.3.ebuild b/x11-plugins/wminet/wminet-2.0.3.ebuild
index a87e64e9e2ba..1319c35c652f 100644
--- a/x11-plugins/wminet/wminet-2.0.3.ebuild
+++ b/x11-plugins/wminet/wminet-2.0.3.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/wminet/wminet-2.0.3.ebuild,v 1.11 2004/09/02 18:22:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/wminet-2.0.3.ebuild,v 1.12 2006/01/31 19:31:12 nelchael Exp $
S="${WORKDIR}/${PN}.app"
IUSE=""
@@ -12,7 +12,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc amd64 ppc"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )
>=sys-apps/sed-4"
src_unpack() {