sci-libs/libsc: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 19:04:43 +0000 (05:04 +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/libsc/libsc-1.0-r1.ebuild
sci-libs/libsc/libsc-1.1-r1.ebuild
sci-libs/libsc/libsc-9999.ebuild

index 7ed31cf1638a0e537154392b620a16110660709b..85a225542220e2186877e77a976f25c93c339a01 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools eutils
 
 DESCRIPTION="Support for parallel scientific applications"
 HOMEPAGE="http://www.p4est.org/"
-SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
index 523a346e569795d0913515f18612f26fd2ca4835..6e0d907632006dddb0b83693b816ee9f02fbff6e 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools eutils
 
 DESCRIPTION="Support for parallel scientific applications"
 HOMEPAGE="http://www.p4est.org/"
-SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
index 178503f4ab993f676414b14ae1543a27bbdc9661..229d1ccd05fc90ac9f4b309af124fd294c1dce96 100644 (file)
@@ -10,12 +10,12 @@ HOMEPAGE="http://www.p4est.org/"
 
 if [[ ${PV} = *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/cburstedde/libsc.git"
+       EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
 else
-       SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi