Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Sat, 19 Jan 2019 03:22:34
Message-Id: 1547868106.8a1c5928df2db8e0e321bfda31c38b49c21f7a35.whissi@gentoo
1 commit: 8a1c5928df2db8e0e321bfda31c38b49c21f7a35
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 18 12:36:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 03:21:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c5928
7
8 net-analyzer/linkchecker: sync live ebuild
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/10860
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 net-analyzer/linkchecker/linkchecker-9999.ebuild | 16 +++++++++-------
16 1 file changed, 9 insertions(+), 7 deletions(-)
17
18 diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild
19 index 81a23e9d21b..528d4f9fc6c 100644
20 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild
21 +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 PYTHON_COMPAT=( python2_7 )
31 PYTHON_REQ_USE="sqlite?"
32 @@ -16,29 +16,31 @@ SRC_URI=""
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36 -IUSE="gnome sqlite"
37 +IUSE="sqlite"
38
39 RDEPEND="
40 dev-python/pyxdg[${PYTHON_USEDEP}]
41 + >=dev-python/requests-2.4[${PYTHON_USEDEP}]
42 virtual/python-dnspython[${PYTHON_USEDEP}]
43 - gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
44 "
45 DEPEND=""
46
47 RESTRICT="test"
48
49 python_prepare_all() {
50 - local PATCHES=( "${FILESDIR}"/${PN}-9.3-bash-completion.patch )
51 + local PATCHES=(
52 + "${FILESDIR}/${PN}-9.3-bash-completion.patch"
53 + )
54
55 distutils-r1_python_prepare_all
56 }
57
58 python_install_all() {
59 DOCS=(
60 - doc/upgrading.txt
61 - doc/python3.txt
62 doc/changelog.txt
63 doc/development.mdwn
64 + doc/python3.txt
65 + doc/upgrading.txt
66 )
67 distutils-r1_python_install_all