diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 05:03:25 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:28 +0200 |
commit | 8af963953f4d4945b6e0ad659c22854bfc53d867 (patch) | |
tree | 1f00629609ffc1011e427f17db385c7e0f65f14e /sci-libs/p4est | |
parent | sci-libs/votca-tools: use HTTPS for GitHub (diff) | |
download | gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.tar.gz gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.tar.bz2 gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.zip |
sci-libs/p4est: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/p4est')
-rw-r--r-- | sci-libs/p4est/p4est-1.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/p4est/p4est-1.1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/p4est/p4est-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index c1defa40429a..b76a7efb8f01 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild index c1defa40429a..b76a7efb8f01 100644 --- a/sci-libs/p4est/p4est-1.1.ebuild +++ b/sci-libs/p4est/p4est-1.1.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild index d06cffc565c5..a54c8b564e3e 100644 --- a/sci-libs/p4est/p4est-9999.ebuild +++ b/sci-libs/p4est/p4est-9999.ebuild @@ -13,13 +13,13 @@ HOMEPAGE="http://www.p4est.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/cburstedde/p4est.git" + EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" else SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" fi |