Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/
Date: Sat, 05 May 2018 01:26:28
Message-Id: 1525483556.23af08dfe8e8eee5b07926a73d9b61ae1a6ef984.bman@gentoo
1 commit: 23af08dfe8e8eee5b07926a73d9b61ae1a6ef984
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:24:48 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 01:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23af08df
7
8 net-voip/telepathy-haze: use HTTPS
9
10 net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 4 ++--
11 net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
15 index f1129cbc885..1b9fe12ff1a 100644
16 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
17 +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
25 inherit eutils python-single-r1
26
27 DESCRIPTION="Telepathy connection manager providing libpurple supported protocols"
28 -HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
29 +HOMEPAGE="https://telepathy.freedesktop.org https://developer.pidgin.im/wiki/TelepathyHaze"
30 SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33
34 diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
35 index 2303a4580d8..43d4b875b01 100644
36 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
37 +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
45 inherit python-any-r1
46
47 DESCRIPTION="Telepathy connection manager providing libpurple supported protocols"
48 -HOMEPAGE="https://telepathy.freedesktop.org/"
49 +HOMEPAGE="https://telepathy.freedesktop.org https://developer.pidgin.im/wiki/TelepathyHaze"
50 SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
51
52 LICENSE="GPL-2"