summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-03-21 19:16:43 +0000
committerMamoru Komachi <usata@gentoo.org>2004-03-21 19:16:43 +0000
commit026f7d944114493aa03a0f422d457e5b45ddd260 (patch)
tree136e5adf0efda6d63c1125db70a267a002fbeeea /app-text/gocr
parentAdd check for xfree version. (Manifest recommit) (diff)
downloadgentoo-2-026f7d944114493aa03a0f422d457e5b45ddd260.tar.gz
gentoo-2-026f7d944114493aa03a0f422d457e5b45ddd260.tar.bz2
gentoo-2-026f7d944114493aa03a0f422d457e5b45ddd260.zip
Marked 0.3.6-r3 as stable, closing bug #45242. Changed netpbm dependency to not require 10
Diffstat (limited to 'app-text/gocr')
-rw-r--r--app-text/gocr/ChangeLog7
-rw-r--r--app-text/gocr/files/digest-gocr-0.3.6-r21
-rw-r--r--app-text/gocr/gocr-0.3.6-r2.ebuild55
-rw-r--r--app-text/gocr/gocr-0.3.6-r3.ebuild4
-rw-r--r--app-text/gocr/gocr-0.37.ebuild4
-rw-r--r--app-text/gocr/gocr-0.39.ebuild4
6 files changed, 12 insertions, 63 deletions
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog
index 5a1050968d80..9630a3792933 100644
--- a/app-text/gocr/ChangeLog
+++ b/app-text/gocr/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2004/03/12 06:21:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.15 2004/03/21 19:16:43 usata Exp $
+
+ 22 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> gocr-0.3.6-r2.ebuild,
+ gocr-0.3.6-r3.ebuild, gocr-0.37.ebuild, gocr-0.39.ebuild:
+ Marked 0.3.6-r3 as stable, closing bug #45242
+ Changed netpbm dependency to not require 10
*gocr-0.39 (12 Mar 2004)
diff --git a/app-text/gocr/files/digest-gocr-0.3.6-r2 b/app-text/gocr/files/digest-gocr-0.3.6-r2
deleted file mode 100644
index 9dfd2823000b..000000000000
--- a/app-text/gocr/files/digest-gocr-0.3.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47dadd37fe434c9e33443288119878a5 gocr-0.3.6.tar.gz 668653
diff --git a/app-text/gocr/gocr-0.3.6-r2.ebuild b/app-text/gocr/gocr-0.3.6-r2.ebuild
deleted file mode 100644
index c03bf10011c1..000000000000
--- a/app-text/gocr/gocr-0.3.6-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.3.6-r2.ebuild,v 1.15 2004/02/10 14:32:14 obz Exp $
-
-DESCRIPTION="Converts PNM to ASCII"
-SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz"
-HOMEPAGE="http://jocr.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
-IUSE="tetex"
-
-RDEPEND="=media-libs/netpbm-9.12*"
-DEPEND="${RDEPEND}
- app-text/tetex
- virtual/ghostscript
- tetex? ( >=media-gfx/transfig-3.2.3d-r1 )"
-
-src_unpack() {
- unpack ${A}
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
- cd ${S}
- autoconf
- cd ${S}/doc
- cp Makefile.in Makefile.orig
- sed -e "s:\$(DVIPS) \$?:\$(DVIPS) -o \$(OCRDOC).ps \$?:" \
- Makefile.orig > Makefile.in
- cd ../bin
- mv gocr.tcl gocr.orig
- sed -e "s:\.\./examples:/usr/share/gocr/fonts:" \
- gocr.orig > gocr.tcl
- cd ../src
- cp database.c database.orig
- sed -e "s:\./db/:${D}/usr/share/gocr/db/:" database.orig > database.c
- cd ../examples
- cp Makefile Makefile.orig
- sed -e "s:polish.pbm man.pbm:polish.pbm:" Makefile.orig > Makefile
-}
-
-src_compile() {
- addwrite "/usr/share/texmf/fonts/pk"
- addwrite "/usr/share/texmf/ls-R"
- econf
- make || die
- make src frontend database || die
- if [ `use tetex` ] ; then
- make examples || die
- fi
-}
-
-src_install() {
- addwrite "/usr/share/texmf"
- make install DESTDIR=${D}/usr || die
-}
diff --git a/app-text/gocr/gocr-0.3.6-r3.ebuild b/app-text/gocr/gocr-0.3.6-r3.ebuild
index b08a96a60cfc..487b4449cfb8 100644
--- a/app-text/gocr/gocr-0.3.6-r3.ebuild
+++ b/app-text/gocr/gocr-0.3.6-r3.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.3.6-r3.ebuild,v 1.1 2004/03/12 06:21:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r3.ebuild,v 1.2 2004/03/21 19:16:43 usata Exp $
DESCRIPTION="Converts PNM to ASCII"
SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://jocr.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="x86 sparc"
IUSE="doc"
RDEPEND=">=media-libs/netpbm-9.12"
diff --git a/app-text/gocr/gocr-0.37.ebuild b/app-text/gocr/gocr-0.37.ebuild
index 4ad2ca0bdda9..d74be1893705 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.3 2004/02/27 01:52:29 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.37.ebuild,v 1.4 2004/03/21 19:16:43 usata Exp $
DESCRIPTION="An OCR (Optical Character Recognition) reader"
HOMEPAGE="http://jocr.sourceforge.net"
@@ -11,7 +11,7 @@ IUSE="gtk doc"
SLOT="0"
KEYWORDS="~x86 amd64"
-DEPEND=">=media-libs/netpbm-10
+DEPEND=">=media-libs/netpbm-9.12
doc? ( >=media-gfx/transfig-3.2 )
gtk? ( =x11-libs/gtk+-1* )"
diff --git a/app-text/gocr/gocr-0.39.ebuild b/app-text/gocr/gocr-0.39.ebuild
index 659c0d789b5b..0bdcb2e3b85e 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.1 2004/03/12 06:21:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.39.ebuild,v 1.2 2004/03/21 19:16:43 usata Exp $
DESCRIPTION="An OCR (Optical Character Recognition) reader"
HOMEPAGE="http://jocr.sourceforge.net"
@@ -11,7 +11,7 @@ IUSE="gtk doc"
SLOT="0"
KEYWORDS="~x86 ~amd64"
-DEPEND=">=media-libs/netpbm-10
+DEPEND=">=media-libs/netpbm-9.12
doc? ( >=media-gfx/transfig-3.2 )
gtk? ( =x11-libs/gtk+-1* )"