aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlarig Le Lay <alarig@swordarmor.fr>2024-06-18 00:58:23 +0200
committerAlarig Le Lay <alarig@swordarmor.fr>2024-06-18 00:58:23 +0200
commit92475e47d34bc4e2759cb22f8831a719eb54b70f (patch)
treeeab5e11269762db6c31e72d393ef149a40a665c2 /app-text
parentapp-text/OCRmyPDF: add 16.3.1 (diff)
downloadguru-92475e47d34bc4e2759cb22f8831a719eb54b70f.tar.gz
guru-92475e47d34bc4e2759cb22f8831a719eb54b70f.tar.bz2
guru-92475e47d34bc4e2759cb22f8831a719eb54b70f.zip
app-text/OCRmyPDF: drop 14.1.0
Closes: https://bugs.gentoo.org/932296 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/OCRmyPDF/Manifest1
-rw-r--r--app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild68
2 files changed, 0 insertions, 69 deletions
diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
index e9a7596f7..1155d565c 100644
--- a/app-text/OCRmyPDF/Manifest
+++ b/app-text/OCRmyPDF/Manifest
@@ -1,3 +1,2 @@
-DIST OCRmyPDF-14.1.0.tar.gz 6508692 BLAKE2B cb9eb2a782c0640d149047190c5d92a1cf6c183346ae34f0663c26b5d5ddba9bd7c1796c390d805c29443ef04e2d2c1cf7228469d4d3ee4fc0bf7e67214b084d SHA512 f68049e14416eb9b4a28436935c70b674e8dbe1c529d94c3a0b95e1d56f7b8e785ca29daf1183323510786bb04b2b9e963ff9021d3acab73aff5ff88393eb8d3
DIST OCRmyPDF-14.2.1.tar.gz 6510184 BLAKE2B db107170e5c7c8caac2518c9ec8b8fd24e3362ab257f9d2c601c90f2dd614ba08fdd389561def151188a72493c7cd7ae2e24d6cf20458661470ad4f8505ab17a SHA512 68a834325f2154e8fc8eccc1276dfca7fa04a44c5144f1d20b331bbf91625d5826f13652c05a433390b5cc5f9a821797ab0d8e7b0c05bcf5f7350b2077ed48ff
DIST OCRmyPDF-16.3.1.tar.gz 6692005 BLAKE2B f884cfbf0f69b09c5e6fcf7c35922ee85ca1df2b6a7644def5f923777d58f85a221e368df5f870519788f9ee5296c81dfaa491703ab0bb67407fa4f04293a3d3 SHA512 2e7db0cc236475a4bb95695e0d2fb9617a74342ba45f10ed016a263237360f6053ee74fd78a2fc2a7f9c135e104413d886646c147e63cfa461e2321ba472cbd9
diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild
deleted file mode 100644
index b5d6ab23a..000000000
--- a/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 optfeature shell-completion
-
-DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
-HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=app-text/ghostscript-gpl-9.50
- >=app-text/pdfminer-20201018[${PYTHON_USEDEP}]
- >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp]
- >=dev-python/coloredlogs-14.0[${PYTHON_USEDEP}]
- >=dev-python/deprecation-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20[${PYTHON_USEDEP}]
- >dev-python/pikepdf-5.0.1[${PYTHON_USEDEP}]
- >=dev-python/pillow-8.2.0[lcms,${PYTHON_USEDEP}]
- >=dev-python/pluggy-0.13.0[${PYTHON_USEDEP}]
- >=dev-python/reportlab-3.5.66[${PYTHON_USEDEP}]
- >=dev-python/tqdm-4[${PYTHON_USEDEP}]
- >=media-gfx/img2pdf-0.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- >=app-text/unpaper-6.1
- dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
- >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
- >=media-libs/jbig2enc-0.29
- >=media-gfx/pngquant-2.5
- )
-"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-issues \
- dev-python/sphinx-rtd-theme
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-src_prepare() {
- distutils-r1_src_prepare
- sed -e "/-n auto/d" -i pyproject.toml || die
-}
-
-src_install() {
- distutils-r1_src_install
- newbashcomp misc/completion/ocrmypdf.bash "${PN,,}"
-
- dofishcomp misc/completion/ocrmypdf.fish
-}
-
-pkg_postinst() {
- optfeature "JBIG2 optimization support" media-libs/jbig2enc
- optfeature "image cleaning support" app-text/unpaper
- optfeature "PNG optimization support" media-gfx/pngquant
-}