summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-07-22 10:24:50 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-07-22 10:24:50 +0000
commitbf1e76d7758cce9d56acef94434f5fecc4ffe15a (patch)
treeebbbc294ab015e6190ddced5c8eaf77330c6ce71 /app-text/pspresent
parentdon't use 'use ppc-macos' (diff)
downloadhistorical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.gz
historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.bz2
historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.zip
Remove virtual/x11 from dependencies.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-text/pspresent')
-rw-r--r--app-text/pspresent/ChangeLog6
-rw-r--r--app-text/pspresent/pspresent-1.2-r1.ebuild14
-rw-r--r--app-text/pspresent/pspresent-1.2.ebuild12
-rw-r--r--app-text/pspresent/pspresent-1.3.ebuild12
4 files changed, 21 insertions, 23 deletions
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"