diff options
author | Ultrabug <ultrabug@gentoo.org> | 2016-03-09 12:28:48 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2016-03-09 12:28:48 +0100 |
commit | 13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c (patch) | |
tree | 539e7300cc90ea90a1c0d71fd7586d2f88e5b36a /sys-cluster/corosync | |
parent | dev-db/mongodb: version bump (diff) | |
download | gentoo-13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c.tar.gz gentoo-13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c.tar.bz2 gentoo-13db1c2a71cddaf3ae1d01a36fd9ef97c019dd4c.zip |
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
Diffstat (limited to 'sys-cluster/corosync')
-rw-r--r-- | sys-cluster/corosync/corosync-1.4.7.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-2.3.3.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-2.3.4-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 988f02a27333..febbfd011c1f 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 358dea9ea607..9051cd8d8524 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 1b4b0cffcb15..b304437b8cc8 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 93118cf353fe..f129d11e049a 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" |