diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:13:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:13:45 +0000 |
commit | 8e5c0af58c1802989237b2c3b6830196b387434b (patch) | |
tree | c92c3e6c4f98502d2b239b9085327dd36ddf1a83 /app-text/gocr | |
parent | added ~ppc keyword (Manifest recommit) (diff) | |
download | gentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.tar.gz gentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.tar.bz2 gentoo-2-8e5c0af58c1802989237b2c3b6830196b387434b.zip |
Fix use invocation
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.37.ebuild | 4 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.39.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
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} |