commit:     417656f106afac5cd7578e3718fd471dda9f460d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 10:32:38 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:05:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417656f1

app-text/pdfminer: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-text/pdfminer/Manifest                 |  1 -
 app-text/pdfminer/pdfminer-20131113.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest
index 72488a8d057..b44ac28ba6e 100644
--- a/app-text/pdfminer/Manifest
+++ b/app-text/pdfminer/Manifest
@@ -1,2 +1 @@
-DIST pdfminer-20131113.tar.gz 4080763 BLAKE2B 
6cfe2c48f3294c6d491f47620fe0bd3b54daa5211c95b32db39c574485482254b7d6e61e461994706d364a8bfbcfa7776aa0a9dc2cd27fc26cf902ce794cac05
 SHA512 
be598f9ca5cb87fcde91190f72ee77209a6f8ca9db93588c914e6ec666b2a3cc69abedd92ca73a53e714c3660065b7f2c1e9c770e46c838f6d3d489dd637203e
 DIST pdfminer-20140328.tar.gz 4081233 BLAKE2B 
60e8c8409269c158feda0f02b1dbf46d4bcd58e2f0a2ef0102e3c3c691d599eda9164b8e5dde4278522d9cfcca4e6962b31919b08f66053fb986ad3ded7da498
 SHA512 
8abb2328f7824ee980df0ce42d758c15534e97379ea9213b4aa1d29864d24d73c9e2d6020964e9ab734c0c6f7d1ae70bccbd6605168eaadf83923718a1f4849a

diff --git a/app-text/pdfminer/pdfminer-20131113.ebuild 
b/app-text/pdfminer/pdfminer-20131113.ebuild
deleted file mode 100644
index 737235045c3..00000000000
--- a/app-text/pdfminer/pdfminer-20131113.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# 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/. )
-       use examples && local EXAMPLES=( samples/. )
-       distutils-r1_python_install_all
-}

Reply via email to