summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-01 14:35:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-01 14:39:02 +0200
commitab16b355e4d5494406992ced239c43201603e623 (patch)
treeb706086f3f9a470b3f7d5358b2bb461a87298b68 /app-text/pdfminer
parentapp-portage/overlint: Remove old (diff)
downloadgentoo-ab16b355e4d5494406992ced239c43201603e623.tar.gz
gentoo-ab16b355e4d5494406992ced239c43201603e623.tar.bz2
gentoo-ab16b355e4d5494406992ced239c43201603e623.zip
app-text/pdfminer: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/pdfminer')
-rw-r--r--app-text/pdfminer/Manifest1
-rw-r--r--app-text/pdfminer/pdfminer-20191020.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest
index 1429103931c6..f2fcd4c6ce1f 100644
--- a/app-text/pdfminer/Manifest
+++ b/app-text/pdfminer/Manifest
@@ -1,2 +1 @@
-DIST pdfminer-20191020.tar.gz 4168016 BLAKE2B 53658853f1c6948a3249b56769c4d9e28cfe8e977b8702c3802f2c3d64f5c9f1d228024a3cbc9a5f288f60c991b2738a7aa131021bdb47c1492c83f9682abb15 SHA512 6ba663440f0ac370742f3a300a55d5f810202d960253931dfdb109a30ce3f71cf3e3dd30af9d0f6257365972452813b4ebc2dbee8031e988b7efb9dac15075d4
DIST pdfminer-20220506.tar.gz 10853104 BLAKE2B b6008db789973fb69537801b8e928761bd0a949cc72ddf380fd71b6373913f6a689b71bee159e6991e99c196b7e8a1fac5530d2bf9c577e53b8b556bed00b85a SHA512 b81916c70f22f3408cf41a50d35937f950ee6205f59fa03603bc7a78d1b1b037311ebaf5661f6d46b9d4190f2f56189fc28b714463dc5854328c14f97fbc28c4
diff --git a/app-text/pdfminer/pdfminer-20191020.ebuild b/app-text/pdfminer/pdfminer-20191020.ebuild
deleted file mode 100644
index 1bd32b345c0f..000000000000
--- a/app-text/pdfminer/pdfminer-20191020.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-inherit distutils-r1
-
-DESCRIPTION="Python tool for extracting information from PDF documents"
-HOMEPAGE="https://euske.github.io/pdfminer/ https://pypi.org/project/pdfminer/"
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
-
-python_compile_all() {
- use examples && emake -C samples all
-}
-
-python_test() {
- emake test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/. )
- use examples && dodoc -r samples
- distutils-r1_python_install_all
-}