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/pywebdav/
Date: Mon, 05 Feb 2018 21:54:20
Message-Id: 1517867637.8706e1dc0f37b848ca3b26ecbaa809b281f73c06.mgorny@gentoo
1 commit: 8706e1dc0f37b848ca3b26ecbaa809b281f73c06
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:34:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8706e1dc
7
8 dev-python/pywebdav: remove dead HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7085
11
12 dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild b/dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild
16 index 82507042ad2..84fb3d628c7 100644
17 --- a/dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild
18 +++ b/dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -10,7 +10,7 @@ inherit distutils-r1
26 MY_P=${P/pywebdav/PyWebDAV}
27
28 DESCRIPTION="WebDAV server written in Python"
29 -HOMEPAGE="https://code.google.com/p/pywebdav/ https://pypi.python.org/pypi/PyWebDAV"
30 +HOMEPAGE="https://pypi.python.org/pypi/PyWebDAV"
31 SRC_URI="https://pywebdav.googlecode.com/files/${MY_P}.tar.gz"
32
33 LICENSE="LGPL-2"