From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3018D1396D1 for ; Sun, 3 Sep 2017 00:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A89D1FC040; Sun, 3 Sep 2017 00:36:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B9DE1FC040 for ; Sun, 3 Sep 2017 00:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BDC3341669 for ; Sun, 3 Sep 2017 00:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5C28BF0 for ; Sun, 3 Sep 2017 00:35:58 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1504398785.9bc42542f34ee8de0a15ab319a75c2e0e750e53e.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/shiboken/shiboken-9999.ebuild X-VCS-Directories: dev-python/shiboken/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9bc42542f34ee8de0a15ab319a75c2e0e750e53e X-VCS-Branch: master Date: Sun, 3 Sep 2017 00:35:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39807f2d-d575-4121-af36-cf23288f0683 X-Archives-Hash: db73757fe17b85b1b67d8916586d0c1d commit: 9bc42542f34ee8de0a15ab319a75c2e0e750e53e Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 3 00:33:05 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Sep 3 00:33:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9bc42542 dev-python/shiboken: drop insecure git:// repo URI Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/shiboken/shiboken-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild index db5f67f6..8993de01 100644 --- a/dev-python/shiboken/shiboken-9999.ebuild +++ b/dev-python/shiboken/shiboken-9999.ebuild @@ -9,10 +9,7 @@ inherit cmake-utils llvm python-r1 git-r3 DESCRIPTION="Tool for creating Python bindings for C++ libraries" HOMEPAGE="https://wiki.qt.io/PySide2" -EGIT_REPO_URI=( - "git://code.qt.io/pyside/pyside-setup.git" - "https://code.qt.io/git/pyside/pyside-setup.git" -) +EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git" #FIXME: Switch to the clang-enabled "dev" branch once stable. EGIT_BRANCH="5.6"