public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/
Date: Thu,  4 May 2023 02:02:58 +0000 (UTC)	[thread overview]
Message-ID: <1683163306.8fcb4b812e6cb13a85fdcd95aeae626326847d36.cybertailor@gentoo> (raw)

commit:     8fcb4b812e6cb13a85fdcd95aeae626326847d36
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May  4 01:21:46 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May  4 01:21:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fcb4b81

app-text/OCRmyPDF: drop 14.0.1-r4

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-text/OCRmyPDF/Manifest                  |  1 -
 app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild | 68 -----------------------------
 2 files changed, 69 deletions(-)

diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
index 16d46d32e..f5c8a89e7 100644
--- a/app-text/OCRmyPDF/Manifest
+++ b/app-text/OCRmyPDF/Manifest
@@ -1,2 +1 @@
-DIST OCRmyPDF-14.0.1.tar.gz 6502713 BLAKE2B fc0a1b681bbc25f091f2262ec00c9ed638e38fae9042a1fa50efaff2af915279dffd6fb9b8db73dbced2adfb8d8bf4e66417f9cb5f6dd80c78a842bf6d20fbdd SHA512 371e53bc6ff272b9b34029c7dad78e453d20c77995b5d61ceddac3b92f5f9496be726c8da8a07c75504a2a7626ba8cefb2f2d6e8288e093d5fd95ecd4546c8ce
 DIST OCRmyPDF-14.1.0.tar.gz 6508692 BLAKE2B cb9eb2a782c0640d149047190c5d92a1cf6c183346ae34f0663c26b5d5ddba9bd7c1796c390d805c29443ef04e2d2c1cf7228469d4d3ee4fc0bf7e67214b084d SHA512 f68049e14416eb9b4a28436935c70b674e8dbe1c529d94c3a0b95e1d56f7b8e785ca29daf1183323510786bb04b2b9e963ff9021d3acab73aff5ff88393eb8d3

diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild
deleted file mode 100644
index a87af6dd2..000000000
--- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-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
-}


             reply	other threads:[~2023-05-04  2:03 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04  2:02 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 14:51 [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ Anna Vyalkova
2025-02-17 13:32 Anna Vyalkova
2025-01-07 20:55 Anna Vyalkova
2024-12-26  3:17 Anna Vyalkova
2024-11-26 20:48 Anna Vyalkova
2024-11-26 20:22 Anna Vyalkova
2024-10-14 11:30 Florian Schmaus
2024-10-14 11:30 Florian Schmaus
2024-06-23 10:23 Lucio Sauer
2024-06-17 22:58 Alarig Le Lay
2024-06-17 22:55 Alarig Le Lay
2023-06-06 18:01 Anna Vyalkova
2023-04-28  7:06 Anna Vyalkova
2023-04-13  5:42 Jonas Frei
2023-02-05 19:31 Yuan Liao
2022-11-18  7:59 Anna Vyalkova
2022-11-17 22:21 Henri Gasc
2022-11-17 21:22 Anna Vyalkova
2022-11-16 15:09 Anna Vyalkova
2022-11-16 15:09 Anna Vyalkova
2022-11-04 19:43 Anna Vyalkova
2022-10-30 13:49 Anna Vyalkova
2022-10-30 13:49 Anna Vyalkova
2022-10-29  5:54 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-10-29  5:51 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-10-25  4:12 Carlos Eduardo
2022-07-04 12:16 Theo Anderson
2022-07-04 12:16 Theo Anderson
2022-07-04 12:16 Theo Anderson
2022-06-01  5:03 Anna Vyalkova
2022-06-01  5:03 Anna Vyalkova
2022-05-29 16:18 Carlos Eduardo
2022-04-20 19:04 Alexandru Campeanu
2022-04-20 13:35 Carlos Eduardo
2022-03-20 19:19 Carlos Eduardo
2022-02-22 21:25 Carlos Eduardo
2022-01-29 22:43 Carlos Eduardo
2021-10-04  8:11 Theo Anderson
2021-07-02  7:59 Alarig Le Lay
2021-04-28  2:16 Theo Anderson
2021-04-28  2:16 Theo Anderson
2021-03-26 20:42 Theo Anderson
2021-03-02  9:02 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-03-02  9:00 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-03-02  9:00 Theo Anderson
2021-02-16 21:10 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-02-16  2:03 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-02-16 21:10 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-02-16  2:03 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-02-08  3:02 Theo Anderson
2021-02-08  3:02 Theo Anderson
2021-01-11  5:27 Theo Anderson
2021-01-11  5:27 Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-04  5:39 Theo Anderson
2021-01-04  5:39 Theo Anderson
2021-01-04  5:39 Theo Anderson
2020-12-31  8:21 Theo Anderson
2020-12-26  9:09 Theo Anderson
2020-12-18 19:05 Andrew Ammerlaan
2020-04-16 18:28 Alarig Le Lay
2020-04-16 17:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-16 17:13 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-15 18:30 Alarig Le Lay
2020-04-15 18:30 Alarig Le Lay
2020-04-15 18:30 Alarig Le Lay
2020-04-15 17:33 Alarig Le Lay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1683163306.8fcb4b812e6cb13a85fdcd95aeae626326847d36.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox