summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 15:13:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 15:13:45 +0000
commit8e5c0af58c1802989237b2c3b6830196b387434b (patch)
treec92c3e6c4f98502d2b239b9085327dd36ddf1a83 /app-text/ghostscript-afpl
parentadded ~ppc keyword (Manifest recommit) (diff)
downloadgentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.tar.gz
gentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.tar.bz2
gentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.zip
Fix use invocation
Diffstat (limited to 'app-text/ghostscript-afpl')
-rw-r--r--app-text/ghostscript-afpl/ChangeLog6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild8
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index 4345d9de8a59..e73bb05c66d2 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.12 2004/05/07 10:29:56 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.13 2004/06/02 15:13:45 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
+ Fix use invocation
25 Apr 2004; Aron Griffis <agriffis@gentoo.org>
ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
index e5c6bbd9db9a..be54875f773a 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.6 2004/04/25 23:00:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.7 2004/06/02 15:13:45 agriffis Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_unpack() {
unpack ghostscript-fonts-std-${FONTS_PV}.tar.gz
# cups support
- if [ `use cups` ]; then
+ if use cups; then
einfo "hallo"
unpack cups-${CUPS_PV}-source.tar.bz2
cp -r cups-${CUPS_PV}/pstoraster ${S}
@@ -75,7 +75,7 @@ src_compile() {
econf ${myconf} || die "econf failed"
# build cups driver with cups
- if [ `use cups` ]; then
+ if use cups; then
echo 'include pstoraster/cups.mak' >> Makefile
sed -i -e 's:DEVICE_DEVS17=:DEVICE_DEVS17=$(DD)cups.dev:' Makefile
sed -i -e 's:LDFLAGS= $(XLDFLAGS):LDFLAGS=-L/usr/include -lcups -lcupsimage $(XLDFLAGS):' Makefile
@@ -109,7 +109,7 @@ src_install() {
insinto /usr/share/emacs/site-lisp
doins doc/gsdoc.el || die
- 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
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
index c5601b07eec3..0a8854b9559c 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.5 2004/05/07 10:29:56 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.6 2004/06/02 15:13:45 agriffis Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_unpack() {
unpack ghostscript-fonts-std-${FONTS_PV}.tar.gz
# cups support
- if [ `use cups` ]; then
+ if use cups; then
unpack cups-${CUPS_PV}-source.tar.bz2
cp -r cups-${CUPS_PV}/pstoraster ${S}
cd ${S}/pstoraster
@@ -69,7 +69,7 @@ src_compile() {
econf ${myconf} || die "econf failed"
# build cups driver with cups
- if [ `use cups` ]; then
+ if use cups; then
echo 'include pstoraster/cups.mak' >> Makefile
sed -i -e 's:DEVICE_DEVS17=:DEVICE_DEVS17=$(DD)cups.dev:' Makefile
sed -i -e 's:LDFLAGS= $(XLDFLAGS):LDFLAGS=-L/usr/include -lcups -lcupsimage $(XLDFLAGS):' Makefile
@@ -103,7 +103,7 @@ src_install() {
insinto /usr/share/emacs/site-lisp
doins doc/gsdoc.el || die
- 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