sci-libs/p4est: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 19:03:25 +0000 (05:03 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:28 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-libs/p4est/p4est-1.0.ebuild
sci-libs/p4est/p4est-1.1.ebuild
sci-libs/p4est/p4est-9999.ebuild

index c1defa40429aeaa8b07eb5b828a80a54a2283d71..b76a7efb8f011b255595668474e284162547238e 100644 (file)
@@ -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"
index c1defa40429aeaa8b07eb5b828a80a54a2283d71..b76a7efb8f011b255595668474e284162547238e 100644 (file)
@@ -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"
index d06cffc565c573d7301245cef130c56a4d0796c2..a54c8b564e3ea396885b2db5fd8de90f5d551988 100644 (file)
@@ -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