mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/newlib: Use https:// for git repository.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
2dcabf30ef
commit
f6a74cb0d3
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -6,7 +6,7 @@ EAPI="4"
|
||||
inherit flag-o-matic toolchain-funcs eutils
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
|
||||
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -6,7 +6,7 @@ EAPI="6"
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
|
||||
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -6,7 +6,7 @@ EAPI="7"
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
|
||||
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI="7"
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
|
||||
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -6,7 +6,7 @@ EAPI="7"
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
|
||||
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user