summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-11-05 19:25:03 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-11-05 19:25:03 +0000
commit5e3178eb17a61783ad2d5d64832621663226bea3 (patch)
tree6efa64ee36c584ab6c62e8a91cbaa744d572f387 /app-text
parentRemove -Werror to fix bug #97936 (diff)
downloadhistorical-5e3178eb17a61783ad2d5d64832621663226bea3.tar.gz
historical-5e3178eb17a61783ad2d5d64832621663226bea3.tar.bz2
historical-5e3178eb17a61783ad2d5d64832621663226bea3.zip
Disable rinkj-patch for amd64, as it does not work currently, thanks to markus <markus.gapp@ktv-one.at> in bug 111537
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-afpl/ChangeLog7
-rw-r--r--app-text/ghostscript-afpl/Manifest4
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index e7c1c25fdde3..61ab4bcbb633 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.30 2005/11/02 14:40:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.31 2005/11/05 19:25:03 genstef Exp $
+
+ 05 Nov 2005; Stefan Schweizer <genstef@gentoo.org>
+ ghostscript-afpl-8.53.ebuild:
+ Disable rinkj-patch for amd64, as it does not work currently, thanks to
+ markus <markus.gapp@ktv-one.at> in bug 111537
02 Nov 2005; Stefan Schweizer <genstef@gentoo.org>
ghostscript-afpl-8.53.ebuild:
diff --git a/app-text/ghostscript-afpl/Manifest b/app-text/ghostscript-afpl/Manifest
index 15d241a6fd4a..9f4f9a8c2b9e 100644
--- a/app-text/ghostscript-afpl/Manifest
+++ b/app-text/ghostscript-afpl/Manifest
@@ -1,4 +1,4 @@
-MD5 4c0d641d03095ab5766eb9d9b267eb8f ChangeLog 3789
+MD5 b9480bd9f5c84a7bb115534b6b229108 ChangeLog 3997
MD5 e10b8f4566648e7bc09f6b7336d74b2d files/digest-ghostscript-afpl-8.15 280
MD5 cc1e3a109091c74903b8607870a89016 files/digest-ghostscript-afpl-8.53 281
MD5 8b3c391af1131b4fce97bef3659e57d3 files/gdevcups.patch 14468
@@ -6,5 +6,5 @@ MD5 dbdb3cd0aea8f9032baa11bc335d181a files/gs-8.11-ijs.patch 757
MD5 0a7cbf3d9b9644442d7521969cdb9efd files/gs852-lib.patch 4045
MD5 dbaa6966d91fc14f9460882e8686c44e files/rinkj.patch 1353
MD5 b662c27eb9c0bce8d365d1c081d5af54 ghostscript-afpl-8.15.ebuild 3347
-MD5 9fefc1a1c2624c25188bc12d73462b28 ghostscript-afpl-8.53.ebuild 3590
+MD5 71356db6eff3dbfadbb9dfba61f24fc4 ghostscript-afpl-8.53.ebuild 3622
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
index f6e5611ff641..d64543b23ba8 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.2 2005/11/02 14:40:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.3 2005/11/05 19:25:03 genstef Exp $
inherit eutils
@@ -58,7 +58,8 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/gs852-lib.patch
- epatch ${FILESDIR}/rinkj.patch
+ # see bug #111537
+ use amd64 || epatch ${FILESDIR}/rinkj.patch
# enable cfax device (bug #56704)
sed -i -e 's:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev $(DD)cfax.dev:' ${S}/Makefile.in