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 C560659CA3 for ; Wed, 9 Mar 2016 11:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BFB821C001; Wed, 9 Mar 2016 11:29:39 +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 D1C0B21C001 for ; Wed, 9 Mar 2016 11:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41275340BE3 for ; Wed, 9 Mar 2016 11:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CFD91BA0 for ; Wed, 9 Mar 2016 11:29:34 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1457522928.13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/corosync/corosync-1.4.7.ebuild sys-cluster/corosync/corosync-2.3.3.ebuild sys-cluster/corosync/corosync-2.3.4-r1.ebuild sys-cluster/corosync/corosync-2.3.5.ebuild X-VCS-Directories: sys-cluster/corosync/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c X-VCS-Branch: master Date: Wed, 9 Mar 2016 11:29:34 +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: 0088edb7-e120-466c-8ccb-091e734c066a X-Archives-Hash: 8dce2f57e89d3fa92bca43220db421f1 commit: 13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c Author: Ultrabug gentoo org> AuthorDate: Wed Mar 9 11:28:48 2016 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Mar 9 11:28:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db1c2a fix SRC_URI to the official one as per corosync dev Jan Friesse, see https://github.com/corosync/corosync/issues/116 Package-Manager: portage-2.2.27 sys-cluster/corosync/corosync-1.4.7.ebuild | 2 +- sys-cluster/corosync/corosync-2.3.3.ebuild | 2 +- sys-cluster/corosync/corosync-2.3.4-r1.ebuild | 2 +- sys-cluster/corosync/corosync-2.3.5.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/corosync/corosync-1.4.7.ebuild b/sys-cluster/corosync/corosync-1.4.7.ebuild index 988f02a..febbfd0 100644 --- a/sys-cluster/corosync/corosync-1.4.7.ebuild +++ b/sys-cluster/corosync/corosync-1.4.7.ebuild @@ -10,7 +10,7 @@ MY_TREE="bf8ff17" DESCRIPTION="OSI Certified implementation of a complete cluster engine" HOMEPAGE="http://www.corosync.org/" -SRC_URI="https://github.com/corosync/corosync/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://build.clusterlabs.org/corosync/releases/${P}.tar.gz" LICENSE="BSD-2 public-domain" SLOT="0" diff --git a/sys-cluster/corosync/corosync-2.3.3.ebuild b/sys-cluster/corosync/corosync-2.3.3.ebuild index 358dea9..9051cd8 100644 --- a/sys-cluster/corosync/corosync-2.3.3.ebuild +++ b/sys-cluster/corosync/corosync-2.3.3.ebuild @@ -10,7 +10,7 @@ MY_TREE="32ec81c" DESCRIPTION="OSI Certified implementation of a complete cluster engine" HOMEPAGE="http://www.corosync.org/" -SRC_URI="https://github.com/corosync/corosync/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://build.clusterlabs.org/corosync/releases/${P}.tar.gz" LICENSE="BSD-2 public-domain" SLOT="0" diff --git a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild index 1b4b0cf..b304437 100644 --- a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild +++ b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild @@ -10,7 +10,7 @@ MY_TREE="4dc01e3" DESCRIPTION="OSI Certified implementation of a complete cluster engine" HOMEPAGE="http://www.corosync.org/" -SRC_URI="https://github.com/corosync/corosync/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://build.clusterlabs.org/corosync/releases/${P}.tar.gz" LICENSE="BSD-2 public-domain" SLOT="0" diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild index 93118cf..f129d11 100644 --- a/sys-cluster/corosync/corosync-2.3.5.ebuild +++ b/sys-cluster/corosync/corosync-2.3.5.ebuild @@ -10,7 +10,7 @@ MY_TREE="56ae8fe" DESCRIPTION="OSI Certified implementation of a complete cluster engine" HOMEPAGE="http://www.corosync.org/" -SRC_URI="https://github.com/corosync/corosync/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://build.clusterlabs.org/corosync/releases/${P}.tar.gz" LICENSE="BSD-2 public-domain" SLOT="0"