commit: ca54202d94f565918beda5c63145335a3c93daf0 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 19:04:43 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 10:04:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca54202d
sci-libs/libsc: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-libs/libsc/libsc-1.0-r1.ebuild | 2 +- sci-libs/libsc/libsc-1.1-r1.ebuild | 2 +- sci-libs/libsc/libsc-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/libsc/libsc-1.0-r1.ebuild b/sci-libs/libsc/libsc-1.0-r1.ebuild index 7ed31cf1638..85a22554222 100644 --- a/sci-libs/libsc/libsc-1.0-r1.ebuild +++ b/sci-libs/libsc/libsc-1.0-r1.ebuild @@ -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" diff --git a/sci-libs/libsc/libsc-1.1-r1.ebuild b/sci-libs/libsc/libsc-1.1-r1.ebuild index 523a346e569..6e0d9076320 100644 --- a/sci-libs/libsc/libsc-1.1-r1.ebuild +++ b/sci-libs/libsc/libsc-1.1-r1.ebuild @@ -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" diff --git a/sci-libs/libsc/libsc-9999.ebuild b/sci-libs/libsc/libsc-9999.ebuild index 178503f4ab9..229d1ccd05f 100644 --- a/sci-libs/libsc/libsc-9999.ebuild +++ b/sci-libs/libsc/libsc-9999.ebuild @@ -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
