diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:23:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:23:03 +0200 |
commit | f5fc4a47d97e815998d5bf876feb6f24b6582d6c (patch) | |
tree | 2f2f1ee354c525ad98de143a816660d1355e7229 /dev-vcs | |
parent | dev-util/tailor: Remove last-rited pkg (diff) | |
download | gentoo-f5fc4a47d97e815998d5bf876feb6f24b6582d6c.tar.gz gentoo-f5fc4a47d97e815998d5bf876feb6f24b6582d6c.tar.bz2 gentoo-f5fc4a47d97e815998d5bf876feb6f24b6582d6c.zip |
dev-vcs/gitinspector: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735336
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitinspector/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/gitinspector/gitinspector-0.4.4.ebuild | 43 | ||||
-rw-r--r-- | dev-vcs/gitinspector/metadata.xml | 8 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-vcs/gitinspector/Manifest b/dev-vcs/gitinspector/Manifest deleted file mode 100644 index 482f3855826b..000000000000 --- 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 08058dc071fc..000000000000 --- 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 0233271d1ea1..000000000000 --- 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> |