summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 15:19:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 15:19:09 +0000
commit569e30d1d843ed88473a46598115aa894a6a1cb1 (patch)
tree21a1e0318b10f4a8f3c18c681537151cdc407304 /app-text/ghostscript
parentFix use invocation (diff)
downloadhistorical-569e30d1d843ed88473a46598115aa894a6a1cb1.tar.gz
historical-569e30d1d843ed88473a46598115aa894a6a1cb1.tar.bz2
historical-569e30d1d843ed88473a46598115aa894a6a1cb1.zip
Fix use invocation
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r--app-text/ghostscript/ChangeLog6
-rw-r--r--app-text/ghostscript/Manifest6
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r1.ebuild6
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r2.ebuild8
4 files changed, 15 insertions, 11 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog
index 489ed520f73b..ee23ceb75b96 100644
--- a/app-text/ghostscript/ChangeLog
+++ b/app-text/ghostscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.51 2004/05/14 01:56:30 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.52 2004/06/02 15:19:09 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ ghostscript-7.07.1-r1.ebuild, ghostscript-7.07.1-r2.ebuild:
+ Fix use invocation
13 May 2004; Stephen P. Becker <geoman@gentoo.org>
ghostscript-7.07.1-r1.ebuild:
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest
index 7c1a047f1449..5f12f86055ae 100644
--- a/app-text/ghostscript/Manifest
+++ b/app-text/ghostscript/Manifest
@@ -1,6 +1,6 @@
-MD5 c25902b9db7a958d18a77d66cbfbfdb3 ghostscript-7.07.1-r2.ebuild 3214
-MD5 afb27577a0d78ef6631a64a09beb53c6 ghostscript-7.07.1-r1.ebuild 3103
-MD5 bf9d88ff5bff1440d8daf0db34c5f685 ChangeLog 8889
+MD5 a00b99bd083870392c93d89a88010895 ghostscript-7.07.1-r2.ebuild 3194
+MD5 1e1d7dee55899a20f03f83af541dfa46 ghostscript-7.07.1-r1.ebuild 3092
+MD5 0902fd61b810862d85bbf2847191e6b7 ChangeLog 9024
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774
MD5 acda8ddfde1efeaf451cb28a67dcc773 files/gs7.07.1-krgb.patch.gz 5569
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
index 5da8a86adb3c..34b57454300f 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r1.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/ghostscript-7.07.1-r1.ebuild,v 1.8 2004/05/14 01:56:30 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild,v 1.9 2004/06/02 15:19:09 agriffis Exp $
inherit flag-o-matic eutils gcc
@@ -37,7 +37,7 @@ src_unpack() {
cd ${S}
- if [ `use cjk` ] ; then
+ if use cjk ; then
epatch ${FILESDIR}/gs7.05.6-cjk.diff
epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch
fi
@@ -98,7 +98,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/ghostscript-7.07.1-r2.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild
index 5a17c09444d8..d3bae25e5a86 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r2.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/ghostscript-7.07.1-r2.ebuild,v 1.5 2004/05/04 22:53:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild,v 1.6 2004/06/02 15:19:09 agriffis Exp $
inherit flag-o-matic eutils gcc
@@ -37,7 +37,7 @@ src_unpack() {
cd ${S}
- if [ `use cjk` ] ; then
+ if use cjk ; then
epatch ${FILESDIR}/gs7.05.6-cjk.diff
epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch
fi
@@ -100,12 +100,12 @@ src_install() {
dodoc doc/README doc/COPYING doc/COPYING.LGPL
dohtml doc/*.html doc/*.htm
- if [ `use emacs` ]; then
+ if use emacs; then
insinto /usr/share/emacs/site-lisp
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