From 00ce7912350e16aa726cabdb90af2eee83516928 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 21 Sep 2020 16:13:31 +0200 Subject: dev-python/textfsm: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719580 Signed-off-by: Michał Górny --- dev-python/textfsm/Manifest | 1 - dev-python/textfsm/metadata.xml | 12 ------------ dev-python/textfsm/textfsm-0.4.0.ebuild | 25 ------------------------- profiles/package.mask | 1 - 4 files changed, 39 deletions(-) delete mode 100644 dev-python/textfsm/Manifest delete mode 100644 dev-python/textfsm/metadata.xml delete mode 100644 dev-python/textfsm/textfsm-0.4.0.ebuild diff --git a/dev-python/textfsm/Manifest b/dev-python/textfsm/Manifest deleted file mode 100644 index 13ceadd26437..000000000000 --- a/dev-python/textfsm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST textfsm-0.4.0.tar.gz 38355 BLAKE2B ae59973585ab0e1eed04ec300139165cf0634c154056f73697057928d2e17f25c7934171ab20825c6fdfb35f09b18cc0438443b28af356ae6be7a28f4cb8a5af SHA512 fe7d49c48b6e74859180b911a72e8c21bcf263b0403e8fdf28f9790633fb5b48ee2465eb3208c6649e489cb5fda3c4751e1748483042c934285636d190b01998 diff --git a/dev-python/textfsm/metadata.xml b/dev-python/textfsm/metadata.xml deleted file mode 100644 index 8d38cd9663b8..000000000000 --- a/dev-python/textfsm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - chainsaw@gentoo.org - Tony Vroon - - - google/textfsm - textfsm - - diff --git a/dev-python/textfsm/textfsm-0.4.0.ebuild b/dev-python/textfsm/textfsm-0.4.0.ebuild deleted file mode 100644 index c7e30ec8290f..000000000000 --- a/dev-python/textfsm/textfsm-0.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python module for parsing semi-structured text into python tables." -HOMEPAGE="https://github.com/google/textfsm/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="examples" - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index a55c37cef2a0..aab2bbbd4bad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -615,7 +615,6 @@ dev-python/pyflann dev-python/pygsl dev-python/python-ntpdshm dev-python/sphinxcontrib-napoleon -dev-python/textfsm # Alfredo Tupone (2020-08-16) # Ported to py3.8 but not yet released -- cgit v1.2.3-18-g5258