public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Wed,  3 Feb 2021 20:25:53 +0000 (UTC)	[thread overview]
Message-ID: <1612383941.098056da2c62be61849596935272e8bec59a24fa.whissi@gentoo> (raw)

commit:     098056da2c62be61849596935272e8bec59a24fa
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Jan 20 14:52:46 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb  3 20:25:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098056da

net-analyzer/linkchecker: bump to 10.0.0

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19139
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/linkchecker/Manifest                  |  1 +
 net-analyzer/linkchecker/linkchecker-10.0.0.ebuild | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-analyzer/linkchecker/Manifest b/net-analyzer/linkchecker/Manifest
index ed397cd02a2..81c0c47c79c 100644
--- a/net-analyzer/linkchecker/Manifest
+++ b/net-analyzer/linkchecker/Manifest
@@ -1 +1,2 @@
+DIST linkchecker-10.0.0.tar.gz 512754 BLAKE2B ce6a83c57b3ab2a891913b1912d51315db4465fe5ae201b4a906d200c5f1807f53a5504fefca367f577239c2af99cb0dab7f744ccfe430e074fc85ddf063d2a0 SHA512 c16c52b63dd13f1afe31bfe294fb303b321af88fab1a8c7e8c94a32d1f330131e0188738b37806558e532109dac93656298878337538c7a83205f2a1fa73faa6
 DIST linkchecker-10.0.0_pre20200729.tar.gz 401694 BLAKE2B f1a0918c30b292e569fd3168eee152e63ba7266f0ef848a55601e0205d8b0521cb653db77c8dc7b5d1140b493c95e50d76acba44e961586159f2b691e6898353 SHA512 35c49ca5de06688667e39f4eb0d8a048e565fe460a4aff125a484e3966c62cbea95fd95154cb2b544c0f4987f66012793726cf890d604321ed83970654a318f6

diff --git a/net-analyzer/linkchecker/linkchecker-10.0.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.0.0.ebuild
new file mode 100644
index 00000000000..ed64f325657
--- /dev/null
+++ b/net-analyzer/linkchecker/linkchecker-10.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit bash-completion-r1 distutils-r1 optfeature
+
+DESCRIPTION="Check websites for broken links"
+HOMEPAGE="https://github.com/linkcheck/linkchecker"
+
+if [[ "${PV}" == "9999" ]]; then
+	EGIT_REPO_URI="https://github.com/linkcheck/linkchecker.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/linkchecker/linkchecker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="sqlite"
+# requires libs not present in portage yet
+RESTRICT="test"
+
+RDEPEND="
+	dev-python/beautifulsoup[${PYTHON_USEDEP}]
+	dev-python/dnspython[${PYTHON_USEDEP}]
+	dev-python/pyxdg[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-9.3-bash-completion.patch"
+)
+
+DOCS=(
+	doc/changelog.txt
+	doc/upgrading.txt
+)
+
+python_install_all() {
+	distutils-r1_python_install_all
+	newbashcomp config/linkchecker-completion ${PN}
+}
+
+pkg_postinst() {
+	optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
+	optfeature "Virus scanning" app-antivirus/clamav
+	optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
+	optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}]
+}


             reply	other threads:[~2021-02-03 20:25 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03 20:25 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-19  7:30 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ Joonas Niilola
2024-10-19  7:30 Joonas Niilola
2023-11-23 19:53 Sam James
2023-11-23 16:34 Michał Górny
2023-10-21  9:12 Florian Schmaus
2023-10-21  9:11 Florian Schmaus
2023-10-21  9:11 Florian Schmaus
2023-04-17 11:56 Sam James
2023-04-17 11:56 Sam James
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2022-07-31 18:38 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2021-12-24  6:47 Sam James
2021-12-24  6:47 Sam James
2021-09-29 14:07 Sam James
2021-09-29  7:57 Agostino Sarubbo
2021-02-04 22:27 Thomas Deutschmann
2020-08-27  9:20 Michał Górny
2020-08-27  9:20 Michał Górny
2020-08-27  9:20 Michał Górny
2019-07-30  6:04 Michał Górny
2019-07-30  6:00 Michał Górny
2019-02-18  6:23 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-01-19  3:22 Thomas Deutschmann
2019-01-19  3:22 Thomas Deutschmann
2018-09-18  9:25 Michał Górny
2018-02-14 14:17 Jason Zaman
2018-02-01 20:37 Thomas Deutschmann
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2017-07-23 11:54 Michael Palimaka
2017-07-23 11:45 Manuel Rüger
2017-03-17 10:26 Agostino Sarubbo
2017-03-13 12:58 Agostino Sarubbo
2016-01-11 11:32 Justin Lecher
2016-01-10 11:56 Manuel Rüger
2015-10-30 12:04 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612383941.098056da2c62be61849596935272e8bec59a24fa.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox