Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
Date: Thu, 04 May 2017 14:15:04
Message-Id: 1493907267.c4ab11d8c0f3469148e6d3db11633d459e8be7a5.pesa@gentoo
1 commit: c4ab11d8c0f3469148e6d3db11633d459e8be7a5
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 14:14:27 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 14:14:27 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c4ab11d8
7
8 dev-python/shiboken: simplify
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/shiboken/shiboken-9999.ebuild | 16 ++--------------
13 1 file changed, 2 insertions(+), 14 deletions(-)
14
15 diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
16 index a0b130fe..6eb6cdd8 100644
17 --- a/dev-python/shiboken/shiboken-9999.ebuild
18 +++ b/dev-python/shiboken/shiboken-9999.ebuild
19 @@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20 QT_PV="5.6*:5"
21
22 #FIXME: Add "sys-devel/clang:*" after switching to the "dev" branch.
23 -RDEPEND="
24 +DEPEND="
25 ${PYTHON_DEPS}
26 dev-libs/libxml2
27 dev-libs/libxslt
28 @@ -34,12 +34,7 @@ RDEPEND="
29 =dev-qt/qtxml-${QT_PV}
30 =dev-qt/qtxmlpatterns-${QT_PV}
31 "
32 -DEPEND="${RDEPEND}
33 - test? (
34 - =dev-qt/qtgui-${QT_PV}
35 - =dev-qt/qttest-${QT_PV}
36 - )
37 -"
38 +RDEPEND="${DEPEND}"
39
40 DOCS=( AUTHORS )
41
42 @@ -60,15 +55,8 @@ src_configure() {
43 local mycmakeargs=(
44 -DBUILD_TESTS=$(usex test)
45 -DPYTHON_EXECUTABLE="${PYTHON}"
46 - -DPYTHON_SITE_PACKAGES="$(python_get_sitedir)"
47 )
48
49 - if [[ ${EPYTHON} == python3* ]]; then
50 - mycmakeargs+=(
51 - -DUSE_PYTHON_VERSION=3
52 - )
53 - fi
54 -
55 #FIXME: Uncomment after switching to the "dev" branch.
56 #FIXME: "CMakeLists.txt" currently requires that callers manually set
57 #this environment variable to the absolute path of the directory