summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 22:37:27 +0000
commit235c12eb61e7ea0773a7da494815aabea6de447b (patch)
treefcbb6dd43d436da6f03d530a95774df55869142e /app-text/ghostscript
parentdigest (diff)
downloadhistorical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz
historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2
historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip
whitespace cleanup
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r--app-text/ghostscript/Manifest16
-rw-r--r--app-text/ghostscript/ghostscript-7.05.6-r2.ebuild8
-rw-r--r--app-text/ghostscript/ghostscript-7.05.6-r3.ebuild8
3 files changed, 16 insertions, 16 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest
index 1776865b20f8..c9892df6f12b 100644
--- a/app-text/ghostscript/Manifest
+++ b/app-text/ghostscript/Manifest
@@ -1,14 +1,14 @@
-MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774
-MD5 f6f3dbd868441cee002e1aeebc830092 files/ijs.patch 303
-MD5 e9bbafad9ed02da2accd420908d98502 files/gs7.05-gdevhl12.c 21998
-MD5 f9c4821dac99d593d62405379f6653ec files/png.diff 426
+MD5 7e5d4252c24a53bda0868448eea7d7a8 ChangeLog 6995
+MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
+MD5 f395eb5da81c308494a1d12e395317e5 ghostscript-7.05.6-r2.ebuild 2730
+MD5 72f6b3aefd383188d973dab547ff905c ghostscript-7.05.6-r3.ebuild 3094
MD5 fd34b2b7a029f19eab4ba3f69afe295e files/ghostscript-7.05.6.man.patch 1231
+MD5 e9bbafad9ed02da2accd420908d98502 files/gs7.05-gdevhl12.c 21998
MD5 f0a076c486b8d72e90c8aac2355ccd4d files/gs7.05.6-cjk.diff 20038
+MD5 f9c4821dac99d593d62405379f6653ec files/png.diff 426
MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r2 359
MD5 54ca592ef6bd375f6fdd214786962efb files/ps2epsi-security.patch 281
MD5 c63f6d71a403dbc72265831386b84eb0 files/digest-ghostscript-7.05.6-r3 359
MD5 e065254ba9e798e4177ed687b6b5ee2e files/gs7.05.6-random.patch 478
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 7e5d4252c24a53bda0868448eea7d7a8 ChangeLog 6995
-MD5 10b2bd4b6a612ab1716c9042a577720e ghostscript-7.05.6-r2.ebuild 2731
-MD5 8e90afe0fe3e8e61cbfe74359e109fdf ghostscript-7.05.6-r3.ebuild 3094
+MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774
+MD5 f6f3dbd868441cee002e1aeebc830092 files/ijs.patch 303
diff --git a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild
index f68589a97bd9..384772df13a4 100644
--- a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild
+++ b/app-text/ghostscript/ghostscript-7.05.6-r2.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/ghostscript/ghostscript-7.05.6-r2.ebuild,v 1.6 2003/08/05 15:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild,v 1.7 2003/09/05 22:37:21 msterret Exp $
inherit eutils
@@ -18,10 +18,10 @@ KEYWORDS="x86 ppc sparc alpha hppa amd64"
IUSE="X cups cjk"
DEPEND="virtual/glibc
- >=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 )
@@ -58,7 +58,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"
diff --git a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild
index d766cfb460fa..076c1d43e3ab 100644
--- a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild
+++ b/app-text/ghostscript/ghostscript-7.05.6-r3.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/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $
inherit eutils
@@ -18,10 +18,10 @@ KEYWORDS="x86 ppc sparc alpha hppa amd64"
IUSE="X cups cjk"
DEPEND="virtual/glibc
- >=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 )
@@ -66,7 +66,7 @@ src_compile() {
myconf="--with-ijs --with-omni --without-gimp-print"
use X && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
+ || myconf="${myconf} --without-x"
use cups && myconf="${myconf} --enable-cups" \
|| myconf="${myconf} --disable-cups"