Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/
Date: Thu, 06 Feb 2020 07:10:39
Message-Id: 1580972898.fc989be384193c079d66aefbb89a0dde47dd70f3.mgorny@gentoo
1 commit: fc989be384193c079d66aefbb89a0dde47dd70f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 06:56:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 07:08:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc989be3
7
8 dev-vcs/git-spindle: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-vcs/git-spindle/git-spindle-3.3.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-vcs/git-spindle/git-spindle-3.3.ebuild b/dev-vcs/git-spindle/git-spindle-3.3.ebuild
16 deleted file mode 100644
17 index 3c2c96e2b97..00000000000
18 --- a/dev-vcs/git-spindle/git-spindle-3.3.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Git subcommands for interacting with central services"
31 -HOMEPAGE="http://seveas.github.io/git-spindle/"
32 -SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -RDEPEND="
42 - dev-vcs/git
43 - ${PYTHON_DEPS}"
44 -DEPEND="
45 - ${RDEPEND}
46 - dev-python/setuptools[${PYTHON_USEDEP}]"