summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-05-05 18:26:04 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-05-05 18:26:04 -0400
commitcd5df7d6e922b5aa1d9ce400a8ea4c9c96891468 (patch)
treea986b0033616f4603112b6928451296e4432a681 /dev-vcs
parentdev-vcs/gitsh: remove unused version 0.10. (diff)
downloadgentoo-cd5df7d6e922b5aa1d9ce400a8ea4c9c96891468.tar.gz
gentoo-cd5df7d6e922b5aa1d9ce400a8ea4c9c96891468.tar.bz2
gentoo-cd5df7d6e922b5aa1d9ce400a8ea4c9c96891468.zip
dev-vcs/gitinspector: remove unused versions 0.3.1 and 0.3.2.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitinspector/Manifest2
-rw-r--r--dev-vcs/gitinspector/gitinspector-0.3.1.ebuild21
-rw-r--r--dev-vcs/gitinspector/gitinspector-0.3.2.ebuild26
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-vcs/gitinspector/Manifest b/dev-vcs/gitinspector/Manifest
index b9a9ffd7f5e4..c7925e64c5de 100644
--- a/dev-vcs/gitinspector/Manifest
+++ b/dev-vcs/gitinspector/Manifest
@@ -1,3 +1 @@
-DIST gitinspector-0.3.1.tar.gz 209926 SHA256 0ed6ab9a30b1858ac2de7ce94757dcf496ae7b698e6851da87362c742fa33bf5 SHA512 1e7bfb878e8cda52e34dcdc4f650fd1266203fbfc7c1db7b219dd94d43caa5044928e43950fd7a6e5ede7c6f7460d0cb6f97d113b1494bb1b703633fcfafc9b3 WHIRLPOOL 77be30d1d395b3a810de3f6f3ac2b2b2a76f3a8e3a3e733e31c42b3bf76e0bb5381e9eb373e041b904128f8838fca237b8038ad20fd5b0eba0538a185e0efde9
-DIST gitinspector-0.3.2.tar.gz 216276 SHA256 0ceb313a0ff4c66389a99f703cae6d147603bc35ec7f134e1848f76a0c859221 SHA512 b298d686645d59f3c59c813ff959f2335f19bcf149fe37ce02ca2d291d5ed91e289c466f52d37690876f475ada4f679233471a82f9d399e41e888ad3c56e4b4a WHIRLPOOL 926a3728c00dcf5ee85fba7a0d3698fb9e35cb2b3502fe4979648ec0900a0d85fb3bf95abaee378aecfbbdfe23d88e396ac0b17b6921721cd3d93640e31aa400
DIST gitinspector-0.4.2.tar.gz 312781 SHA256 4c10d2a6a7964f0a38bd7fa8429f3d5095bf56d829c07a38256810cae0793f55 SHA512 144f2cf03f7cb426ccb9a28a6328bd54e6f13cf56d255829a78f31292be63d3f91dcd76525b1bdee514aff7ec20869acae9dc1f0683261ca9bbab29e660cc915 WHIRLPOOL 95fea80bf15f26d6147acca63a80786443a5d4bc6a35710825e73eed13e49212eab9535757f9b0958fec18ed5513a2905839e961631f77e0c9a8ccb816557505
diff --git a/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild b/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild
deleted file mode 100644
index 972a2cfcf0f0..000000000000
--- a/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-vcs/git"
-DEPEND="
- test? ( ${RDEPEND} )"
diff --git a/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild b/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild
deleted file mode 100644
index cbfe3599bda9..000000000000
--- a/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-vcs/git"
-DEPEND="
- test? ( ${RDEPEND} )"
-
-python_prepare_all() {
- [[ ${LC_ALL} == "C" ]] && export LC_ALL="en_US.utf8"
- distutils-r1_python_prepare_all
-}