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: dev-python/python-nbxmpp/
Date: Tue, 20 Mar 2018 21:11:32
Message-Id: 1521580224.1f2a8f0ae016d11d2c9a3402a559f894bf9ab401.mgorny@gentoo
1 commit: 1f2a8f0ae016d11d2c9a3402a559f894bf9ab401
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:09:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 21:10:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2a8f0a
7
8 dev-python/python-nbxmpp: update HOMEPAGE, use HTTPS
9
10 dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild | 4 ++--
11 dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
15 index 8d9534c5a15..9c7c1ecd035 100644
16 --- a/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
17 +++ b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.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=6
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 inherit distutils-r1 vcs-snapshot
26
27 DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
28 -HOMEPAGE="http://python-nbxmpp.gajim.org/"
29 +HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
30 SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
31
32 SLOT="0"
33
34 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
35 index d46f49ff630..803bb550634 100644
36 --- a/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
37 +++ b/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.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 python3_{4,5,6} )
45 inherit distutils-r1 vcs-snapshot
46
47 DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
48 -HOMEPAGE="http://python-nbxmpp.gajim.org/"
49 +HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
50 SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
51
52 SLOT="0"