From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8E1458973 for ; Mon, 18 Jan 2016 10:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B11721C065; Mon, 18 Jan 2016 10:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A71D321C065 for ; Mon, 18 Jan 2016 10:06:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25FAE34072E for ; Mon, 18 Jan 2016 10:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBF2AC7A for ; Mon, 18 Jan 2016 10:06:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1453111585.543429b6d59eb2733cae6628c10e33f3dc9e66ab.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/newlib/newlib-2.2.0.20150423.ebuild sys-libs/newlib/newlib-2.2.0.ebuild sys-libs/newlib/newlib-2.3.0.20160104.ebuild sys-libs/newlib/newlib-9999.ebuild X-VCS-Directories: sys-libs/newlib/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 543429b6d59eb2733cae6628c10e33f3dc9e66ab X-VCS-Branch: master Date: Mon, 18 Jan 2016 10:06:51 +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: 565fcc96-a8f4-4d63-8b2d-6c4561a0c7d0 X-Archives-Hash: 8b190a46b50d88f3dd6e6e6a7dd6f217 commit: 543429b6d59eb2733cae6628c10e33f3dc9e66ab Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 18 10:06:25 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 18 10:06:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543429b6 sys-libs/newlib: update git repo location #572250 sys-libs/newlib/newlib-2.2.0.20150423.ebuild | 4 ++-- sys-libs/newlib/newlib-2.2.0.ebuild | 4 ++-- sys-libs/newlib/newlib-2.3.0.20160104.ebuild | 2 +- sys-libs/newlib/newlib-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild index 710990d..064993f 100644 --- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="4" inherit flag-o-matic toolchain-funcs eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://sourceware.org/git/newlib.git" + EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" inherit git-r3 else SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild index f009c8d..f874638 100644 --- a/sys-libs/newlib/newlib-2.2.0.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="4" inherit flag-o-matic toolchain-funcs eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://sourceware.org/git/newlib.git" + EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" inherit git-r3 else SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild index 8c40312..5f23c0f 100644 --- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild +++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit flag-o-matic toolchain-funcs eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://sourceware.org/git/newlib.git" + EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" inherit git-r3 else SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild index 710990d..064993f 100644 --- a/sys-libs/newlib/newlib-9999.ebuild +++ b/sys-libs/newlib/newlib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="4" inherit flag-o-matic toolchain-funcs eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://sourceware.org/git/newlib.git" + EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" inherit git-r3 else SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"