Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/
Date: Mon, 04 Jul 2022 12:16:27
Message-Id: 1656936007.5abd3f324fb67b7b722eed9d5da80d265672adfb.telans@gentoo
1 commit: 5abd3f324fb67b7b722eed9d5da80d265672adfb
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Jul 4 12:00:07 2022 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Jul 4 12:00:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5abd3f32
7
8 app-text/OCRmyPDF: drop 13.4.3
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 app-text/OCRmyPDF/Manifest | 1 -
13 app-text/OCRmyPDF/OCRmyPDF-13.4.3.ebuild | 57 --------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
17 index 625e70793..26cc3a9d4 100644
18 --- a/app-text/OCRmyPDF/Manifest
19 +++ b/app-text/OCRmyPDF/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST OCRmyPDF-13.4.3.tar.gz 7889740 BLAKE2B d107b83f0d66fe6d19cc22bf76851650cd75c79900eff2c1e68d02a15ffb875dfa97472f8a8e80fe7051a7a8d33b9729855277121ed2e204b50729b6171bde26 SHA512 301efe2492de00527cacb8640eea68bf3f5398ca53a932872f3c62ef85616fc45e2c08c662cb42cfca69c6e2b5debf8860b192421c4370e7191cea5dbc4bf32d
22 DIST OCRmyPDF-13.4.6.tar.gz 7890082 BLAKE2B 5d1fe4a0147dc7ca5bf5d1468e6cb23b57d436b80ec60b3cec9af4b1768af10fb387b724975e0c5e83aaa79806d4ba7a984fcf1d78f8bfaf97f42edfefa20f81 SHA512 fedf17630af21e94e45373aec45966cca2baa8abaca604a2a6820a74e62cf115bad376234b69dffad1ab26e50d5b891b1255026262512b518547f133f12c33d5
23 DIST OCRmyPDF-13.6.0.tar.gz 7897382 BLAKE2B e05df2c44b32c1de17e7352f821c4bfb86dffad1c5bbb3440fab09b5172ba0bae99de4fe93039cf70e56f901a1afc0659f06c8760fb6f1b12edb7658a9b0cb7e SHA512 d58b154dd6affd9ef69b1ff79b20daee7ac9021601a3db2b9d571410b179a826de09f4b68a4683724749856fd27e2cca608e150c94aeca8bfdbc8c4d11d22a20
24
25 diff --git a/app-text/OCRmyPDF/OCRmyPDF-13.4.3.ebuild b/app-text/OCRmyPDF/OCRmyPDF-13.4.3.ebuild
26 deleted file mode 100644
27 index 5539447dc..000000000
28 --- a/app-text/OCRmyPDF/OCRmyPDF-13.4.3.ebuild
29 +++ /dev/null
30 @@ -1,57 +0,0 @@
31 -# Copyright 2020-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{7,8,9,10} )
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -
39 -inherit bash-completion-r1 distutils-r1
40 -
41 -DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
42 -HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF"
43 -SRC_URI="https://github.com/ocrmypdf/OCRmyPDF/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MPL-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -# This uses *a lot* of RAM, I have 32gb and these tests tried to use it all
50 -RESTRICT="test"
51 -IUSE="jbig2enc"
52 -
53 -RDEPEND="
54 - app-text/ghostscript-gpl
55 - app-text/tesseract
56 - app-text/unpaper
57 - dev-python/cffi[${PYTHON_USEDEP}]
58 - dev-python/coloredlogs[${PYTHON_USEDEP}]
59 - >dev-python/pdfminer-six-20200720[${PYTHON_USEDEP}]
60 - dev-python/pikepdf[${PYTHON_USEDEP}]
61 - dev-python/pillow[${PYTHON_USEDEP}]
62 - dev-python/pluggy[${PYTHON_USEDEP}]
63 - dev-python/reportlab[${PYTHON_USEDEP}]
64 - dev-python/tqdm[${PYTHON_USEDEP}]
65 - media-gfx/img2pdf[${PYTHON_USEDEP}]
66 - media-gfx/pngquant
67 - media-libs/leptonica
68 - virtual/python-cffi[${PYTHON_USEDEP}]
69 - jbig2enc? ( media-libs/jbig2enc )
70 -"
71 -DEPEND="
72 - test? (
73 - dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
74 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
75 - ~dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
76 - )
77 -"
78 -
79 -distutils_enable_tests pytest
80 -distutils_enable_sphinx docs --no-autodoc
81 -
82 -src_install() {
83 - distutils-r1_src_install
84 - newbashcomp misc/completion/ocrmypdf.bash "${PN,,}"
85 - insinto /usr/share/fish/vendor_completions.d
86 - doins misc/completion/ocrmypdf.fish
87 -}