Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfminer/
Date: Sun, 27 Jan 2019 11:06:09
Message-Id: 1548587119.417656f106afac5cd7578e3718fd471dda9f460d.pacho@gentoo
1 commit: 417656f106afac5cd7578e3718fd471dda9f460d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 10:32:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 11:05:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417656f1
7
8 app-text/pdfminer: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-text/pdfminer/Manifest | 1 -
14 app-text/pdfminer/pdfminer-20131113.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest
18 index 72488a8d057..b44ac28ba6e 100644
19 --- a/app-text/pdfminer/Manifest
20 +++ b/app-text/pdfminer/Manifest
21 @@ -1,2 +1 @@
22 -DIST pdfminer-20131113.tar.gz 4080763 BLAKE2B 6cfe2c48f3294c6d491f47620fe0bd3b54daa5211c95b32db39c574485482254b7d6e61e461994706d364a8bfbcfa7776aa0a9dc2cd27fc26cf902ce794cac05 SHA512 be598f9ca5cb87fcde91190f72ee77209a6f8ca9db93588c914e6ec666b2a3cc69abedd92ca73a53e714c3660065b7f2c1e9c770e46c838f6d3d489dd637203e
23 DIST pdfminer-20140328.tar.gz 4081233 BLAKE2B 60e8c8409269c158feda0f02b1dbf46d4bcd58e2f0a2ef0102e3c3c691d599eda9164b8e5dde4278522d9cfcca4e6962b31919b08f66053fb986ad3ded7da498 SHA512 8abb2328f7824ee980df0ce42d758c15534e97379ea9213b4aa1d29864d24d73c9e2d6020964e9ab734c0c6f7d1ae70bccbd6605168eaadf83923718a1f4849a
24
25 diff --git a/app-text/pdfminer/pdfminer-20131113.ebuild b/app-text/pdfminer/pdfminer-20131113.ebuild
26 deleted file mode 100644
27 index 737235045c3..00000000000
28 --- a/app-text/pdfminer/pdfminer-20131113.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python tool for extracting information from PDF documents"
40 -HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ https://pypi.org/project/pdfminer/"
41 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="doc examples"
47 -
48 -python_compile_all(){
49 - use examples && emake -C samples all
50 -}
51 -
52 -python_install_all() {
53 - use doc && local HTML_DOCS=( docs/. )
54 - use examples && local EXAMPLES=( samples/. )
55 - distutils-r1_python_install_all
56 -}