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/tox/
Date: Sun, 30 Jul 2017 09:45:11
Message-Id: 1501407892.2b606c6cac51051107703cd60b5210bd7feede95.mgorny@gentoo
1 commit: 2b606c6cac51051107703cd60b5210bd7feede95
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:10:40 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b606c6c
7
8 net-libs/tox: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-libs/tox/tox-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild
16 index 37596b0c3d9..e7b2b5569ca 100644
17 --- a/net-libs/tox/tox-9999.ebuild
18 +++ b/net-libs/tox/tox-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -8,8 +8,7 @@ inherit autotools git-r3 user systemd
26 DESCRIPTION="Encrypted P2P, messaging, and audio/video calling platform"
27 HOMEPAGE="https://tox.chat"
28 SRC_URI=""
29 -EGIT_REPO_URI="https://github.com/TokTok/c-toxcore.git
30 - git://github.com/TokTok/c-toxcore.git"
31 +EGIT_REPO_URI="https://github.com/TokTok/c-toxcore.git"
32
33 LICENSE="GPL-3+"
34 SLOT="0/0.1"