diff options
author | John Helmert III <ajak@gentoo.org> | 2024-01-07 19:26:41 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-01-07 19:34:23 -0800 |
commit | eef9430478b0848c0b3a6abf3e7321dcc29704fa (patch) | |
tree | 017fe37d0ca2778a41037c51115b73f72b94f921 /app-text | |
parent | media-video/subtitleripper: treeclean (diff) | |
download | gentoo-eef9430478b0848c0b3a6abf3e7321dcc29704fa.tar.gz gentoo-eef9430478b0848c0b3a6abf3e7321dcc29704fa.tar.bz2 gentoo-eef9430478b0848c0b3a6abf3e7321dcc29704fa.zip |
app-text/gocr: treeclean
Bug: https://bugs.gentoo.org/323619
Bug: https://bugs.gentoo.org/824290
Bug: https://bugs.gentoo.org/850436
Bug: https://bugs.gentoo.org/865999
Bug: https://bugs.gentoo.org/913696
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gocr/Manifest | 1 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.52-r1.ebuild | 53 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.52.ebuild | 53 | ||||
-rw-r--r-- | app-text/gocr/metadata.xml | 8 |
4 files changed, 0 insertions, 115 deletions
diff --git a/app-text/gocr/Manifest b/app-text/gocr/Manifest deleted file mode 100644 index fcea4e26ef4d..000000000000 --- a/app-text/gocr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gocr-0.52.tar.gz 445401 BLAKE2B 1f22f5377bb95053e3ab4ede074b3fceca4065f9ca0ede05a8023ebe807f41074f5ead84e133281e98be7f68f13b036dc759cccaf4a5688bf776f62f2de1970a SHA512 e2e6e690e7a32e32237c8b64b1a11719680c560592349df43f4b230f3c92bf324f98e473979b0913c42e33e8abbaf27952b6af173ea06eb5535878a9f608ce6d diff --git a/app-text/gocr/gocr-0.52-r1.ebuild b/app-text/gocr/gocr-0.52-r1.ebuild deleted file mode 100644 index c598b8bc26bd..000000000000 --- a/app-text/gocr/gocr-0.52-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="An OCR (Optical Character Recognition) reader" -HOMEPAGE="https://www-e.uni-magdeburg.de/jschulen/ocr/" -SRC_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc scanner tk" - -DEPEND=" - >=media-libs/netpbm-9.12 - doc? ( - >=media-gfx/fig2dev-3.2.9-r1 - app-text/ghostscript-gpl - ) - tk? ( dev-lang/tk )" -RDEPEND="${DEPEND} - tk? ( - media-gfx/xli - scanner? ( media-gfx/xsane ) - )" - -src_compile() { - local targets=( src man ) - use doc && targets+=( doc examples ) - - emake "${targets[@]}" -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" exec_prefix="${EPREFIX}/usr" install - einstalldocs - dodoc HISTORY REMARK.txt REVIEW - - # remove the tk frontend if tk is not selected - if ! use tk; then - rm "${ED}"/usr/bin/gocr.tcl || die - fi - - # and install the documentation and examples - if use doc; then - dodoc doc/gocr.html doc/examples.txt doc/unicode.txt - - docinto examples - dodoc examples/*.{fig,tex,pcx} - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/app-text/gocr/gocr-0.52.ebuild b/app-text/gocr/gocr-0.52.ebuild deleted file mode 100644 index 15ee63bf96ef..000000000000 --- a/app-text/gocr/gocr-0.52.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="An OCR (Optical Character Recognition) reader" -HOMEPAGE="https://www-e.uni-magdeburg.de/jschulen/ocr/" -SRC_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc scanner tk" - -DEPEND=" - >=media-libs/netpbm-9.12 - doc? ( - >=media-gfx/transfig-3.2 - app-text/ghostscript-gpl - ) - tk? ( dev-lang/tk )" -RDEPEND="${DEPEND} - tk? ( - media-gfx/xli - scanner? ( media-gfx/xsane ) - )" - -src_compile() { - local targets=( src man ) - use doc && targets+=( doc examples ) - - emake "${targets[@]}" -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" exec_prefix="${EPREFIX}/usr" install - einstalldocs - dodoc HISTORY REMARK.txt REVIEW - - # remove the tk frontend if tk is not selected - if ! use tk; then - rm "${ED}"/usr/bin/gocr.tcl || die - fi - - # and install the documentation and examples - if use doc; then - dodoc doc/gocr.html doc/examples.txt doc/unicode.txt - - docinto examples - dodoc examples/*.{fig,tex,pcx} - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/app-text/gocr/metadata.xml b/app-text/gocr/metadata.xml deleted file mode 100644 index 20f8c25eb8ae..000000000000 --- a/app-text/gocr/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">jocr</remote-id> - </upstream> -</pkgmetadata> |