commit: 13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c Author: Ultrabug <ultrabug <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 11:28:48 2016 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> 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"
