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
parentgames-sports/tuxfootball: Whitespace. (diff)
downloadsunrise-reviewed-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.gz
sunrise-reviewed-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.bz2
sunrise-reviewed-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')
-rw-r--r--app-text/ocropus-svn/ChangeLog15
-rw-r--r--app-text/ocropus-svn/Manifest3
-rw-r--r--app-text/ocropus-svn/metadata.xml11
-rw-r--r--app-text/ocropus-svn/ocropus-svn-9999.ebuild39
4 files changed, 0 insertions, 68 deletions
diff --git a/app-text/ocropus-svn/ChangeLog b/app-text/ocropus-svn/ChangeLog
deleted file mode 100644
index 21c674019..000000000
--- a/app-text/ocropus-svn/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for app-text/ocropus-svn
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 11 Sep 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> metadata.xml:
- Fix metadata.xml
-
- 18 Jul 2007; Bradford Folkens (mobilfunk) <bfolkens@gmail.com>
- ocropus-svn-9999.ebuild:
- Added more die messages and fixed some spacing issues
-
- 18 Jul 2007; Bradford Folkens (mobilfunk) <bfolkens@gmail.com>
- +metadata.xml, +ocropus-svn-9999.ebuild:
- Bug 185810 - Created new ebuild for OCRopus system at Google Code
-
diff --git a/app-text/ocropus-svn/Manifest b/app-text/ocropus-svn/Manifest
deleted file mode 100644
index 94fe1a233..000000000
--- a/app-text/ocropus-svn/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD ocropus-svn-9999.ebuild 808 RMD160 6048b5acb42b1ec76358807ab917902f2e04272f SHA1 71220a08480fe8c31a08d83bd3a23218b1e57cfa SHA256 09c1be30e9901521953e92614f4f65c2069edfb5b0e576b9ad616c7d210f5b4f
-MISC ChangeLog 537 RMD160 e010ddba5e6241783c7cf0cd33e97d9192f6354b SHA1 b178275532ba5b0a4208a26768373b11ab87aac2 SHA256 9cc60793dd234ca78730c1c09c39f9d2769e0f59b49d6d947696ff948c54e453
-MISC metadata.xml 484 RMD160 1831b55edbc2100fc656cb779d9f2c42fce15aa6 SHA1 520354b09f629cb6e0ef1af926b4813da15b39cd SHA256 4175a79b8acc38a628ccd15008d40e45cabd68b9962d8f5b5331d9ef8fe5cefb
diff --git a/app-text/ocropus-svn/metadata.xml b/app-text/ocropus-svn/metadata.xml
deleted file mode 100644
index 44e288493..000000000
--- a/app-text/ocropus-svn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-<longdescription lang="en">
- OCRopus is a state-of-the-art document analysis and OCR system, featuring
- pluggable layout analysis, pluggable character recognition, statistical
- natural language modeling, and multi-lingual capabilities.
-</longdescription>
-</pkgmetadata>
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
-}