diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:19:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:19:09 +0000 |
commit | aaef4ba6a2b55f93718cf17bea309102b74df258 (patch) | |
tree | f1a6faea2637706434bc6b90727a42ea6450f8c7 /app-text/ghostscript | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-aaef4ba6a2b55f93718cf17bea309102b74df258.tar.gz gentoo-2-aaef4ba6a2b55f93718cf17bea309102b74df258.tar.bz2 gentoo-2-aaef4ba6a2b55f93718cf17bea309102b74df258.zip |
Fix use invocation
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r2.ebuild | 8 |
3 files changed, 12 insertions, 8 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/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 |