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-qt/qtdeclarative/
Date: Wed, 26 Feb 2020 22:57:44
Message-Id: 1582757844.b08bd5a2fc1e931fc440028f2ee8a03fa6509867.asturm@gentoo
1 commit: b08bd5a2fc1e931fc440028f2ee8a03fa6509867
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 22:26:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 22:57:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08bd5a2
7
8 dev-qt/qtdeclarative: Drop 5.13.2 (r0)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild | 53 ------------------------
14 1 file changed, 53 deletions(-)
15
16 diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild
17 deleted file mode 100644
18 index 50821d0e001..00000000000
19 --- a/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild
20 +++ /dev/null
21 @@ -1,53 +0,0 @@
22 -# Copyright 2009-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -PYTHON_COMPAT=( python3_{6,7} )
27 -inherit python-any-r1 qt5-build
28 -
29 -DESCRIPTION="The QML and Quick modules for the Qt5 framework"
30 -
31 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
32 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
33 -fi
34 -
35 -IUSE="gles2 +jit localstorage +widgets"
36 -
37 -BDEPEND="${PYTHON_DEPS}"
38 -# qtgui[gles2=] is needed because of bug 504322
39 -DEPEND="
40 - ~dev-qt/qtcore-${PV}
41 - ~dev-qt/qtgui-${PV}[gles2=]
42 - ~dev-qt/qtnetwork-${PV}
43 - ~dev-qt/qttest-${PV}
44 - localstorage? ( ~dev-qt/qtsql-${PV} )
45 - widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
46 -"
47 -RDEPEND="${DEPEND}
48 - !<dev-qt/qtquickcontrols-5.7:5
49 -"
50 -
51 -src_prepare() {
52 - use jit || PATCHES+=("${FILESDIR}/${PN}-5.4.2-disable-jit.patch")
53 -
54 - qt_use_disable_mod localstorage sql \
55 - src/imports/imports.pro
56 -
57 - qt_use_disable_mod widgets widgets \
58 - src/src.pro \
59 - src/qmltest/qmltest.pro \
60 - tests/auto/auto.pro \
61 - tools/tools.pro \
62 - tools/qmlscene/qmlscene.pro \
63 - tools/qml/qml.pro
64 -
65 - qt5-build_src_prepare
66 -}
67 -
68 -src_configure() {
69 - local myqmakeargs=(
70 - --
71 - -qml-debug
72 - )
73 - qt5-build_src_configure
74 -}