diff options
author | 2004-12-06 08:32:19 +0000 | |
---|---|---|
committer | 2004-12-06 08:32:19 +0000 | |
commit | 15151bab2cf30ff99a48f0e1a8db81729160488a (patch) | |
tree | b8932789ebfcafe5ac0bffae3f88faa877d25365 /app-text/ghostscript | |
parent | Added to ~ppc (diff) | |
download | historical-15151bab2cf30ff99a48f0e1a8db81729160488a.tar.gz historical-15151bab2cf30ff99a48f0e1a8db81729160488a.tar.bz2 historical-15151bab2cf30ff99a48f0e1a8db81729160488a.zip |
fix fontconfig patch
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/Manifest | 12 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r7.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index cae5932312a1..84ebc08e9dfe 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 40cb9de588f9d7b84c71b45be2ff8d69 ghostscript-7.07.1-r5.ebuild 4028 -MD5 d67e10bc0c37e8bba5c909b80cc97961 ghostscript-7.07.1-r7.ebuild 4151 +MD5 42fc4e1e0c6e0accbea8a54943615afb ghostscript-7.07.1-r7.ebuild 4149 MD5 2db7df35be7d9e0921a6ab5c72c02f67 ghostscript-7.07.1-r2.ebuild 3295 MD5 4c43a0cacba1f4a15e9578ed603257fd ghostscript-7.05.6.ebuild 2739 MD5 a61c4af42b77a20abcd7330f20a70162 ghostscript-7.05.6-r2.ebuild 2806 @@ -41,10 +38,3 @@ MD5 3d1cdf07dabc4a05bde9a2dc6f7da2de files/gs7.07.1-fontconfig-rh.patch.bz2 6121 MD5 68fa21d11a860c222c8ba89c39ce578e files/gs7.05.6-gdevpx.patch 402 MD5 ac6af6bf67095500ea043aea27062d62 files/gs7.07.1-ijs.patch 401 MD5 06fe485954243190f4f0f4d8e1542f92 files/gs7.07.1-cjk.diff.bz2 3055 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBs4xfI1lqEGTUzyQRAjIEAJ0RcLCVwOc7dBhs38iOluth/tOdXwCfRaAl -AUpa7nV/LHH27ngpLnWIORQ= -=iQdQ ------END PGP SIGNATURE----- diff --git a/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild index 59a2af5a209b..09c90ce1e954 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild,v 1.17 2004/12/05 17:23:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild,v 1.18 2004/12/06 08:32:19 lanius Exp $ inherit flag-o-matic eutils gcc @@ -46,7 +46,7 @@ src_unpack() { fi # add fontconfig support - epatch ${FILESDIR}/gs7.07.1-fontconfig-rh.patch.2.bz2 + epatch ${FILESDIR}/gs7.07.1-fontconfig-rh.patch.bz2 # man page patch from absinthe@pobox.com (Dylan Carlson) bug #14150 epatch ${FILESDIR}/ghostscript-7.05.6.man.patch |