mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/libcxxrt: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
138567f84c
commit
059dbd5bb2
@@ -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
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user