commit:     e0cff74c7e05550552472bc2f287d5dae97598be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 06:10:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 06:10:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cff74c

net-analyzer/linkchecker: Remove lastrited <10

Closes: https://bugs.gentoo.org/712958
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/linkchecker/Manifest                  |  1 -
 .../linkchecker/linkchecker-9.4.0-r1.ebuild        | 62 ----------------------
 profiles/package.mask                              |  1 -
 3 files changed, 64 deletions(-)

diff --git a/net-analyzer/linkchecker/Manifest 
b/net-analyzer/linkchecker/Manifest
index bf2898005f7..ed397cd02a2 100644
--- a/net-analyzer/linkchecker/Manifest
+++ b/net-analyzer/linkchecker/Manifest
@@ -1,2 +1 @@
 DIST linkchecker-10.0.0_pre20200729.tar.gz 401694 BLAKE2B 
f1a0918c30b292e569fd3168eee152e63ba7266f0ef848a55601e0205d8b0521cb653db77c8dc7b5d1140b493c95e50d76acba44e961586159f2b691e6898353
 SHA512 
35c49ca5de06688667e39f4eb0d8a048e565fe460a4aff125a484e3966c62cbea95fd95154cb2b544c0f4987f66012793726cf890d604321ed83970654a318f6
-DIST linkchecker-9.4.0.tar.gz 489909 BLAKE2B 
1c9d9af96778f9d2b542a078ba9da8751d6f7bc170809d5eefef6e8e2d5587e969f1cba3d6ae116b6de981949dd638b0d78fc416ce5055b3156da308b5a95d67
 SHA512 
3423f710a46d921c4387ffcfe1a8632cb889bcfdb4d56cbabcae87ca41547221e854546efd6e440e798ea85531c34a35f3ab779cd6bc2b6e63095015ad0537ba

diff --git a/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild 
b/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild
deleted file mode 100644
index 37d4981c524..00000000000
--- a/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite?"
-
-inherit bash-completion-r1 distutils-r1 optfeature
-
-DESCRIPTION="Check websites for broken links"
-HOMEPAGE="https://github.com/linkcheck/linkchecker";
-SRC_URI="https://github.com/linkcheck/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris"
-IUSE="sqlite"
-
-RDEPEND="
-       dev-python/dnspython[${PYTHON_USEDEP}]
-       dev-python/pyxdg[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.2[${PYTHON_USEDEP}]
-"
-DEPEND=""
-
-RESTRICT="test"
-
-python_prepare_all() {
-       local PATCHES=(
-               "${FILESDIR}/${PN}-9.3-bash-completion.patch"
-       )
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       delete_gui() {
-               rm -rf \
-                       "${ED}"/usr/bin/linkchecker-gui* \
-                       "${ED}"/$(python_get_sitedir)/linkcheck/gui* || die
-       }
-
-       DOCS=(
-               doc/changelog.txt
-               doc/development.mdwn
-               doc/python3.txt
-               doc/upgrading.txt
-       )
-       distutils-r1_python_install_all
-
-       python_foreach_impl delete_gui
-       rm -f "${ED}"/usr/share/applications/linkchecker*.desktop || die
-
-       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}]
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 36fbb9f4acd..861668e24fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -670,7 +670,6 @@ dev-db/mysql-workbench
 dev-util/bam
 media-gfx/displaycal
 media-plugins/gimp-resynthesizer
-<net-analyzer/linkchecker-10.0.0_pre
 
 # Alfredo Tupone <[email protected]> (2020-08-16)
 # Ported to py3.8 but not yet released

Reply via email to