From 79ecafd12ffdfac2b70fe94e89c8d324e1aae13b Mon Sep 17 00:00:00 2001
From: David Shakaryan <omp@gentoo.org>
Date: Sun, 22 Jul 2007 10:24:50 +0000
Subject: Remove virtual/x11 from dependencies. (Portage version: 2.1.3_rc8)

---
 app-text/pspresent/ChangeLog               |  6 +++++-
 app-text/pspresent/pspresent-1.2-r1.ebuild | 14 ++++++--------
 app-text/pspresent/pspresent-1.2.ebuild    | 12 +++++-------
 app-text/pspresent/pspresent-1.3.ebuild    | 12 +++++-------
 4 files changed, 21 insertions(+), 23 deletions(-)

(limited to 'app-text/pspresent')

diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog
index 8652db0defb0..3f6696790a2b 100644
--- a/app-text/pspresent/ChangeLog
+++ b/app-text/pspresent/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pspresent
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.21 2007/03/09 21:04:10 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.22 2007/07/22 10:24:50 omp Exp $
+
+  22 Jul 2007; David Shakaryan <omp@gentoo.org> pspresent-1.2.ebuild,
+  pspresent-1.2-r1.ebuild, pspresent-1.3.ebuild:
+  Remove virtual/x11 from dependencies.
 
 *pspresent-1.3 (05 Mar 2007)
 
diff --git a/app-text/pspresent/pspresent-1.2-r1.ebuild b/app-text/pspresent/pspresent-1.2-r1.ebuild
index e843911608ce..ba0a11e795d1 100644
--- a/app-text/pspresent/pspresent-1.2-r1.ebuild
+++ b/app-text/pspresent/pspresent-1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2-r1.ebuild,v 1.2 2006/04/21 16:14:00 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2-r1.ebuild,v 1.3 2007/07/22 10:24:50 omp Exp $
 
 IUSE="xinerama"
 
@@ -9,14 +9,12 @@ SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz"
 HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/"
 
 RDEPEND="virtual/libc
-	|| ( ( x11-libs/libX11
-			xinerama? ( x11-libs/libXinerama ) )
-		virtual/x11 )
+	x11-libs/libX11
+	xinerama? ( x11-libs/libXinerama )
 	virtual/ghostscript"
 DEPEND="${RDEPEND}
-	|| ( ( x11-proto/xproto
-			xinerama? ( x11-proto/xineramaproto ) )
-		virtual/x11 )
+	x11-proto/xproto
+	xinerama? ( x11-proto/xineramaproto )
 	>=sys-apps/sed-4"
 
 SLOT="0"
diff --git a/app-text/pspresent/pspresent-1.2.ebuild b/app-text/pspresent/pspresent-1.2.ebuild
index cf7fc301aa9e..dcfd12736d60 100644
--- a/app-text/pspresent/pspresent-1.2.ebuild
+++ b/app-text/pspresent/pspresent-1.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.9 2007/03/05 20:27:40 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.10 2007/07/22 10:24:50 omp Exp $
 
 IUSE="xinerama"
 
@@ -9,14 +9,12 @@ SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz"
 HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/"
 
 RDEPEND="virtual/libc
-	|| ( ( x11-libs/libX11
-			xinerama? ( x11-libs/libXinerama ) )
-		virtual/x11 )
+	x11-libs/libX11
+	xinerama? ( x11-libs/libXinerama )
 	virtual/ghostscript"
 DEPEND="${RDEPEND}
-	|| ( ( x11-proto/xproto
-			xinerama? ( x11-proto/xineramaproto ) )
-		virtual/x11 )
+	x11-proto/xproto
+	xinerama? ( x11-proto/xineramaproto )
 	>=sys-apps/sed-4"
 
 SLOT="0"
diff --git a/app-text/pspresent/pspresent-1.3.ebuild b/app-text/pspresent/pspresent-1.3.ebuild
index 4b525a6c3bbb..7b48f8557daf 100644
--- a/app-text/pspresent/pspresent-1.3.ebuild
+++ b/app-text/pspresent/pspresent-1.3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.3.ebuild,v 1.1 2007/03/05 20:27:40 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.3.ebuild,v 1.2 2007/07/22 10:24:50 omp Exp $
 
 IUSE="xinerama"
 
@@ -9,14 +9,12 @@ SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz"
 HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/"
 
 RDEPEND="virtual/libc
-	|| ( ( x11-libs/libX11
-			xinerama? ( x11-libs/libXinerama ) )
-		virtual/x11 )
+	x11-libs/libX11
+	xinerama? ( x11-libs/libXinerama )
 	virtual/ghostscript"
 DEPEND="${RDEPEND}
-	|| ( ( x11-proto/xproto
-			xinerama? ( x11-proto/xineramaproto ) )
-		virtual/x11 )
+	x11-proto/xproto
+	xinerama? ( x11-proto/xineramaproto )
 	>=sys-apps/sed-4"
 
 SLOT="0"
-- 
cgit v1.2.3-65-gdbad