summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-10-06 17:41:08 +0000
committerJeroen Roovers <jer@gentoo.org>2011-10-06 17:41:08 +0000
commit8018ba49463a3ddbd7f6caefc1f2a78db631357c (patch)
tree7645938e6b2897575ceb6dd08178c8eae52cfb17 /app-text/ghostscript-gpl
parentStable for HPPA (bug #382951). (diff)
downloadhistorical-8018ba49463a3ddbd7f6caefc1f2a78db631357c.tar.gz
historical-8018ba49463a3ddbd7f6caefc1f2a78db631357c.tar.bz2
historical-8018ba49463a3ddbd7f6caefc1f2a78db631357c.zip
Respect LDFLAGS (bug #367239). Stable for HPPA (bug #382951).
Package-Manager: portage-2.2.0_alpha62/cvs/Linux x86_64
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog5
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 04d956f6eff8..da097c481d3c 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.122 2011/10/05 05:50:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.123 2011/10/06 17:41:08 jer Exp $
+
+ 06 Oct 2011; Jeroen Roovers <jer@gentoo.org> ghostscript-gpl-9.04-r3.ebuild:
+ Respect LDFLAGS (bug #367239). Stable for HPPA (bug #382951).
05 Oct 2011; Markus Meier <maekke@gentoo.org> ghostscript-gpl-9.04-r3.ebuild:
arm stable, bug #382951
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild
index 8a02182c5b71..86be4e7d5c38 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild,v 1.4 2011/10/05 05:50:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r3.ebuild,v 1.5 2011/10/06 17:41:08 jer Exp $
EAPI=3
inherit autotools eutils versionator flag-o-matic
@@ -17,7 +17,7 @@ SRC_URI="!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.g
LICENSE="GPL-3 CPL-1.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="bindist cups dbus djvu gtk idn jpeg2k static-libs X"
COMMON_DEPEND="app-text/libpaper
@@ -107,6 +107,7 @@ src_prepare() {
-e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
-e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
+ -e 's:-L$(BINDIR):$(LDFLAGS) &:g' \
base/Makefile.in base/*.mak || die "sed failed"
cd "${S}"