commit:     eef9430478b0848c0b3a6abf3e7321dcc29704fa
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 03:26:41 2024 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 03:34:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef94304

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 <AT> gentoo.org>

 app-text/gocr/Manifest            |  1 -
 app-text/gocr/gocr-0.52-r1.ebuild | 53 ---------------------------------------
 app-text/gocr/gocr-0.52.ebuild    | 53 ---------------------------------------
 app-text/gocr/metadata.xml        |  8 ------
 profiles/package.mask             |  8 ------
 5 files changed, 123 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index ec3444fb9ee3..567e12688c5d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -504,14 +504,6 @@ virtual/python-greenlet
 # Removal on 2023-12-30.  Bug #916535.
 dev-python/backcall
 
-# John Helmert III <a...@gentoo.org> (2023-11-25)
-# Multiple vulnerabilities, unmaintained upstream and in Gentoo.
-# subtitleripper included as sole reverse dependency, similarly
-# unmaintained, and with no other reverse dependencies.
-# Removal on 2023-12-24, bug #824290.
-app-text/gocr
-media-video/subtitleripper
-
 # Sam James <s...@gentoo.org> (2023-11-25)
 # Breaks desktop icon rendering, see bug #904468.
 # Upstream bug: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/242

Reply via email to