commit: 55d7aff0b6bad5c6b8457b227276bc077d370a59 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 07:48:43 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 08:04:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d7aff0
app-text/pdfminer: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/pdfminer/Manifest | 1 - app-text/pdfminer/pdfminer-20140328-r1.ebuild | 36 --------------------------- app-text/pdfminer/pdfminer-20140328.ebuild | 31 ----------------------- 3 files changed, 68 deletions(-) diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest index 34b19b98610..f8c634b6d05 100644 --- a/app-text/pdfminer/Manifest +++ b/app-text/pdfminer/Manifest @@ -1,2 +1 @@ -DIST pdfminer-20140328.tar.gz 4081233 BLAKE2B 60e8c8409269c158feda0f02b1dbf46d4bcd58e2f0a2ef0102e3c3c691d599eda9164b8e5dde4278522d9cfcca4e6962b31919b08f66053fb986ad3ded7da498 SHA512 8abb2328f7824ee980df0ce42d758c15534e97379ea9213b4aa1d29864d24d73c9e2d6020964e9ab734c0c6f7d1ae70bccbd6605168eaadf83923718a1f4849a DIST pdfminer-20191020.tar.gz 4168016 BLAKE2B 53658853f1c6948a3249b56769c4d9e28cfe8e977b8702c3802f2c3d64f5c9f1d228024a3cbc9a5f288f60c991b2738a7aa131021bdb47c1492c83f9682abb15 SHA512 6ba663440f0ac370742f3a300a55d5f810202d960253931dfdb109a30ce3f71cf3e3dd30af9d0f6257365972452813b4ebc2dbee8031e988b7efb9dac15075d4 diff --git a/app-text/pdfminer/pdfminer-20140328-r1.ebuild b/app-text/pdfminer/pdfminer-20140328-r1.ebuild deleted file mode 100644 index ea6d4f1215e..00000000000 --- a/app-text/pdfminer/pdfminer-20140328-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python tool for extracting information from PDF documents" -HOMEPAGE="http://www.unixuser.org/~euske/python/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 test" -RESTRICT="!test? ( test )" - -python_compile_all() { - use examples && emake -C samples all -} - -python_test() { - emake test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - if use examples; then - docinto examples - dodoc -r samples/. - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/app-text/pdfminer/pdfminer-20140328.ebuild b/app-text/pdfminer/pdfminer-20140328.ebuild deleted file mode 100644 index 8406215f478..00000000000 --- a/app-text/pdfminer/pdfminer-20140328.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python tool for extracting information from PDF documents" -HOMEPAGE="http://www.unixuser.org/~euske/python/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" - -python_compile_all() { - use examples && emake -C samples all -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - if use examples; then - docinto examples - dodoc -r samples/. - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -}
