From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- app-text/pdfminer/Manifest | 3 --- app-text/pdfminer/pdfminer-20140328-r1.ebuild | 36 --------------------------- app-text/pdfminer/pdfminer-20140328.ebuild | 31 ----------------------- 3 files changed, 70 deletions(-) delete mode 100644 app-text/pdfminer/pdfminer-20140328-r1.ebuild delete mode 100644 app-text/pdfminer/pdfminer-20140328.ebuild (limited to 'app-text/pdfminer') diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest index 9bc17db6b1e7..929c4bc35bab 100644 --- a/app-text/pdfminer/Manifest +++ b/app-text/pdfminer/Manifest @@ -1,6 +1,3 @@ -DIST pdfminer-20140328.tar.gz 4081233 BLAKE2B 60e8c8409269c158feda0f02b1dbf46d4bcd58e2f0a2ef0102e3c3c691d599eda9164b8e5dde4278522d9cfcca4e6962b31919b08f66053fb986ad3ded7da498 SHA512 8abb2328f7824ee980df0ce42d758c15534e97379ea9213b4aa1d29864d24d73c9e2d6020964e9ab734c0c6f7d1ae70bccbd6605168eaadf83923718a1f4849a DIST pdfminer-20191020.tar.gz 4168016 BLAKE2B 53658853f1c6948a3249b56769c4d9e28cfe8e977b8702c3802f2c3d64f5c9f1d228024a3cbc9a5f288f60c991b2738a7aa131021bdb47c1492c83f9682abb15 SHA512 6ba663440f0ac370742f3a300a55d5f810202d960253931dfdb109a30ce3f71cf3e3dd30af9d0f6257365972452813b4ebc2dbee8031e988b7efb9dac15075d4 -EBUILD pdfminer-20140328-r1.ebuild 779 BLAKE2B 7c3f07f51fa5b62654bf4e8b877e1cd752ff6546dd466fd8106fa8e40ebde1f42d7a909dd8a533c5c1fefd3d69ac646cf54e2cb74bd97805e38a6d87956166f4 SHA512 6ea9601e759713156ff3f93025fc362e1abca4f83b96784aed7972122e7d0065fab1a0671d90cb235cd6bc4a4a0e96076b489b6c2e803d054e13fbdb74eeab2e -EBUILD pdfminer-20140328.ebuild 714 BLAKE2B 521142f1e2d74ad8487d7381e4db1fa73fda77a7e91187df4b6580f558e91dfdef6df8f8bb303ac17e438e2a3d18f7a8d660a94d8b0d2458ed6dea8b1534b2a8 SHA512 301947f92084ac278decbf638235bd539b5b63cb001ff1665965a502d94dd52380c1bde7cb222a7f4bce4639d87d182a3d767391d6f67d6485d53a7c4917440b EBUILD pdfminer-20191020.ebuild 791 BLAKE2B 1bf6a0d3232c00a44a99ac991de2fa3c3830e973656f6e57e0fba74e5db6df5efa673491fdce6863e8ec0d171d456ec484735bf0c30dcc249a4c4c51dc0ff70a SHA512 d50cf4520ff4cc536c4a5f8d93481c4974828ed4db00142507bb13726c93f026435f17e6e5a8468f7dc0c561822e9612e1ed41ec7c35f826a57508f2e3ee4832 MISC metadata.xml 238 BLAKE2B 436e60128ac8083524cc8290bfe2eb3eff4af4bafe7a13320972438a85d29da40ada392d2295001add6aed88c9407529e0975a7ae7eefc976655216def9bb36f SHA512 899f64c55b53cf0a2d38498f0b0070d4707a6eb0289d8138c6757f703909dc2b6a009fee9fe640e5c16adca6f2f953cf445ba6e6b8f5f43d9185ef836a611297 diff --git a/app-text/pdfminer/pdfminer-20140328-r1.ebuild b/app-text/pdfminer/pdfminer-20140328-r1.ebuild deleted file mode 100644 index ea6d4f1215ed..000000000000 --- 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 8406215f4789..000000000000 --- 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 -} -- cgit v1.2.3