From 6504727526c960ad014d1be707b6fac400e90b14 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 25 Jan 2006 05:15:01 +0000 Subject: (#119720) Fix modular X deps. Package-Manager: portage-2.1_pre3-r1 --- app-text/ghostview/ChangeLog | 8 ++++++-- app-text/ghostview/Manifest | 10 +++++----- app-text/ghostview/ghostview-1.5-r1.ebuild | 12 ++++++++---- 3 files changed, 19 insertions(+), 11 deletions(-) (limited to 'app-text') diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog index 379b1a47f90e..a2e0f4444d49 100644 --- a/app-text/ghostview/ChangeLog +++ b/app-text/ghostview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostview -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.18 2005/04/18 16:55:26 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.19 2006/01/25 05:15:01 spyderous Exp $ + + 25 Jan 2006; Donnie Berkholz ; + ghostview-1.5-r1.ebuild: + (#119720) Fix modular X deps. 18 Apr 2005; Michael Hanselmann ghostview-1.5-r1.ebuild: diff --git a/app-text/ghostview/Manifest b/app-text/ghostview/Manifest index bba6e28c02ca..c88b5de9b8c0 100644 --- a/app-text/ghostview/Manifest +++ b/app-text/ghostview/Manifest @@ -1,7 +1,7 @@ -MD5 aaf552d80bb1fc2d5b2ef8aad2a233f8 ghostview-1.5.ebuild 1066 -MD5 1ab2a8275c7ebe5d0b50da573aa555b0 ChangeLog 1952 -MD5 89f754f7810d13235cf0dde812c3a922 ghostview-1.5-r1.ebuild 1149 -MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-r1-gentoo.diff 7765 -MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-gentoo.diff 7765 +MD5 62799abcf0d4019c7ac924124d5cedd8 ChangeLog 2070 MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5 65 MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5-r1 65 +MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-gentoo.diff 7765 +MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-r1-gentoo.diff 7765 +MD5 2724f700f1d16e04f5bd1a4c05602ea3 ghostview-1.5-r1.ebuild 1205 +MD5 aaf552d80bb1fc2d5b2ef8aad2a233f8 ghostview-1.5.ebuild 1066 diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index ba2b67fa7605..1b66ace6cc33 100644 --- a/app-text/ghostview/ghostview-1.5-r1.ebuild +++ b/app-text/ghostview/ghostview-1.5-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/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.18 2005/04/18 16:55:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.19 2006/01/25 05:15:01 spyderous Exp $ inherit eutils @@ -13,9 +13,13 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64" IUSE="" -DEPEND="virtual/libc - virtual/x11" +DEPEND="virtual/libc" RDEPEND="${DEPEND} + || ( ( x11-libs/libXaw + x11-misc/xbitmaps + ) + virtual/x11 + ) virtual/ghostscript" PROVIDE="virtual/pdfviewer virtual/psviewer" -- cgit v1.2.3-65-gdbad