From 2e02d51e4411394b919439ce952b6a9663a1f8ab Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Sun, 15 Oct 2006 19:54:02 +0000 Subject: Fix warnings, thanks markus meier in bug 148945 (Portage version: 2.1.2_pre3-r2) --- app-text/ghostscript-esp/ChangeLog | 6 +++++- app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | 10 +++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'app-text/ghostscript-esp') diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index b9c226c80041..b841f5ade877 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for app-text/ghostscript-esp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.41 2006/10/15 13:09:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.42 2006/10/15 19:54:02 genstef Exp $ 15 Oct 2006; Tobias Scherbaum ghostscript-esp-8.15.3.ebuild: hppa stable, bug #148945 + 15 Oct 2006; Stefan Schweizer + ghostscript-esp-8.15.3.ebuild: + Fix warnings, thanks markus meier in bug 148945 + 15 Oct 2006; Markus Rothe ghostscript-esp-8.15.3.ebuild: Stable on ppc64; bug #148945 diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild index 3288435f2726..17daf19a1af5 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.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-8.15.3.ebuild,v 1.6 2006/10/15 13:09:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild,v 1.7 2006/10/15 19:54:02 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -63,17 +63,13 @@ src_unpack() { # search path fix sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \ - src/Makefile.in || die "sed failed" - sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \ - src/Makefile.in || die "sed failed" - sed -i -e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \ + -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \ + -e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \ src/Makefile.in || die "sed failed" sed -i -e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \ -e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \ src/Makefile.in src/*.mak || die "sed failed" - ln -s src/configure.ac . - ln -s src/Makefile.in . cp /usr/share/automake-1.9/install-sh "${S}" AT_NOELIBTOOLIZE="yes" eautoreconf cd ijs -- cgit v1.2.3-65-gdbad