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/pysvg/
Date: Mon, 05 Feb 2018 21:54:19
Message-Id: 1517867632.c9ff69fe246b0146c594f1594b6782b79a0a0010.mgorny@gentoo
1 commit: c9ff69fe246b0146c594f1594b6782b79a0a0010
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:32:36 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ff69fe
7
8 dev-python/pysvg: remove dead HOMEPAGE
9
10 dev-python/pysvg/pysvg-0.2.2.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-python/pysvg/pysvg-0.2.2.ebuild b/dev-python/pysvg/pysvg-0.2.2.ebuild
14 index 921d35dec96..1313278326f 100644
15 --- a/dev-python/pysvg/pysvg-0.2.2.ebuild
16 +++ b/dev-python/pysvg/pysvg-0.2.2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 )
24 inherit distutils-r1
25
26 DESCRIPTION="Python SVG document creation library"
27 -HOMEPAGE="http://codeboje.de/pysvg/
28 - https://code.google.com/p/pysvg/"
29 +HOMEPAGE="http://codeboje.de/pysvg/"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
31
32 LICENSE="BSD"