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: net-libs/signon-oauth2/
Date: Wed, 06 Sep 2017 21:00:31
Message-Id: 1504731544.9309f39ddc20ac81b755cfd1ce5522bbafc947e5.mgorny@gentoo
1 commit: 9309f39ddc20ac81b755cfd1ce5522bbafc947e5
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:23:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:59:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309f39d
7
8 net-libs/signon-oauth2: use HTTPS for links to dev.gentoo.org
9
10 net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
14 index 29052427427..dc913a9e283 100644
15 --- a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
16 +++ b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,7 +7,7 @@ inherit eutils qmake-utils
24
25 DESCRIPTION="OAuth2 plugin for Signon daemon"
26 HOMEPAGE="https://01.org/gsso/"
27 -SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
28 +SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0"