diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-07-01 21:56:09 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-07-01 21:56:09 +0000 |
commit | 7bc20c11810ecd48237d49da211edafef8aeb981 (patch) | |
tree | 5cfd79f26360c83e7b1db757744a8eb06ac04808 /app-text | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-7bc20c11810ecd48237d49da211edafef8aeb981.tar.gz gentoo-2-7bc20c11810ecd48237d49da211edafef8aeb981.tar.bz2 gentoo-2-7bc20c11810ecd48237d49da211edafef8aeb981.zip |
Minor fixes
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog index 0c0b5665a36b..9489704459c9 100644 --- a/app-text/ghostscript/ChangeLog +++ b/app-text/ghostscript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.57 2004/07/01 19:28:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.58 2004/07/01 21:56:09 lu_zero Exp $ + + 01 Jul 2004; Luca Barbato <lu_zero@gentoo.org> ghostscript-7.05.6.ebuild: + Minor changes 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ghostscript-7.05.6.ebuild, ghostscript-7.07.1-r1.ebuild, diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild index 987730459b52..b2d6ad24cc18 100644 --- a/app-text/ghostscript/ghostscript-7.05.6.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.10 2004/07/01 21:20:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.11 2004/07/01 21:56:09 lu_zero Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -23,7 +23,10 @@ DEPEND="virtual/libc cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) - cups? gimp-print : gimp-print-cups" + cups? (net-print/cups) + !virtual/ghostscript" + +PROVIDE="virtual/ghostscript" S=${WORKDIR}/espgs-${PV} |