diff options
author | Timo Gurr <tgurr@gentoo.org> | 2008-08-14 20:59:36 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2008-08-14 20:59:36 +0000 |
commit | 3172f68d33d0e0ab321b0e0dfd40f8bec9ab1e45 (patch) | |
tree | 374ed825de73929c96c3b69eafdb43437b6fbc3b | |
parent | Fix build with gcc 4.3 without alsa, thanks to Michał W. <michal@gen2.org> f... (diff) | |
download | gentoo-2-3172f68d33d0e0ab321b0e0dfd40f8bec9ab1e45.tar.gz gentoo-2-3172f68d33d0e0ab321b0e0dfd40f8bec9ab1e45.tar.bz2 gentoo-2-3172f68d33d0e0ab321b0e0dfd40f8bec9ab1e45.zip |
Use upstream patch for the cairo automagic.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 3038e3912604..1aea7d99f8b5 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.52 2008/08/08 19:24:50 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.53 2008/08/14 20:59:36 tgurr Exp $ + + 14 Aug 2008; Timo Gurr <tgurr@gentoo.org> ghostscript-gpl-8.63.ebuild: + Use upstream patch for the cairo automagic. *ghostscript-gpl-8.63 (08 Aug 2008) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild index 332972c341f2..1994d564ef64 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild,v 1.1 2008/08/08 19:24:50 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.63.ebuild,v 1.2 2008/08/14 20:59:36 tgurr Exp $ inherit autotools elisp-common eutils versionator flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200406.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz ) !bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) ) mirror://sourceforge/ghostscript/${MY_P}.tar.bz2 - mirror://gentoo/${P}-patchset-1.tar.bz2" + mirror://gentoo/${P}-patchset-2.tar.bz2" LICENSE="GPL-2 CPL-1.0" SLOT="0" @@ -78,7 +78,7 @@ src_unpack() { epatch "${WORKDIR}/patches/${PN}-8.62-pksmraw.patch" # Gentoo patches - # reported upstream at bug #689999 + # Upstream bug #689999, already fixed in ghostscript trunk. epatch "${WORKDIR}/patches/${PN}-8.63-cairo-automagic.patch" if use bindist && use djvu ; then |