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/p4est/
Date: Sun, 30 Jul 2017 10:05:00
Message-Id: 1501409068.8af963953f4d4945b6e0ad659c22854bfc53d867.mgorny@gentoo
1 commit: 8af963953f4d4945b6e0ad659c22854bfc53d867
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 19:03:25 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=8af96395
7
8 sci-libs/p4est: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-libs/p4est/p4est-1.0.ebuild | 2 +-
13 sci-libs/p4est/p4est-1.1.ebuild | 2 +-
14 sci-libs/p4est/p4est-9999.ebuild | 4 ++--
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild
18 index c1defa40429..b76a7efb8f0 100644
19 --- a/sci-libs/p4est/p4est-1.0.ebuild
20 +++ b/sci-libs/p4est/p4est-1.0.ebuild
21 @@ -11,7 +11,7 @@ inherit autotools eutils
22 DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees"
23 HOMEPAGE="http://www.p4est.org/"
24 SRC_URI="
25 - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz
26 + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
27 https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz"
28
29 KEYWORDS="~amd64 ~x86"
30
31 diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild
32 index c1defa40429..b76a7efb8f0 100644
33 --- a/sci-libs/p4est/p4est-1.1.ebuild
34 +++ b/sci-libs/p4est/p4est-1.1.ebuild
35 @@ -11,7 +11,7 @@ inherit autotools eutils
36 DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees"
37 HOMEPAGE="http://www.p4est.org/"
38 SRC_URI="
39 - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz
40 + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
41 https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz"
42
43 KEYWORDS="~amd64 ~x86"
44
45 diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild
46 index d06cffc565c..a54c8b564e3 100644
47 --- a/sci-libs/p4est/p4est-9999.ebuild
48 +++ b/sci-libs/p4est/p4est-9999.ebuild
49 @@ -13,13 +13,13 @@ HOMEPAGE="http://www.p4est.org/"
50
51 if [[ ${PV} = *9999* ]]; then
52 inherit git-r3
53 - EGIT_REPO_URI="git://github.com/cburstedde/p4est.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="
60 - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz
61 + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
62 https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz"
63 KEYWORDS="~amd64 ~x86"
64 fi