summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--app-text/gocr/ChangeLog6
-rw-r--r--app-text/gocr/gocr-0.37.ebuild4
-rw-r--r--app-text/gocr/gocr-0.39.ebuild4
6 files changed, 22 insertions, 14 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
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog
index 9c9b4c16b7f3..744ea0206efd 100644
--- a/app-text/gocr/ChangeLog
+++ b/app-text/gocr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gocr
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.18 2004/05/10 16:58:14 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.19 2004/06/02 15:11:47 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> gocr-0.37.ebuild,
+ gocr-0.39.ebuild:
+ Fix use invocation
10 May 2004; Ferris McCormick <fmccor@gentoo.org> gocr-0.39.ebuild:
Marked stable for sparc.
diff --git a/app-text/gocr/gocr-0.37.ebuild b/app-text/gocr/gocr-0.37.ebuild
index bd3d1553aa37..747216639285 100644
--- a/app-text/gocr/gocr-0.37.ebuild
+++ b/app-text/gocr/gocr-0.37.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/gocr/gocr-0.37.ebuild,v 1.5 2004/04/26 11:38:08 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.37.ebuild,v 1.6 2004/06/02 15:11:47 agriffis Exp $
DESCRIPTION="An OCR (Optical Character Recognition) reader"
HOMEPAGE="http://jocr.sourceforge.net"
@@ -44,7 +44,7 @@ src_install() {
# install the gtk frontend
use gtk && dobin ${S}/frontend/gnome/src/gtk-ocr
# and install the documentation and examples
- if [ `use doc` ] ; then
+ if use doc ; then
DOCS="${DOCS} doc/gocr.html doc/examples.txt doc/unicode.txt"
insinto /usr/share/doc/${P}/examples
doins ${S}/examples/*.{fig,tex,pcx}
diff --git a/app-text/gocr/gocr-0.39.ebuild b/app-text/gocr/gocr-0.39.ebuild
index 10cbca6dd087..fa0da70ca44b 100644
--- a/app-text/gocr/gocr-0.39.ebuild
+++ b/app-text/gocr/gocr-0.39.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/gocr/gocr-0.39.ebuild,v 1.5 2004/05/10 16:58:14 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.39.ebuild,v 1.6 2004/06/02 15:11:47 agriffis Exp $
DESCRIPTION="An OCR (Optical Character Recognition) reader"
HOMEPAGE="http://jocr.sourceforge.net"
@@ -44,7 +44,7 @@ src_install() {
# install the gtk frontend
use gtk && dobin ${S}/frontend/gnome/src/gtk-ocr
# and install the documentation and examples
- if [ `use doc` ] ; then
+ if use doc ; then
DOCS="${DOCS} doc/gocr.html doc/examples.txt doc/unicode.txt"
insinto /usr/share/doc/${P}/examples
doins ${S}/examples/*.{fig,tex,pcx}