diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-25 05:15:01 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-25 05:15:01 +0000 |
commit | 6504727526c960ad014d1be707b6fac400e90b14 (patch) | |
tree | 561677ca1e6dd219161b1d798763cf7b35daf0cf /app-text | |
parent | (#119028) Add modular X deps. (diff) | |
download | historical-6504727526c960ad014d1be707b6fac400e90b14.tar.gz historical-6504727526c960ad014d1be707b6fac400e90b14.tar.bz2 historical-6504727526c960ad014d1be707b6fac400e90b14.zip |
(#119720) Fix modular X deps.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostview/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/ghostview/Manifest | 10 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 12 |
3 files changed, 19 insertions, 11 deletions
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 <spyderous@gentoo.org>; + ghostview-1.5-r1.ebuild: + (#119720) Fix modular X deps. 18 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> 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" |