summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 05:04:43 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:28 +0200
commitca54202d94f565918beda5c63145335a3c93daf0 (patch)
tree31fd394b22a7b7ceb439043e8f4db5674bf708b3 /sci-libs/libsc
parentsci-libs/p4est: use HTTPS for GitHub (diff)
downloadgentoo-ca54202d94f565918beda5c63145335a3c93daf0.tar.gz
gentoo-ca54202d94f565918beda5c63145335a3c93daf0.tar.bz2
gentoo-ca54202d94f565918beda5c63145335a3c93daf0.zip
sci-libs/libsc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/libsc')
-rw-r--r--sci-libs/libsc/libsc-1.0-r1.ebuild2
-rw-r--r--sci-libs/libsc/libsc-1.1-r1.ebuild2
-rw-r--r--sci-libs/libsc/libsc-9999.ebuild4
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 7ed31cf1638a..85a225542220 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 523a346e5697..6e0d90763200 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 178503f4ab99..229d1ccd05fc 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