diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-03-29 12:17:43 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-03-29 12:17:43 +0000 |
commit | 60d56891a7e3d17313e5a47d3058fcd1fc80be6c (patch) | |
tree | a1dcf80980543c87b8918cd0fe24f67f623af6d5 /app-text | |
parent | qemu snapshot test mask (diff) | |
download | gentoo-2-60d56891a7e3d17313e5a47d3058fcd1fc80be6c.tar.gz gentoo-2-60d56891a7e3d17313e5a47d3058fcd1fc80be6c.tar.bz2 gentoo-2-60d56891a7e3d17313e5a47d3058fcd1fc80be6c.zip |
Fix homepage thanks to Colin Macdonald <cbm@sfu.ca> in bug 122069
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index c1f32843e619..eec57dc423ec 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2006/02/16 19:05:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.18 2006/03/29 12:17:43 genstef Exp $ + + 29 Mar 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-esp-8.15.1.ebuild: + Fix homepage thanks to Colin Macdonald <cbm@sfu.ca> in bug 122069 07 Feb 2006; Simon Stelling <blubb@gentoo.org> +files/ghostscript-esp-8.15.1-fPIC.patch, ghostscript-esp-8.15.1.ebuild: diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild index 02bf1a30abf4..0b7b277d330d 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild @@ -1,11 +1,11 @@ # 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.1.ebuild,v 1.11 2006/03/21 02:49:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild,v 1.12 2006/03/29 12:17:43 genstef Exp $ inherit eutils autotools flag-o-matic DESCRIPTION="ESP Ghostscript -- an enhanced version of GPL Ghostscript with better printer support" -HOMEPAGE="http://www.cups.org/ghostscript.php" +HOMEPAGE="http://www.cups.org/espgs" MY_P=espgs-${PV} PVM=${PV%.[0-9]} @@ -65,7 +65,7 @@ src_unpack() { fi # search path fix - sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):"\ + sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \ Makefile.in || die "sed failed" sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \ Makefile.in || die "sed failed" @@ -110,7 +110,7 @@ src_install() { doins doc/gsdoc.el fi - if use cjk ; then + if use cjk; then dodir /usr/share/ghostscript/Resource dodir /usr/share/ghostscript/Resource/Font dodir /usr/share/ghostscript/Resource/CIDFont |