summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild')
-rw-r--r--dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index a1519f2de0e8..000000000000
--- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-COMMIT=50fb2eb9ea34cf94e3756b7ddfc601af023267d5
-inherit distutils-r1 flag-o-matic qmake-utils vcs-snapshot
-
-DESCRIPTION="A python binding for libpoppler-qt5"
-HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5"
-SRC_URI="https://github.com/wbsoft/${PN}/archive/${COMMIT}.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}]
-"
-DEPEND="${RDEPEND}"
-
-python_configure_all() {
- append-cxxflags -std=c++11
- mydistutilsargs=( build_ext --qmake-bin=$(qt5_get_bindir)/qmake )
-}