summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/wmpower/ChangeLog8
-rw-r--r--x11-plugins/wmpower/wmpower-0.4.1.ebuild15
-rw-r--r--x11-plugins/wmpower/wmpower-0.4.2.ebuild15
-rw-r--r--x11-plugins/wmrack/ChangeLog7
-rw-r--r--x11-plugins/wmrack/wmrack-1.2.0.ebuild7
-rw-r--r--x11-plugins/wmrecord/ChangeLog8
-rw-r--r--x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild12
7 files changed, 53 insertions, 19 deletions
diff --git a/x11-plugins/wmpower/ChangeLog b/x11-plugins/wmpower/ChangeLog
index e1e95cbc01e1..ad035647a524 100644
--- a/x11-plugins/wmpower/ChangeLog
+++ b/x11-plugins/wmpower/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmpower
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.23 2005/11/07 13:08:26 s4t4n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.24 2006/01/31 20:31:20 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpower-0.4.1.ebuild,
+ wmpower-0.4.2.ebuild:
+ Fixed DEPEND for modular X.
07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmpower-0.4.2.ebuild,
wmpower-0.4.1.ebuild:
diff --git a/x11-plugins/wmpower/wmpower-0.4.1.ebuild b/x11-plugins/wmpower/wmpower-0.4.1.ebuild
index c7a0336f8e23..50f257186ae8 100644
--- a/x11-plugins/wmpower/wmpower-0.4.1.ebuild
+++ b/x11-plugins/wmpower/wmpower-0.4.1.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/wmpower/wmpower-0.4.1.ebuild,v 1.5 2005/11/07 13:08:26 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.1.ebuild,v 1.6 2006/01/31 20:31:20 nelchael Exp $
IUSE=""
@@ -12,7 +12,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
-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 )"
src_compile()
{
diff --git a/x11-plugins/wmpower/wmpower-0.4.2.ebuild b/x11-plugins/wmpower/wmpower-0.4.2.ebuild
index 4dde8389ba11..a7a351813449 100644
--- a/x11-plugins/wmpower/wmpower-0.4.2.ebuild
+++ b/x11-plugins/wmpower/wmpower-0.4.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/wmpower/wmpower-0.4.2.ebuild,v 1.4 2005/11/07 13:08:26 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.5 2006/01/31 20:31:20 nelchael Exp $
IUSE=""
@@ -12,7 +12,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc 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 )"
src_compile()
{
diff --git a/x11-plugins/wmrack/ChangeLog b/x11-plugins/wmrack/ChangeLog
index a01ac28dc1d0..2737ab21b740 100644
--- a/x11-plugins/wmrack/ChangeLog
+++ b/x11-plugins/wmrack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmrack
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.5 2005/07/18 09:25:46 s4t4n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.6 2006/01/31 20:34:28 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmrack-1.2.0.ebuild:
+ Fixed DEPEND for modular X.
18 Jul 2005; Michele Noberasco <s4t4n@gentoo.org> wmrack-1.2.0.ebuild:
Set x-includes and x-libraries in econf. Hopefully fixes #98537.
diff --git a/x11-plugins/wmrack/wmrack-1.2.0.ebuild b/x11-plugins/wmrack/wmrack-1.2.0.ebuild
index 9ac43a2fb069..9d8af1733d8d 100644
--- a/x11-plugins/wmrack/wmrack-1.2.0.ebuild
+++ b/x11-plugins/wmrack/wmrack-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-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.4 2005/07/18 09:25:46 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.5 2006/01/31 20:34:28 nelchael Exp $
inherit eutils
@@ -10,8 +10,7 @@ MY_P=${P/2.0/2}
DESCRIPTION="A WindowMaker Dock CD+Sound Applet"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://wmrack.sf.net/"
-DEPEND="virtual/x11
- || ( >=x11-wm/windowmaker-0.62.0
+DEPEND="|| ( >=x11-wm/windowmaker-0.62.0
x11-wm/windowmaker-cvs )"
SLOT="0"
diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog
index 8811626170bd..61729c7ee170 100644
--- a/x11-plugins/wmrecord/ChangeLog
+++ b/x11-plugins/wmrecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmrecord
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.4 2005/07/10 02:10:22 smithj Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.5 2006/01/31 20:35:57 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ wmrecord-1.0.5.3-r1.ebuild:
+ Fixed DEPEND for modular X.
*wmrecord-1.0.5.3-r1 (10 Jul 2005)
diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
index 324f2730622c..96c28e9fcd73 100644
--- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
+++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-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/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.1 2005/07/10 02:10:22 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.2 2006/01/31 20:35:57 nelchael Exp $
IUSE=""
@@ -8,7 +8,13 @@ DESCRIPTION="A Dockable General Purpose Recording Utility"
SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz"
HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/"
-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"