Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/
Date: Mon, 23 Dec 2019 00:09:54
Message-Id: 1577059708.d63893e5f11f7cb01867e12e35b00e6901b58932.pesa@gentoo
1 commit: d63893e5f11f7cb01867e12e35b00e6901b58932
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 00:08:28 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 00:08:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63893e5
7
8 dev-python/qscintilla-python: drop 2.11.1-r1
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/qscintilla-python/Manifest | 1 -
14 .../qscintilla-python-2.11.1-r1.ebuild | 75 ----------------------
15 2 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/qscintilla-python/Manifest b/dev-python/qscintilla-python/Manifest
18 index c9fd8e685d5..afe4c275980 100644
19 --- a/dev-python/qscintilla-python/Manifest
20 +++ b/dev-python/qscintilla-python/Manifest
21 @@ -1,3 +1,2 @@
22 DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7 SHA512 83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
23 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918 SHA512 c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
24 -DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767 SHA512 40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5
25
26 diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
27 deleted file mode 100644
28 index e5efd8e7353..00000000000
29 --- a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,75 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
38 -inherit python-r1 qmake-utils
39 -
40 -DESCRIPTION="Python bindings for QScintilla"
41 -HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"
42 -
43 -MY_PN=QScintilla
44 -MY_P=${MY_PN}_gpl-${PV/_pre/.dev}
45 -if [[ ${PV} == *_pre* ]]; then
46 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
47 -else
48 - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"
49 -fi
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~ppc64 ~x86"
54 -IUSE="debug"
55 -
56 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57 -
58 -RDEPEND="
59 - ${PYTHON_DEPS}
60 - >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
61 - >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
62 - dev-qt/qtcore:5
63 - dev-qt/qtgui:5
64 - dev-qt/qtprintsupport:5
65 - dev-qt/qtwidgets:5
66 - ~x11-libs/qscintilla-${PV}:=
67 -"
68 -DEPEND="${RDEPEND}
69 - >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
70 -"
71 -
72 -S=${WORKDIR}/${MY_P}/Python
73 -
74 -src_configure() {
75 - configuration() {
76 - local myconf=(
77 - "${PYTHON}"
78 - "${S}"/configure.py
79 - --pyqt=PyQt5
80 - --qmake="$(qt5_get_bindir)"/qmake
81 - $(usex debug '--debug --trace' '')
82 - --verbose
83 - )
84 - echo "${myconf[@]}"
85 - "${myconf[@]}" || die
86 -
87 - # Fix parallel install failure
88 - sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets' ${MY_PN}.pro || die
89 -
90 - # Run eqmake to respect toolchain and build flags
91 - eqmake5 -recursive ${MY_PN}.pro
92 - }
93 - python_foreach_impl run_in_build_dir configuration
94 -}
95 -
96 -src_compile() {
97 - python_foreach_impl run_in_build_dir default
98 -}
99 -
100 -src_install() {
101 - installation() {
102 - emake INSTALL_ROOT="${D}" install
103 - python_optimize
104 - }
105 - python_foreach_impl run_in_build_dir installation
106 -}