commit:     ba64e8c19dbda1dfdbe99978ec94dc22e6e08e16
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Tue Feb 16 02:03:50 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 16 02:03:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba64e8c1

app-text/OCRmyPDF: drop old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 app-text/OCRmyPDF/Manifest               |  1 -
 app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild | 67 --------------------------------
 2 files changed, 68 deletions(-)

diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
index f904cb5d..f4b96e17 100644
--- a/app-text/OCRmyPDF/Manifest
+++ b/app-text/OCRmyPDF/Manifest
@@ -1,3 +1,2 @@
-DIST OCRmyPDF-11.5.0.tar.gz 7884615 BLAKE2B 
e0b298e011aa648b9d94febbead532d97af510e7281d1d0a8b828843627b9ad326a863e4bc7060a6fd746f114676449ea3575d94d60c30cf08873b06eb31b244
 SHA512 
e40d28a6b21e729077f34d3e1012965a3f162e4374c0e8c88acc05b143c14626829f25f2c91bb8995aca7609778fac78c91d89c6186109194fc1f211a3462e41
 DIST OCRmyPDF-11.6.0.tar.gz 7884950 BLAKE2B 
408693ccb73e3c4c0298de27f2c8bff76ca50805a2dc1f84d25e8e5731d31631be238780a8b169d6d42c8a948b58d8708d95b0f0baf30d75deae4e4eac787106
 SHA512 
d77bbd5adb67a5e354162690665db62cd5baaa6f68443d2303f319d029c0a61b93d9363f5758fabf6d84959a8e07c164be7518f4bcc9f1d4d3408f116bc8caad
 DIST OCRmyPDF-11.6.2.tar.gz 7885633 BLAKE2B 
a4c09a8088abe3f9e984e8c7ce1b58699c5e40c46de8e9f81ac43838772541758467887b22c3a9fe8026fb8cd125466968e5745af69c9760a0f470879e40685b
 SHA512 
1f92022352b63d2642a0fd49ea72d70973c08d2b2cc84d3d92f06bfd883a858f7dba06f83a921245846d20fc90a1afa0570e7d58fe673e1dfad82e5e047e8de3

diff --git a/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild
deleted file mode 100644
index bf5a296b..00000000
--- a/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
-HOMEPAGE="https://github.com/jbarlow83/OCRmyPDF";
-SRC_URI="https://github.com/jbarlow83/OCRmyPDF/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# This uses *a lot* of RAM, I have 32gb and these tests tried to use it all
-RESTRICT="test"
-IUSE="jbig2enc"
-
-RDEPEND="
-       app-text/ghostscript-gpl
-       app-text/tesseract
-       app-text/unpaper
-       dev-python/cffi[${PYTHON_USEDEP}]
-       dev-python/coloredlogs[${PYTHON_USEDEP}]
-       >=dev-python/pdfminer-six-20191110[${PYTHON_USEDEP}]
-       <=dev-python/pdfminer-six-20201018[${PYTHON_USEDEP}]
-       dev-python/pikepdf[${PYTHON_USEDEP}]
-       dev-python/pillow[${PYTHON_USEDEP}]
-       dev-python/pluggy[${PYTHON_USEDEP}]
-       dev-python/reportlab[${PYTHON_USEDEP}]
-       dev-python/tqdm[${PYTHON_USEDEP}]
-       media-gfx/img2pdf[${PYTHON_USEDEP}]
-       media-gfx/pngquant
-       media-libs/leptonica
-       virtual/python-cffi[${PYTHON_USEDEP}]
-       jbig2enc? ( media-libs/jbig2enc )
-"
-DEPEND="
-       test? (
-               dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               ~dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs --no-autodoc
-
-python_prepare_all() {
-       # do not depend on deprecated dep
-       sed -i -e '/pytest-runner/d' setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       newbashcomp "${S}"/misc/completion/ocrmypdf.bash "${PN,,}"
-
-       insinto /usr/share/fish/vendor_completions.d
-       doins "${S}"/misc/completion/ocrmypdf.fish
-}

Reply via email to