Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rlcompleter2/
Date: Sun, 20 Sep 2015 10:15:55
Message-Id: 1442743842.240c8657f8d991af7f7fada2a37a7dfa23b551c7.jlec@gentoo
1 commit: 240c8657f8d991af7f7fada2a37a7dfa23b551c7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:10:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:10:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240c8657
7
8 dev-python/rlcompleter2: Clean old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/rlcompleter2/rlcompleter2-0.98.ebuild | 28 ------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-python/rlcompleter2/rlcompleter2-0.98.ebuild b/dev-python/rlcompleter2/rlcompleter2-0.98.ebuild
17 deleted file mode 100644
18 index 7cefa29..0000000
19 --- a/dev-python/rlcompleter2/rlcompleter2-0.98.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -RESTRICT_PYTHON_ABIS="3.* *-jython"
29 -
30 -inherit distutils
31 -
32 -DESCRIPTION="Python command line completion"
33 -HOMEPAGE="http://codespeak.net/rlcompleter2/ https://pypi.python.org/pypi/rlcompleter2"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ia64 ~ppc x86"
39 -IUSE=""
40 -
41 -DEPEND=""
42 -RDEPEND=""
43 -
44 -PYTHON_MODNAME="rlcompleter2.py"
45 -
46 -pkg_postinst() {
47 - ewarn "Please read the README, and follow instructions in order to"
48 - ewarn "execute and configure rlcompleter2."
49 -}