diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-afpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog index 42b6d8829558..67166d5f33ee 100644 --- a/app-text/ghostscript-afpl/ChangeLog +++ b/app-text/ghostscript-afpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-afpl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.34 2006/01/15 00:20:39 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.35 2006/01/15 00:23:55 genstef Exp $ + + 15 Jan 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-afpl-8.53-r1.ebuild: + Also fix bug 74090 *ghostscript-afpl-8.53-r1 (15 Jan 2006) diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.ebuild index d07464fe60cb..7a08beb1e5cf 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.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-afpl/ghostscript-afpl-8.53-r1.ebuild,v 1.1 2006/01/15 00:20:39 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r1.ebuild,v 1.2 2006/01/15 00:23:55 genstef Exp $ inherit eutils @@ -71,7 +71,7 @@ src_unpack() { # Brother HL-12XX support cp ${FILESDIR}/gdevhl12.c ${S}/src/gdevhl12.c || die - cat ${FILESDIR}/gdevhl12-hl1250.mak >> ${S}/src/devs.mak || die + cat ${FILESDIR}/gdevhl12-hl1250.mak >> ${S}/src/devs.mak || die sed 's#^\(DEVICE_DEVS6=.*\)$#\1 $(DD)hl1240.dev $(DD)hl1250.dev#' \ -i ${S}/src/Makefile.in || die } @@ -106,13 +106,13 @@ src_compile() { # build ijs cd ijs ./autogen.sh - econf --prefix=${D}/usr || die "econf failed" + econf || die "econf failed" emake || die "emake failed" cd .. } src_install() { - einstall install_prefix=${D} soinstall + einstall D=/ install_prefix=${D} soinstall rm -fr ${D}/usr/share/ghostscript/${PV}/doc || die dodoc doc/README @@ -132,5 +132,5 @@ src_install() { # install ijs cd ${S}/ijs dodir /usr/bin /usr/include /usr/lib - einstall install_prefix=${D} + einstall D=/ install_prefix=${D} } |