public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Sun, 23 Jul 2017 11:54:06 +0000 (UTC)	[thread overview]
Message-ID: <1500810837.a945812c3a02f68031f90cedf8886c7d3d6955b9.kensington@gentoo> (raw)

commit:     a945812c3a02f68031f90cedf8886c7d3d6955b9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 11:52:00 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 11:53:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a945812c

net-analyzer/linkchecker: remove 9.3-r1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 81 ----------------------
 1 file changed, 81 deletions(-)

diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
deleted file mode 100644
index 6e2135b21c6..00000000000
--- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite?"
-
-inherit bash-completion-r1 distutils-r1 eutils multilib
-
-MY_PN="${PN/linkchecker/LinkChecker}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Check websites for broken links"
-HOMEPAGE="https://wummel.github.com/linkchecker/ https://pypi.python.org/pypi/linkchecker/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris"
-IUSE="gnome sqlite X"
-
-RDEPEND="
-	virtual/python-dnspython[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
-	gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
-	X? (
-		dev-python/PyQt4[X,help,${PYTHON_USEDEP}]
-		dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}]
-		)"
-DEPEND="
-	X? (
-		dev-qt/qthelp:4
-		dev-python/markdown2[${PYTHON_USEDEP}]
-		)"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-9.2-unbundle.patch
-		"${FILESDIR}"/${P}-bash-completion.patch
-		"${FILESDIR}"/${P}-desktop.patch
-		)
-
-	emake -C doc/html
-
-	distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-	DOCS=(
-		doc/upgrading.txt
-		doc/python3.txt
-		doc/changelog.txt
-		doc/development.txt
-	)
-	distutils-r1_python_install_all
-	if ! use X; then
-		delete_gui() {
-				rm -rf \
-					"${ED}"/usr/bin/linkchecker-gui* \
-					"${ED}"/$(python_get_sitedir)/linkcheck/gui* || die
-		}
-		python_foreach_impl delete_gui
-		rm -f "${ED}"/usr/share/applications/linkchecker*.desktop || die
-	fi
-
-	rm -f "${ED}"/usr/share/applications/linkchecker.desktop || die
-
-	newicon doc/html/logo64x64.png ${PN}.png
-
-	docinto html
-	dodoc doc/html/*
-	newbashcomp config/linkchecker-completion ${PN}
-	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}]
-}


             reply	other threads:[~2017-07-23 11:54 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 11:54 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-30 23:40 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ Sam James
2024-11-30 10:46 Arthur Zamarin
2024-10-19  7:30 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
2021-02-03 20:25 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: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=1500810837.a945812c3a02f68031f90cedf8886c7d3d6955b9.kensington@gentoo \
    --to=kensington@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