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-qt5/
Date: Mon, 09 Mar 2020 20:22:26
Message-Id: 1583785319.6d9c11fba7cf83177b02ca1a748e9ad9fec27388.asturm@gentoo
1 commit: 6d9c11fba7cf83177b02ca1a748e9ad9fec27388
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 9 20:15:57 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 9 20:21:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9c11fb
7
8 dev-python/python-poppler-qt5: Drop 0.24.2_p20170214
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/python-poppler-qt5/Manifest | 1 -
14 .../python-poppler-qt5-0.24.2_p20170214.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-python/python-poppler-qt5/Manifest b/dev-python/python-poppler-qt5/Manifest
18 index c6c9d7f9319..1139449118c 100644
19 --- a/dev-python/python-poppler-qt5/Manifest
20 +++ b/dev-python/python-poppler-qt5/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-poppler-qt5-0.24.2_p20170214.tar.gz 20676 BLAKE2B 450f1f40618686f393a21bb2f9ae25b71ab31b4270420a278c65dfdad722a7505cab50d17968400304df936f8694a7d2d5aafeac355675756ca70271f3ff666c SHA512 28fbc4584d32ae18a0545beaf2954f89da6aaa5c2d4bbb25dc36996dd5799c38c491254330c5ac12f3a97df33656f1b49bcb672207602031ff37086a08cbb1fc
23 DIST python-poppler-qt5-0.75.0.tar.gz 23281 BLAKE2B 06b2b0899d2a3cfc84e623b98cc3379aa45ac9ca9267f25168cce04f2ed761fd897043376fda3386b2daff2b46850b24782cafd6aabb13a8e7d6f3920b55a02c SHA512 2f03036a2eaeb8e28875f19a813ff85a91c1e9a94301bdb736ecc50e7ececb4de2622728e6fecbf64e114435529f82b6afd23d772e2d3910ae03d5d2b5da3205
24
25 diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
26 deleted file mode 100644
27 index a1519f2de0e..00000000000
28 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_6 )
37 -COMMIT=50fb2eb9ea34cf94e3756b7ddfc601af023267d5
38 -inherit distutils-r1 flag-o-matic qmake-utils vcs-snapshot
39 -
40 -DESCRIPTION="A python binding for libpoppler-qt5"
41 -HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5"
42 -SRC_URI="https://github.com/wbsoft/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - app-text/poppler[qt5]
51 - dev-python/PyQt5[${PYTHON_USEDEP}]
52 - >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
53 -"
54 -DEPEND="${RDEPEND}"
55 -
56 -python_configure_all() {
57 - append-cxxflags -std=c++11
58 - mydistutilsargs=( build_ext --qmake-bin=$(qt5_get_bindir)/qmake )
59 -}