commit:     f5fc4a47d97e815998d5bf876feb6f24b6582d6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:23:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:23:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fc4a47

dev-vcs/gitinspector: Remove last-rited pkg

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

 dev-vcs/gitinspector/Manifest                  |  1 -
 dev-vcs/gitinspector/gitinspector-0.4.4.ebuild | 43 --------------------------
 dev-vcs/gitinspector/metadata.xml              |  8 -----
 profiles/package.mask                          |  5 ---
 4 files changed, 57 deletions(-)

diff --git a/dev-vcs/gitinspector/Manifest b/dev-vcs/gitinspector/Manifest
deleted file mode 100644
index 482f3855826..00000000000
--- a/dev-vcs/gitinspector/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gitinspector-0.4.4.tar.gz 312201 BLAKE2B 
870db21e9a3a3943e8315e88510d305f55e5074946456e0758f126e2d0b41e9b6e6c446417cf34339acaf5a84da02a5424195b66f7ef7d6ba2febd57ca6919dd
 SHA512 
6e453a97f7b0bda73e376499268d9a46aa4ff1f8bb65092314a6d32031b0292056152b4e0e3781fbbe3aa6150373679bf78a8c83410882921ab40ce6d356fadb

diff --git a/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild 
b/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild
deleted file mode 100644
index 08058dc071f..00000000000
--- a/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Statistical analysis tool for git repositories"
-HOMEPAGE="https://github.com/ejwa/gitinspector";
-SRC_URI="https://github.com/ejwa/gitinspector/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-vcs/git"
-DEPEND="test? ( ${RDEPEND} )"
-
-python_prepare_all() {
-       [[ ${LC_ALL} == "C" ]] && export LC_ALL="en_US.utf8"
-
-       # Otherwise this gets installed with the *.txt glob.
-       rm LICENSE.txt || die 'failed to remove LICENSE.txt'
-
-       # Use /usr/share/doc/${PF} instead of /usr/share/doc/${PN}.
-       sed -i setup.py \
-               -e "s:share/doc/gitinspector:share/doc/${PF}:" \
-               || die 'failed to fix the documentation path in setup.py'
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       # The distutils install routine misses some important documentation.
-       doman docs/gitinspector.1
-       dodoc docs/*.{pdf,css,html,txt}
-}

diff --git a/dev-vcs/gitinspector/metadata.xml 
b/dev-vcs/gitinspector/metadata.xml
deleted file mode 100644
index 0233271d1ea..00000000000
--- a/dev-vcs/gitinspector/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">ejwa/gitinspector</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 6e8437459be..07b1580dada 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -616,11 +616,6 @@ dev-util/cmdtest
 # Removal in 30 days.  Bug #735362.
 dev-vcs/svnmailer
 
-# Michał Górny <mgo...@gentoo.org> (2020-08-03)
-# Unmaintained.  Last release in 2016.  Py2 only.
-# Removal in 30 days.  Bug #735336.
-dev-vcs/gitinspector
-
 # Mikle Kolyada <zlog...@gentoo.org> (2020-08-02)
 # consolekit is abandoned upstream.
 # People are encouraged to switch to any logind

Reply via email to