summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/iconbox/ChangeLog7
-rw-r--r--x11-misc/iconbox/iconbox-0.2.ebuild7
-rw-r--r--x11-misc/jaffm/ChangeLog7
-rw-r--r--x11-misc/jaffm/jaffm-1.2.1.ebuild7
-rw-r--r--x11-misc/pogo/ChangeLog7
-rw-r--r--x11-misc/pogo/pogo-2.2.ebuild14
6 files changed, 32 insertions, 17 deletions
diff --git a/x11-misc/iconbox/ChangeLog b/x11-misc/iconbox/ChangeLog
index 3a497d20668f..ca241a214194 100644
--- a/x11-misc/iconbox/ChangeLog
+++ b/x11-misc/iconbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/iconbox
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.4 2005/07/10 18:43:48 smithj Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.5 2006/01/21 12:58:15 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> iconbox-0.2.ebuild:
+ Fixed DEPEND for modular X.
10 Jul 2005; Jonathan Smith <smithj@gentoo.org> iconbox-0.2.ebuild:
#98575: added dev-perl/gtk2-perl as a dep... no idea how i missed it the
diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild
index f0a2b5839438..333cf053a1fc 100644
--- a/x11-misc/iconbox/iconbox-0.2.ebuild
+++ b/x11-misc/iconbox/iconbox-0.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-misc/iconbox/iconbox-0.2.ebuild,v 1.4 2005/07/10 18:43:48 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/iconbox-0.2.ebuild,v 1.5 2006/01/21 12:58:15 nelchael Exp $
MY_P="${P/-/_}"
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="virtual/x11
- =x11-libs/gtk+-2*
+DEPEND="=x11-libs/gtk+-2*
dev-perl/gtk2-perl"
src_compile() {
diff --git a/x11-misc/jaffm/ChangeLog b/x11-misc/jaffm/ChangeLog
index fe555334f4b2..305fd670005d 100644
--- a/x11-misc/jaffm/ChangeLog
+++ b/x11-misc/jaffm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/jaffm
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.10 2005/11/01 15:08:22 nelchael Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.11 2006/01/21 13:00:23 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> jaffm-1.2.1.ebuild:
+ Fixed DEPEND for modular X.
01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> jaffm-1.0.ebuild,
jaffm-1.2.1.ebuild:
diff --git a/x11-misc/jaffm/jaffm-1.2.1.ebuild b/x11-misc/jaffm/jaffm-1.2.1.ebuild
index 399faca823e1..a34f8c9dafdf 100644
--- a/x11-misc/jaffm/jaffm-1.2.1.ebuild
+++ b/x11-misc/jaffm/jaffm-1.2.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-misc/jaffm/jaffm-1.2.1.ebuild,v 1.4 2005/11/01 15:08:22 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.2.1.ebuild,v 1.5 2006/01/21 13:00:23 nelchael Exp $
inherit eutils
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
-DEPEND="virtual/x11
- >=x11-libs/wxGTK-2.6"
+DEPEND=">=x11-libs/wxGTK-2.6"
src_unpack() {
unpack "${A}"
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog
index 31401b458353..1449647b74a7 100644
--- a/x11-misc/pogo/ChangeLog
+++ b/x11-misc/pogo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pogo
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.8 2005/04/29 00:27:06 wormo Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.9 2006/01/21 12:56:21 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> pogo-2.2.ebuild:
+ Fixed DEPEND for modular X.
28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> pogo-2.2.ebuild:
added ~ppc
diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild
index 9e31fb31cea8..da011e82a961 100644
--- a/x11-misc/pogo/pogo-2.2.ebuild
+++ b/x11-misc/pogo/pogo-2.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-misc/pogo/pogo-2.2.ebuild,v 1.9 2005/04/29 00:27:06 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.10 2006/01/21 12:56:21 nelchael Exp $
IUSE=""
@@ -12,7 +12,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
media-libs/imlib
media-libs/jpeg
>=sys-apps/sed-4"