diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-01 21:20:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-01 21:20:14 +0000 |
commit | 1172813b6ff1a6a4683d25f57519095923d4e5cd (patch) | |
tree | c38b6e0ec6522d6236fd0d61fd8dd23592a94271 /app-text | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-1172813b6ff1a6a4683d25f57519095923d4e5cd.tar.gz historical-1172813b6ff1a6a4683d25f57519095923d4e5cd.tar.bz2 historical-1172813b6ff1a6a4683d25f57519095923d4e5cd.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/Manifest | 12 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6.ebuild | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index cf598fbb4b26..344ec527a7e8 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -1,16 +1,16 @@ MD5 7271e3fcbeb53ce80ed04801b2e7170c ChangeLog 9572 +MD5 bfce199fcae4f1fcfaae34c65de38736 ghostscript-7.05.6.ebuild 2590 +MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 0c3b4e549fd62104ea87a7fe1728d13b ghostscript-7.07.1-r1.ebuild 3087 MD5 f03ac964bd02a6935e57f98d44c897f2 ghostscript-7.07.1-r2.ebuild 3195 -MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 69ed14b009e12054dd81f94167a2d670 ghostscript-7.05.6.ebuild 2593 MD5 71a93bd09748f37be38b726b0530e497 files/digest-ghostscript-7.07.1-r1 291 MD5 71a93bd09748f37be38b726b0530e497 files/digest-ghostscript-7.07.1-r2 291 MD5 fd34b2b7a029f19eab4ba3f69afe295e files/ghostscript-7.05.6.man.patch 1231 +MD5 286fde55f66a662388d3004e6d8d896a files/gs7.05-gdevhl12.c 22009 MD5 f0a076c486b8d72e90c8aac2355ccd4d files/gs7.05.6-cjk.diff 20038 -MD5 68fa21d11a860c222c8ba89c39ce578e files/gs7.05.6-gdevpx.patch 402 MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774 -MD5 ac6af6bf67095500ea043aea27062d62 files/gs7.07.1-ijs.patch 401 MD5 acda8ddfde1efeaf451cb28a67dcc773 files/gs7.07.1-krgb.patch.gz 5569 -MD5 7208aacbb4aa234ce1a6126e8f682c06 files/gs7.07.1-ps2epsi.patch 372 MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6 359 -MD5 286fde55f66a662388d3004e6d8d896a files/gs7.05-gdevhl12.c 22009 +MD5 68fa21d11a860c222c8ba89c39ce578e files/gs7.05.6-gdevpx.patch 402 +MD5 ac6af6bf67095500ea043aea27062d62 files/gs7.07.1-ijs.patch 401 +MD5 7208aacbb4aa234ce1a6126e8f682c06 files/gs7.07.1-ps2epsi.patch 372 diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild index 399d915a9756..987730459b52 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.9 2004/07/01 11:57:37 eradicator Exp $ +# $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 $ 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 @@ -16,10 +16,10 @@ KEYWORDS="~x86 ppc ~sparc alpha" IUSE="X cups cjk" DEPEND="virtual/libc - >=media-libs/jpeg-6b + >=media-libs/jpeg-6b >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 - X? ( virtual/x11 ) + X? ( virtual/x11 ) cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) @@ -51,7 +51,7 @@ src_compile() { myconf="--with-ijs --with-omni" use X && myconf="${myconf} --with-x" \ - || myconf="${myconf} --without-x" + || myconf="${myconf} --without-x" use cups && myconf="${myconf} --enable-cups --with-gimp-print" \ || myconf="${myconf} --disable-cups --without-gimp-print" |