summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 14:04:36 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 14:04:36 +0000
commit15556828ddd4c77d9b78df48df70d8305697488b (patch)
tree665411d4697bfaa0f57cfbae43e91aab0ff1b99c /x11-misc/x2x
parentmedia-gfx/yafray stable on ppc. (diff)
downloadgentoo-2-15556828ddd4c77d9b78df48df70d8305697488b.tar.gz
gentoo-2-15556828ddd4c77d9b78df48df70d8305697488b.tar.bz2
gentoo-2-15556828ddd4c77d9b78df48df70d8305697488b.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/x2x')
-rw-r--r--x11-misc/x2x/ChangeLog8
-rw-r--r--x11-misc/x2x/x2x-1.27-r1.ebuild13
-rw-r--r--x11-misc/x2x/x2x-1.27.ebuild13
3 files changed, 26 insertions, 8 deletions
diff --git a/x11-misc/x2x/ChangeLog b/x11-misc/x2x/ChangeLog
index b426d6d041a9..20f7a87383af 100644
--- a/x11-misc/x2x/ChangeLog
+++ b/x11-misc/x2x/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/x2x
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.14 2005/09/17 02:04:14 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.15 2006/01/21 14:01:31 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> x2x-1.27.ebuild,
+ x2x-1.27-r1.ebuild:
+ Fixed DEPEND for modular X.
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> x2x-1.27-r1.ebuild:
Mark 1.27-r1 stable on alpha
diff --git a/x11-misc/x2x/x2x-1.27-r1.ebuild b/x11-misc/x2x/x2x-1.27-r1.ebuild
index 79902f9bb6c4..9ea64d131fd0 100644
--- a/x11-misc/x2x/x2x-1.27-r1.ebuild
+++ b/x11-misc/x2x/x2x-1.27-r1.ebuild
@@ -1,13 +1,12 @@
-# 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/x2x/x2x-1.27-r1.ebuild,v 1.4 2005/09/17 02:04:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.5 2006/01/21 14:01:31 nelchael Exp $
inherit eutils
DESCRIPTION="An utility to connect the Mouse and KeyBoard to another X"
HOMEPAGE="http://www.the-labs.com/X11/#x2x"
LICENSE="as-is"
-DEPEND="virtual/x11"
SRC_URI="http://ftp.digital.com/pub/Digital/SRC/x2x/${P}.tar.gz
mirror://debian/pool/main/x/x2x/x2x_1.27-8.diff.gz
mirror://gentoo/x2x_1.27-8-initvars.patch.gz
@@ -16,6 +15,14 @@ SLOT="0"
KEYWORDS="alpha ~amd64 ~mips ppc ~sparc ~x86"
IUSE=""
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXtst
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )"
+
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/x11-misc/x2x/x2x-1.27.ebuild b/x11-misc/x2x/x2x-1.27.ebuild
index 314f4ebbad25..fed5d3504f32 100644
--- a/x11-misc/x2x/x2x-1.27.ebuild
+++ b/x11-misc/x2x/x2x-1.27.ebuild
@@ -1,19 +1,26 @@
-# 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/x2x/x2x-1.27.ebuild,v 1.11 2005/04/19 19:30:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27.ebuild,v 1.12 2006/01/21 14:01:31 nelchael Exp $
inherit eutils
DESCRIPTION="An utility to connect the Mouse and KeyBoard to another X"
HOMEPAGE="http://www.the-labs.com/X11/#x2x"
LICENSE="as-is"
-DEPEND="virtual/x11"
SRC_URI="http://ftp.digital.com/pub/Digital/SRC/x2x/${P}.tar.gz
mirror://gentoo/x2x-1.27-license.patch.gz"
SLOT="0"
KEYWORDS="x86 sparc alpha amd64 ~mips"
IUSE=""
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXtst
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )"
+
src_unpack() {
unpack ${A}
cd ${S}