Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt4/
Date: Sun, 05 Mar 2017 13:46:42
Message-Id: 1488721580.d1ee402a374133a62c359436f811f216504e6127.asturm@gentoo
1 commit: d1ee402a374133a62c359436f811f216504e6127
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 13:26:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 13:46:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ee402a
7
8 dev-python/python-poppler-qt4: 0.24.0 version bump
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/python-poppler-qt4/Manifest | 1 +
13 .../python-poppler-qt4-0.24.0.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/python-poppler-qt4/Manifest b/dev-python/python-poppler-qt4/Manifest
17 index 4fe829a9c36..45e7a0cb2e1 100644
18 --- a/dev-python/python-poppler-qt4/Manifest
19 +++ b/dev-python/python-poppler-qt4/Manifest
20 @@ -1 +1,2 @@
21 DIST python-poppler-qt4-0.18.1.tar.gz 15555 SHA256 c6903c4b6ab71730ae2a1da9fb95830a83da82185b5ef6b8184b16c0cae908ba SHA512 f1451e3b60cb51eb3c07d906144ecff2a2737b68018645390441b2eb4942450e2e836a3e20d926c82a7536ae7b3963f7a869a5d7a3274befde7d01144b116a44 WHIRLPOOL 2ef090817a78baa1b55997baf4e6eb61aa21e6d064826bfc14db27e145a477d3b3ff28b6f10076cade979e9f1634cfbe43e3bee51d841d4ea4fbd72cddcd6ce4
22 +DIST python-poppler-qt4-0.24.0.tar.gz 17452 SHA256 164297bcb03dc0cd943342915bf49e678db13957ebc2f1f3bd988f04145fb236 SHA512 5f03e85f80f2ed4d560ee001a1c0394ddb2ccde504bf8564ceb700af27df8ed41de9fd60e058ce72e32d8ea37cb7706446f0793b25d8475803956653b82e593d WHIRLPOOL 8c242951c47d7552cdf61c55b5074ecc600efe52cc948ea96cab5c06d39f6d2beb72cdd642bb5dfde89952e3799691b0911dd86bdc46e4107f07e96986b3984a
23
24 diff --git a/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild b/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild
25 new file mode 100644
26 index 00000000000..cab4b8413c8
27 --- /dev/null
28 +++ b/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A python binding for libpoppler-qt4"
40 +HOMEPAGE="https://github.com/wbsoft/python-poppler-qt4"
41 +SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="LGPL-2.1"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + app-text/poppler:=[qt4]
50 + dev-python/PyQt4[${PYTHON_USEDEP}]
51 + dev-python/sip:=[${PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}"