Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsc/
Date: Sun, 30 Jul 2017 10:04:59
Message-Id: 1501409068.ca54202d94f565918beda5c63145335a3c93daf0.mgorny@gentoo
1 commit: ca54202d94f565918beda5c63145335a3c93daf0
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 19:04:43 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca54202d
7
8 sci-libs/libsc: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-libs/libsc/libsc-1.0-r1.ebuild | 2 +-
13 sci-libs/libsc/libsc-1.1-r1.ebuild | 2 +-
14 sci-libs/libsc/libsc-9999.ebuild | 4 ++--
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/libsc/libsc-1.0-r1.ebuild b/sci-libs/libsc/libsc-1.0-r1.ebuild
18 index 7ed31cf1638..85a22554222 100644
19 --- a/sci-libs/libsc/libsc-1.0-r1.ebuild
20 +++ b/sci-libs/libsc/libsc-1.0-r1.ebuild
21 @@ -7,7 +7,7 @@ inherit autotools eutils
22
23 DESCRIPTION="Support for parallel scientific applications"
24 HOMEPAGE="http://www.p4est.org/"
25 -SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 +SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="LGPL-2.1+"
29 SLOT="0"
30
31 diff --git a/sci-libs/libsc/libsc-1.1-r1.ebuild b/sci-libs/libsc/libsc-1.1-r1.ebuild
32 index 523a346e569..6e0d9076320 100644
33 --- a/sci-libs/libsc/libsc-1.1-r1.ebuild
34 +++ b/sci-libs/libsc/libsc-1.1-r1.ebuild
35 @@ -7,7 +7,7 @@ inherit autotools eutils
36
37 DESCRIPTION="Support for parallel scientific applications"
38 HOMEPAGE="http://www.p4est.org/"
39 -SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="LGPL-2.1+"
43 SLOT="0"
44
45 diff --git a/sci-libs/libsc/libsc-9999.ebuild b/sci-libs/libsc/libsc-9999.ebuild
46 index 178503f4ab9..229d1ccd05f 100644
47 --- a/sci-libs/libsc/libsc-9999.ebuild
48 +++ b/sci-libs/libsc/libsc-9999.ebuild
49 @@ -10,12 +10,12 @@ HOMEPAGE="http://www.p4est.org/"
50
51 if [[ ${PV} = *9999* ]]; then
52 inherit git-r3
53 - EGIT_REPO_URI="git://github.com/cburstedde/libsc.git"
54 + EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git"
55 EGIT_BRANCH="develop"
56 SRC_URI=""
57 KEYWORDS=""
58 else
59 - SRC_URI="https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 + SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 KEYWORDS="~amd64 ~x86"
62 fi