2024-06-17 23:18:59 UTC

This commit is contained in:
Repository mirror & CI
2024-06-17 23:18:59 +00:00
parent 1889e05eb3
commit 00746745b1
5 changed files with 20 additions and 20 deletions

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( >=app-text/unpaper-6.1 dev-python/pytest-helpers-namespace[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-xmp-toolkit-2.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=media-libs/jbig2enc-0.29 >=media-gfx/pngquant-2.5 ) test? ( >=app-text/ghostscript-gpl-9.50 >=app-text/pdfminer-20201018[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/coloredlogs-14.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/deprecation-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/packaging-20[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >dev-python/pikepdf-5.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pillow-8.2.0[lcms,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pluggy-0.13.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/reportlab-3.5.66[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/tqdm-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=media-gfx/img2pdf-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-issues[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/sphinx-issues[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=OCRmyPDF adds an OCR text layer to scanned PDF files
EAPI=8
HOMEPAGE=https://github.com/ocrmypdf/OCRmyPDF
INHERIT=distutils-r1 optfeature shell-completion
IUSE=test doc python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB
RDEPEND=>=app-text/ghostscript-gpl-9.50 >=app-text/pdfminer-20201018[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/coloredlogs-14.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/deprecation-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/packaging-20[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >dev-python/pikepdf-5.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pillow-8.2.0[lcms,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pluggy-0.13.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/reportlab-3.5.66[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/tqdm-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=media-gfx/img2pdf-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/OCRmyPDF/OCRmyPDF/archive/v14.1.0.tar.gz -> OCRmyPDF-14.1.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=3e036728cce0b7ae17d457689aacf550

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( app-text/tessdata_fast[l10n_de,l10n_en] >=app-text/unpaper-6.1 >=dev-python/hypothesis-6.36.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-helpers-namespace[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-xmp-toolkit-2.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/exempi:2 >=media-libs/jbig2enc-0.29 media-libs/libxmp >=media-gfx/pngquant-2.5 >=dev-python/pytest-6.2.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-cov-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-xdist-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/reportlab-3.6.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/coverage-6.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/humanfriendly[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/coloredlogs-14.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/pikepdf-5.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/reportlab-3.5.66[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tqdm-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/sphinx-issues[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-issues[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=OCRmyPDF adds an OCR text layer to scanned PDF files
EAPI=8
HOMEPAGE=https://github.com/ocrmypdf/OCRmyPDF
INHERIT=distutils-r1 optfeature shell-completion
IUSE=test doc python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB
RDEPEND=>=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/coloredlogs-14.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/pikepdf-5.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/reportlab-3.5.66[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tqdm-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/OCRmyPDF/OCRmyPDF/archive/v16.3.1.tar.gz -> OCRmyPDF-16.3.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=0b3e0f31d674086832b49a964ad6a769

View File

@@ -5,11 +5,11 @@ DESCRIPTION=A Matrix-Signal puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/signal
INHERIT=go-module systemd
KEYWORDS=~amd64
KEYWORDS=**
LICENSE=AGPL-3
RDEPEND=acct-user/mautrix-signal dev-libs/olm
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/mautrix/signal/archive/v0.6.2.tar.gz -> mautrix-signal-0.6.2.gh.tar.gz https://herbizarre.swordarmor.fr/garbage/mautrix-signal-0.6.2-deps.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 go-env dbefaac6fd7019213514bccd65949d9a go-module 83fd3ed1657cfc316c93d6a37018290d systemd c8b03e8df84486aa991d4396686e8942
_md5_=399b0d236a4b84a439c66782ccf4f195
_md5_=e1f5fb478b8672bc8d043992cbd35324

View File

@@ -318,7 +318,7 @@ app-shells/zsh-async 1.8.5_p20211005 1.8.6: Run multiple asynchronous jobs with
app-shells/zsh-autocomplete 23.07.13 9999: Real-time type-ahead completion for Zsh.
app-shells/zsh-autosuggestions 0.7.0-r2: Fish-like autosuggestions for zsh
app-shells/zsh-history-substring-search 1.0.2 1.1.0: ZSH port of Fish history search (up arrow)
app-text/OCRmyPDF 14.1.0 14.2.1: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/OCRmyPDF 14.2.1 16.3.1: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/cmark-gfm 0.29.0.13: GitHub's fork of cmark
app-text/code-minimap 0.6.4 0.6.7: A high performance code minimap generator
app-text/dooit 2.2.0-r1: A TUI todo manager

View File

@@ -1 +1 @@
Mon, 17 Jun 2024 21:48:58 +0000
Mon, 17 Jun 2024 23:18:59 +0000