From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06C0B138334 for ; Sat, 19 Jan 2019 03:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B385E0993; Sat, 19 Jan 2019 03:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5810AE0993 for ; Sat, 19 Jan 2019 03:22:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D630335CFE for ; Sat, 19 Jan 2019 03:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05C1F521 for ; Sat, 19 Jan 2019 03:22:25 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1547868106.8a1c5928df2db8e0e321bfda31c38b49c21f7a35.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/linkchecker/linkchecker-9999.ebuild X-VCS-Directories: net-analyzer/linkchecker/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8a1c5928df2db8e0e321bfda31c38b49c21f7a35 X-VCS-Branch: master Date: Sat, 19 Jan 2019 03:22:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb6236c1-16d5-4221-b67a-0f8252c663d1 X-Archives-Hash: 039b84ffa3126199aa21fa5222559ab3 commit: 8a1c5928df2db8e0e321bfda31c38b49c21f7a35 Author: Tomas Mozes gmail com> AuthorDate: Fri Jan 18 12:36:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jan 19 03:21:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c5928 net-analyzer/linkchecker: sync live ebuild Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10860 Signed-off-by: Thomas Deutschmann gentoo.org> net-analyzer/linkchecker/linkchecker-9999.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index 81a23e9d21b..528d4f9fc6c 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite?" @@ -16,29 +16,31 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="gnome sqlite" +IUSE="sqlite" RDEPEND=" dev-python/pyxdg[${PYTHON_USEDEP}] + >=dev-python/requests-2.4[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] - gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) " DEPEND="" RESTRICT="test" python_prepare_all() { - local PATCHES=( "${FILESDIR}"/${PN}-9.3-bash-completion.patch ) + local PATCHES=( + "${FILESDIR}/${PN}-9.3-bash-completion.patch" + ) distutils-r1_python_prepare_all } python_install_all() { DOCS=( - doc/upgrading.txt - doc/python3.txt doc/changelog.txt doc/development.mdwn + doc/python3.txt + doc/upgrading.txt ) distutils-r1_python_install_all