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 41B61139695 for ; Thu, 25 May 2017 15:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85DBE21C18A; Thu, 25 May 2017 15:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CF4F21C088 for ; Thu, 25 May 2017 15:04:58 +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 B17643416DB for ; Thu, 25 May 2017 15:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F777467 for ; Thu, 25 May 2017 15:04:55 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1495724686.84d655933a1aaa7fab2c91718ebbfe453b62a9b6.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flashrom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flashrom/flashrom-0.9.6.1.ebuild sys-apps/flashrom/flashrom-0.9.7.ebuild sys-apps/flashrom/flashrom-0.9.8.ebuild sys-apps/flashrom/flashrom-0.9.9.ebuild sys-apps/flashrom/flashrom-9999.ebuild X-VCS-Directories: sys-apps/flashrom/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 84d655933a1aaa7fab2c91718ebbfe453b62a9b6 X-VCS-Branch: master Date: Thu, 25 May 2017 15:04:55 +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: 477a99f6-8fd3-493e-9692-e46a6d5bc260 X-Archives-Hash: 96101f164a05bd1b9611a4882b32f072 commit: 84d655933a1aaa7fab2c91718ebbfe453b62a9b6 Author: Sven Wegener gentoo org> AuthorDate: Sun May 21 15:09:31 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu May 25 15:04:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d65593 sys-apps/flashrom: Update ESVN_REPO_URI, bug #598028 Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/flashrom/flashrom-0.9.6.1.ebuild | 4 ++-- sys-apps/flashrom/flashrom-0.9.7.ebuild | 4 ++-- sys-apps/flashrom/flashrom-0.9.8.ebuild | 4 ++-- sys-apps/flashrom/flashrom-0.9.9.ebuild | 4 ++-- sys-apps/flashrom/flashrom-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-apps/flashrom/flashrom-0.9.6.1.ebuild b/sys-apps/flashrom/flashrom-0.9.6.1.ebuild index b29070b6d27..df3b6c22ee5 100644 --- a/sys-apps/flashrom/flashrom-0.9.6.1.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk" + ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2" diff --git a/sys-apps/flashrom/flashrom-0.9.7.ebuild b/sys-apps/flashrom/flashrom-0.9.7.ebuild index 9c225c7b13b..111a7ba871d 100644 --- a/sys-apps/flashrom/flashrom-0.9.7.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk" + ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2" diff --git a/sys-apps/flashrom/flashrom-0.9.8.ebuild b/sys-apps/flashrom/flashrom-0.9.8.ebuild index 62901f6d414..5ad355a6503 100644 --- a/sys-apps/flashrom/flashrom-0.9.8.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk" + ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2" diff --git a/sys-apps/flashrom/flashrom-0.9.9.ebuild b/sys-apps/flashrom/flashrom-0.9.9.ebuild index a1fc131fb90..a552cb33f7f 100644 --- a/sys-apps/flashrom/flashrom-0.9.9.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk" + ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2" diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild index a1fc131fb90..a552cb33f7f 100644 --- a/sys-apps/flashrom/flashrom-9999.ebuild +++ b/sys-apps/flashrom/flashrom-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk" + ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2"