Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/
Date: Thu, 22 Feb 2018 20:20:02
Message-Id: 1519330709.fcf06accad22b5b49edd7480ab90ec38b574d99b.aballier@gentoo
1 commit: fcf06accad22b5b49edd7480ab90ec38b574d99b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 17:32:03 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 20:18:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf06acc
7
8 dev-libs/capnproto: use HTTPS
9
10 dev-libs/capnproto/capnproto-0.6.0.ebuild | 2 +-
11 dev-libs/capnproto/capnproto-0.6.1.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-libs/capnproto/capnproto-0.6.0.ebuild b/dev-libs/capnproto/capnproto-0.6.0.ebuild
15 index 6510e318c5e..2a6230fa3b9 100644
16 --- a/dev-libs/capnproto/capnproto-0.6.0.ebuild
17 +++ b/dev-libs/capnproto/capnproto-0.6.0.ebuild
18 @@ -6,7 +6,7 @@ EAPI=5
19 inherit autotools
20
21 DESCRIPTION="RPC/Serialization system with capabilities support"
22 -HOMEPAGE="http://capnproto.org"
23 +HOMEPAGE="https://capnproto.org"
24 SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 LICENSE="MIT"
27
28 diff --git a/dev-libs/capnproto/capnproto-0.6.1.ebuild b/dev-libs/capnproto/capnproto-0.6.1.ebuild
29 index fd414299547..358e6ae7a0c 100644
30 --- a/dev-libs/capnproto/capnproto-0.6.1.ebuild
31 +++ b/dev-libs/capnproto/capnproto-0.6.1.ebuild
32 @@ -6,7 +6,7 @@ EAPI=5
33 inherit autotools
34
35 DESCRIPTION="RPC/Serialization system with capabilities support"
36 -HOMEPAGE="http://capnproto.org"
37 +HOMEPAGE="https://capnproto.org"
38 SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="MIT"