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/pyside/, dev-python/shiboken/
Date: Sun, 22 Oct 2017 04:35:02
Message-Id: 1508646792.3b7625b555453eedf265df72f6652b9a5a00f9b9.pesa@gentoo
1 commit: 3b7625b555453eedf265df72f6652b9a5a00f9b9
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 04:33:02 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 04:33:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b7625b5
7
8 dev-python/{pyside,shiboken}: disable all git submodules
9
10 We don't need them. Save bandwidth and disk space.
11
12 Package-Manager: Portage-2.3.12, Repoman-2.3.3
13
14 dev-python/pyside/pyside-9999.ebuild | 1 +
15 dev-python/shiboken/shiboken-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild
19 index 0d90c94b..a910c558 100644
20 --- a/dev-python/pyside/pyside-9999.ebuild
21 +++ b/dev-python/pyside/pyside-9999.ebuild
22 @@ -11,6 +11,7 @@ DESCRIPTION="Python bindings for the Qt framework"
23 HOMEPAGE="https://wiki.qt.io/PySide2"
24 EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git"
25 EGIT_BRANCH="5.9"
26 +EGIT_SUBMODULES=()
27
28 # See "sources/pyside2/PySide2/licensecomment.txt" for licensing details.
29 LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 )"
30
31 diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
32 index 4a4a2249..1f5a91b9 100644
33 --- a/dev-python/shiboken/shiboken-9999.ebuild
34 +++ b/dev-python/shiboken/shiboken-9999.ebuild
35 @@ -11,6 +11,7 @@ DESCRIPTION="Tool for creating Python bindings for C++ libraries"
36 HOMEPAGE="https://wiki.qt.io/PySide2"
37 EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git"
38 EGIT_BRANCH="5.9"
39 +EGIT_SUBMODULES=()
40
41 # The "sources/shiboken2/libshiboken" directory is triple-licensed under the GPL
42 # v2, v3+, and LGPL v3. All remaining files are licensed under the GPL v3 with