diff options
author | 2003-12-09 17:44:15 +0000 | |
---|---|---|
committer | 2003-12-09 17:44:15 +0000 | |
commit | 0886d740af4df42e61c9dc160cdfdaebea5987f9 (patch) | |
tree | bfbdb356962acc8bf282f9ff6ee2888eed2377da /app-text/ghostview | |
parent | virtual/ghotscript (diff) | |
download | historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.gz historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.bz2 historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.zip |
virtual/ghostscript
Diffstat (limited to 'app-text/ghostview')
-rw-r--r-- | app-text/ghostview/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostview/Manifest | 8 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog index d5775bffbb6a..1ca8502c6ceb 100644 --- a/app-text/ghostview/ChangeLog +++ b/app-text/ghostview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostview # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.7 2003/02/12 05:24:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.8 2003/12/09 17:43:15 lanius Exp $ + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ghostview-1.5-r1.ebuild, + ghostview-1.5.ebuild: + changed app-text/ghostscript to virtual/ghostscript 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/ghostview/Manifest b/app-text/ghostview/Manifest index 4cb86569eaca..c15f7a886802 100644 --- a/app-text/ghostview/Manifest +++ b/app-text/ghostview/Manifest @@ -1,7 +1,7 @@ -MD5 dd094b68a5adece56898110a78c6c98c ChangeLog 1104 -MD5 ff62ca824110f60b9198070ce8d78487 ghostview-1.5-r1.ebuild 1151 -MD5 c2293e2475374e3531752583aad5ae39 ghostview-1.5.ebuild 1069 +MD5 082a7ce2d7edf47f22596cfd4559a36e ghostview-1.5.ebuild 1056 +MD5 e2a84efb3e9ceeb847a56744933461c6 ghostview-1.5-r1.ebuild 1138 +MD5 ea3e7e1b16df7b7c34114ba75f0b6ba9 ChangeLog 1259 +MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-gentoo.diff 7765 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 diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index dd4f377697aa..547ebe391073 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-2003 Gentoo Technologies, Inc. # 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.6 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.7 2003/12/09 17:43:15 lanius Exp $ inherit eutils @@ -15,7 +15,7 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc virtual/x11" RDEPEND="${DEPEND} - >=app-text/ghostscript-6.50-r2" + virtual/ghostscript" src_unpack() { unpack ${A} diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild index c19eab9ee141..e9015278e7e1 100644 --- a/app-text/ghostview/ghostview-1.5.ebuild +++ b/app-text/ghostview/ghostview-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.13 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.14 2003/12/09 17:43:15 lanius Exp $ inherit eutils @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc virtual/x11" RDEPEND="${DEPEND} - >=app-text/ghostscript-6.50-r2" + virtual/ghostscript" src_unpack() { unpack ${A} |