sys-libs/libcxxrt: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 21:03:13 +10:00
committed by Michał Górny
parent 138567f84c
commit 059dbd5bb2
6 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ VERSION=$(date +%Y%m%d)
BASE_VERSION="0.0"
PACKAGE="libcxxrt-${BASE_VERSION}_p${VERSION}"
git clone git://github.com/pathscale/libcxxrt.git ${PACKAGE}
git clone https://github.com/pathscale/libcxxrt.git ${PACKAGE}
find "${PACKAGE}" -type d -name '.svn' -prune -print0 | xargs -0 rm -rf
find "${PACKAGE}" -type d -name '.git' -prune -print0 | xargs -0 rm -rf

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git"
[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git"
[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""

View File

@@ -3,7 +3,7 @@
EAPI=5
EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git"
[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""

View File

@@ -3,7 +3,7 @@
EAPI=5
EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git"
[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""

View File

@@ -3,7 +3,7 @@
EAPI=5
EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git"
[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""