diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 19:54:02 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 19:54:02 +0000 |
commit | 2e02d51e4411394b919439ce952b6a9663a1f8ab (patch) | |
tree | 300d017f89a08715052671fb4ef488dcd9ebe622 /app-text/ghostscript-esp | |
parent | version bump, bug 144089 (diff) | |
download | gentoo-2-2e02d51e4411394b919439ce952b6a9663a1f8ab.tar.gz gentoo-2-2e02d51e4411394b919439ce952b6a9663a1f8ab.tar.bz2 gentoo-2-2e02d51e4411394b919439ce952b6a9663a1f8ab.zip |
Fix warnings, thanks markus meier in bug 148945
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-text/ghostscript-esp')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
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 <dertobi123@gentoo.org> ghostscript-esp-8.15.3.ebuild: hppa stable, bug #148945 + 15 Oct 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-esp-8.15.3.ebuild: + Fix warnings, thanks markus meier in bug 148945 + 15 Oct 2006; Markus Rothe <corsair@gentoo.org> 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 |