commit:     d86f0c0e311d899340af840ce25b470bf004cb9c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 15:29:49 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:00:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86f0c0e

dev-python/python-poppler-qt5: drop 0.75.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/python-poppler-qt5/Manifest             |  1 -
 .../python-poppler-qt5-0.75.0.ebuild               | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/python-poppler-qt5/Manifest 
b/dev-python/python-poppler-qt5/Manifest
index ac4ae3ac9c84..90f4d7db1177 100644
--- a/dev-python/python-poppler-qt5/Manifest
+++ b/dev-python/python-poppler-qt5/Manifest
@@ -1,2 +1 @@
-DIST python-poppler-qt5-0.75.0.tar.gz 23281 BLAKE2B 
06b2b0899d2a3cfc84e623b98cc3379aa45ac9ca9267f25168cce04f2ed761fd897043376fda3386b2daff2b46850b24782cafd6aabb13a8e7d6f3920b55a02c
 SHA512 
2f03036a2eaeb8e28875f19a813ff85a91c1e9a94301bdb736ecc50e7ececb4de2622728e6fecbf64e114435529f82b6afd23d772e2d3910ae03d5d2b5da3205
 DIST python-poppler-qt5-21.3.0.tar.gz 25641 BLAKE2B 
5937f1ddc1493bb1ef1d98b91dd8ccec4bd8c835956d84c8d7ce7a1cedcbe16854861e1f13825812e0f74c335020f0d74aad2d2bbc7a5780c6eb3ac77437f13b
 SHA512 
cc942a860c2c999ff04fb0468b1556b0e23e7aa19a0185a39c5e903e717dca64bcbd51b8fe34b6885bd789cbf5cc1080c2ca1dcee30b3e69fa1721618e8db278

diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild 
b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
deleted file mode 100644
index 6e7ff364efe6..000000000000
--- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 qmake-utils
-
-DESCRIPTION="Python binding for libpoppler-qt5"
-HOMEPAGE="https://github.com/frescobaldi/python-poppler-qt5";
-SRC_URI="https://github.com/frescobaldi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       app-text/poppler[qt5]
-       dev-python/PyQt5[${PYTHON_USEDEP}]
-       >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-       <dev-python/sip-5:=[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_compile() {
-       distutils-r1_python_compile build_ext 
--qmake-bin=$(qt5_get_bindir)/qmake
-}
-
-python_install() {
-       export PATH=$(qt5_get_bindir):$PATH
-       distutils-r1_python_install
-}

Reply via email to