summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
commitbd9d55ecb05065bc3a3d100e19c31a15a915e6bc (patch)
tree75701a8f9479b41e618bb283769f291f02b63915 /app-text/ocropus-svn/ocropus-svn-9999.ebuild
parentgames-sports/tuxfootball: Whitespace. (diff)
downloadsunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.gz
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.bz2
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.zip
app-misc/genealogyj-bin, app-text/ocropus-svn, dev-libs/yajl, games-action/lugaru, net-misc/Geomyidae: Remove old-masked packages.
svn path=/sunrise/; revision=11673
Diffstat (limited to 'app-text/ocropus-svn/ocropus-svn-9999.ebuild')
-rw-r--r--app-text/ocropus-svn/ocropus-svn-9999.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-text/ocropus-svn/ocropus-svn-9999.ebuild b/app-text/ocropus-svn/ocropus-svn-9999.ebuild
deleted file mode 100644
index 8f1e1f451..000000000
--- a/app-text/ocropus-svn/ocropus-svn-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit subversion
-
-DESCRIPTION="OCRopus is a state-of-the-art document analysis and OCR system."
-HOMEPAGE="http://code.google.com/p/ocropus/"
-
-ESVN_REPO_URI="http://ocropus.googlecode.com/svn/trunk"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=">=app-text/tesseract-1.04b
- app-text/aspell
- media-libs/tiff
- media-libs/libpng
- media-libs/jpeg"
-DEPEND="${RDEPEND}
- dev-util/jam"
-
-src_compile() {
- econf --with-tesseract=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- cd "${S}/testing"
- ./test-compile || die "Tests failed to compile"
- ./test-run || die "At least one test failed"
-}
-
-src_install() {
- dobin ocropus-cmd/ocropus
- dodoc README DIRS
-}