summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2009-08-07 02:22:05 +0000
committerTimo Gurr <tgurr@gentoo.org>2009-08-07 02:22:05 +0000
commit11897a702f64984412d3067f7f2b3f42a384a7a8 (patch)
treeef389a8fd6d3d4dd2db1ec10c6ac2483ce2cea6e /app-text/ghostscript-gpl
parentadd dependency on >=unshield-0.6 (diff)
downloadgentoo-2-11897a702f64984412d3067f7f2b3f42a384a7a8.tar.gz
gentoo-2-11897a702f64984412d3067f7f2b3f42a384a7a8.tar.bz2
gentoo-2-11897a702f64984412d3067f7f2b3f42a384a7a8.zip
Revbump fixing QA problems regarding ldflags (bug #280404) and cjk (bug #280515).
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog9
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.70-r1.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-8.70.ebuild)10
2 files changed, 15 insertions, 4 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index be195b599684..cf0783fb7173 100644
--- a/app-text/ghostscript-gpl/ChangeLog
+++ b/app-text/ghostscript-gpl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/ghostscript-gpl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.79 2009/08/04 21:59:54 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.80 2009/08/07 02:22:05 tgurr Exp $
+
+*ghostscript-gpl-8.70-r1 (07 Aug 2009)
+
+ 07 Aug 2009; Timo Gurr <tgurr@gentoo.org> -ghostscript-gpl-8.70.ebuild,
+ +ghostscript-gpl-8.70-r1.ebuild:
+ Revbump fixing QA problems regarding ldflags (bug #280404) and cjk (bug
+ #280515).
*ghostscript-gpl-8.70 (04 Aug 2009)
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.70.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.70-r1.ebuild
index fd6a493527a3..2ffa0832d42b 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-8.70.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.70-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.70.ebuild,v 1.1 2009/08/04 21:59:54 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.70-r1.ebuild,v 1.1 2009/08/07 02:22:05 tgurr Exp $
inherit autotools eutils versionator flag-o-matic
@@ -12,12 +12,12 @@ GSDJVU_PV=1.4
PVM=$(get_version_component_range 1-2)
SRC_URI="!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-3 CPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="bindist cairo cjk cups djvu gtk jpeg2k X"
+IUSE="bindist cairo cups djvu gtk jpeg2k X"
COMMON_DEPEND="app-text/libpaper
media-libs/fontconfig
@@ -74,6 +74,10 @@ src_unpack() {
epatch "${WORKDIR}/patches/${PN}-8.64-pksmraw.patch"
epatch "${WORKDIR}/patches/${PN}-8.70-jbig2dec-nullderef.patch"
+ # Gentoo patches
+ # respect LDFLAGS, bug #209803
+ epatch "${WORKDIR}/patches/${PN}-8.64-respect-gsc-ldflags.patch"
+
if use bindist && use djvu ; then
ewarn "You have bindist in your USE, djvu support will NOT be compiled!"
ewarn "See http://djvu.sourceforge.net/gsdjvu/COPYING for details on licensing issues."