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-daap/
Date: Sat, 24 Mar 2018 13:11:01
Message-Id: 1521897048.4095fb32caa84a2d3f7af1fcfb511f875cc954d0.mgorny@gentoo
1 commit: 4095fb32caa84a2d3f7af1fcfb511f875cc954d0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 23 15:57:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 13:10:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4095fb32
7
8 dev-python/python-daap: use HTTPS
9
10 dev-python/python-daap/python-daap-0.7.1-r1.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
14 index 57fde7244ee..a450131628c 100644
15 --- a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
16 +++ b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -10,7 +10,8 @@ inherit distutils-r1 flag-o-matic
24 MY_P="PythonDaap-${PV}"
25
26 DESCRIPTION="PyDaap is a DAAP client implemented in Python, based on PyTunes"
27 -HOMEPAGE="http://jerakeen.org/code/pythondaap"
28 +HOMEPAGE="https://movieos.org/code/pythondaap/
29 + https://github.com/tominsam/pythondaap"
30 SRC_URI="http://jerakeen.org/files/${MY_P}.tar.gz"
31
32 LICENSE="GPL-2"