Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hachoir-parser/
Date: Thu, 13 Sep 2018 21:23:04
Message-Id: 1536873754.ff26e83504557ae68828f41410de5cf3bca584a6.monsieurp@gentoo
1 commit: ff26e83504557ae68828f41410de5cf3bca584a6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 12 09:02:38 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 21:22:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff26e835
7
8 dev-python/hachoir-parser: remove dead HOMEPAGE
9
10 dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild b/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild
14 index a0614f9c247..132fbd59bff 100644
15 --- a/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild
16 +++ b/dev-python/hachoir-parser/hachoir-parser-1.3.4-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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
24 inherit distutils-r1
25
26 DESCRIPTION="Package of Hachoir parsers used to open binary files"
27 -HOMEPAGE="https://bitbucket.org/haypo/hachoir/wiki/hachoir-parser https://pypi.org/project/hachoir-parser/"
28 +HOMEPAGE="https://pypi.org/project/hachoir-parser/"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="GPL-2"