summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-08-14 19:47:18 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-08-14 19:47:18 +0000
commita58cd15a38435052e3cff19d7529008e063b2d79 (patch)
treec319ac10d309142f4e6d1b53b557bae3a2f28508 /app-text
parentstable on ppc64, bug #60309 (Manifest recommit) (diff)
downloadgentoo-2-a58cd15a38435052e3cff19d7529008e063b2d79.tar.gz
gentoo-2-a58cd15a38435052e3cff19d7529008e063b2d79.tar.bz2
gentoo-2-a58cd15a38435052e3cff19d7529008e063b2d79.zip
Minor fix
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript/ChangeLog5
-rw-r--r--app-text/ghostscript/ghostscript-7.05.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog
index 1290efd75d89..41d1feede119 100644
--- a/app-text/ghostscript/ChangeLog
+++ b/app-text/ghostscript/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/ghostscript
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.64 2004/08/11 08:15:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.65 2004/08/14 19:47:18 lu_zero Exp $
+
+ 14 Aug 2004; Luca Barbato <lu_zero@gentoo.org> ghostscript-7.05.6.ebuild:
+ bzip2 invocation fix
*ghostscript-7.07.1-r5 (11 Aug 2004)
diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild
index 1e75dd2dd132..a609254b1a2c 100644
--- a/app-text/ghostscript/ghostscript-7.05.6.ebuild
+++ b/app-text/ghostscript/ghostscript-7.05.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.16 2004/08/04 16:10:14 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.17 2004/08/14 19:47:18 lu_zero Exp $
inherit eutils
@@ -39,7 +39,7 @@ src_unpack() {
# Brother HL-12XX support
cp ${FILESDIR}/gs7.05-gdevhl12.c.bz2 ${S}/src/gdevhl12.c.bz2 || die
- bzip2 -d ${S}/src/gdevhl12.c.bz2 || die
+ bzip2 -df ${S}/src/gdevhl12.c.bz2 || die
mv ${S}/src/Makefile.in ${S}/src/Makefile.in.orig
sed 's#^\(DEVICE_DEVS6=.*\)$#\1 $(DD)hl1240.dev $(DD)hl1250.dev#' \
${S}/src/Makefile.in.orig > ${S}/src/Makefile.in || die