diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-01 18:18:03 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-01 18:18:03 +0000 |
commit | e7b2b117d7bc232a04ee71514d5d8899d89a9964 (patch) | |
tree | bd6875253abbcb07d5277b5aaadff2c0f72d58f2 /app-text | |
parent | Keyworded ~sparc wrt #121023 (diff) | |
download | historical-e7b2b117d7bc232a04ee71514d5d8899d89a9964.tar.gz historical-e7b2b117d7bc232a04ee71514d5d8899d89a9964.tar.bz2 historical-e7b2b117d7bc232a04ee71514d5d8899d89a9964.zip |
Fix cjk patch for bug 121150.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ghostscript-esp/Manifest | 4 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index a4e6259d27f0..0c5dbf8c5fbd 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.7 2006/01/30 01:19:21 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.8 2006/02/01 18:18:03 vanquirius Exp $ + + 01 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> + ghostscript-esp-7.07.1-r8.ebuild: + Fix cjk patch for bug 121150. Thanks to Matthias Breer <matthias dot breer + at bbi-net dot de>. 30 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> ghostscript-esp-7.07.1-r8.ebuild: diff --git a/app-text/ghostscript-esp/Manifest b/app-text/ghostscript-esp/Manifest index 601aaaf85788..c1b7363a1fcb 100644 --- a/app-text/ghostscript-esp/Manifest +++ b/app-text/ghostscript-esp/Manifest @@ -1,4 +1,4 @@ -MD5 efe479a4bd7f2138da9ec98e2cd899ee ChangeLog 21540 +MD5 3b8612a07566f6c15456569c36898c80 ChangeLog 21728 MD5 db00eb9aaf23133f903513fea669954f files/digest-ghostscript-esp-7.07.1-r10 212 MD5 30345d26bed661b454f0bdba79f17947 files/digest-ghostscript-esp-7.07.1-r7 418 MD5 8a8b22c873ff3d086435ee8c8e419f1c files/digest-ghostscript-esp-7.07.1-r8 276 @@ -35,6 +35,6 @@ MD5 b2ca914ffcff3e5296d6b5acc7fac182 files/gs7.07.1-ps2ps.patch 244 MD5 0201da09644874147627750546511c36 files/gs7.07.1-tempfile.patch 3125 MD5 32d445682c030ec35813551b5ddb8814 ghostscript-esp-7.07.1-r10.ebuild 6170 MD5 87d9695f4326a6755be96ea89362b2db ghostscript-esp-7.07.1-r7.ebuild 4605 -MD5 b584da4517292459eafdb80487029115 ghostscript-esp-7.07.1-r8.ebuild 5617 +MD5 38ee540e88832a99c1656fd46e1d0409 ghostscript-esp-7.07.1-r8.ebuild 5592 MD5 d3b90c0d4e5b5d12c622c83579d3201a ghostscript-esp-8.15.1.ebuild 4194 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 diff --git a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild index f417d0f7c17c..1e608fc7f008 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.5 2006/01/30 01:19:21 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.6 2006/02/01 18:18:03 vanquirius Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -58,8 +58,7 @@ src_unpack() { fi if use cjk ; then - unpack gs7.07.1-cjk.diff.bz2 - epatch ${WORKDIR}/gs7.07.1-cjk.diff + epatch "${DISTDIR}"/gs7.07.1-cjk.diff.bz2 epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch fi |