Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ctags/
Date: Wed, 25 Jul 2018 21:56:15
Message-Id: 1532555660.b8ccee9c6c7e030179eb6af536e65135d0fd611a.sbraz@gentoo
1 commit: b8ccee9c6c7e030179eb6af536e65135d0fd611a
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 21:54:20 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 21:54:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ccee9c
7
8 dev-python/python-ctags: remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/python-ctags/Manifest | 1 -
13 dev-python/python-ctags/python-ctags-1.2.3.ebuild | 26 -----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/python-ctags/Manifest b/dev-python/python-ctags/Manifest
17 index c59e302937c..2d5c620f6c8 100644
18 --- a/dev-python/python-ctags/Manifest
19 +++ b/dev-python/python-ctags/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST python-ctags3-1.2.3.tar.gz 45646 BLAKE2B 3e8d2044a8c06f903efc02d4fa62a0dc3446426ce716a694b8b3daeba92aec56773f0c02a0a360d15a475b4cac32686f34997b98302198c667137b3c1b093f28 SHA512 3bbe730e75a5ae36208113c6e2c43894942002ee37ed700990416fe54d5644b2d2be795935d1392191aae11797ec613ca143343a287596a0a327027c2f170525
22 DIST python-ctags3-1.2.4.tar.gz 47774 BLAKE2B 4b1844a6a0d6d89e014206b728e1f1d8b964db2b85afe599cfc254b68f663052d7d1169c257378243e22929297bd254e23ce4c21e1ea1c9a60d7007727c322bf SHA512 db6be08164da71b17de1a7fa46aaa60a5b83784f18ca4e2314e3b9954abe8996d5e07ed98aa024f70899fe87cf53d37671c9f42e567766b4a8af0f728df2bcfb
23 DIST python-ctags3-1.3.0.tar.gz 54615 BLAKE2B b334b834cefb01bdbf2c061d44ef6e38070c2b3e5da6de25beb09d24bc9d5891a6892a4b0c9e8fa8f8168bf344c10880ac987e263844cb3dd21303f8c2d105e6 SHA512 3ad4433d69bd159879ff4eface5150acc8c0f609cc7597885824056ce4ec148e55ad234dffa53f07977aa3ace24846e180adce5316a2950ac8d4ff58ad128b68
24
25 diff --git a/dev-python/python-ctags/python-ctags-1.2.3.ebuild b/dev-python/python-ctags/python-ctags-1.2.3.ebuild
26 deleted file mode 100644
27 index d4796aaae81..00000000000
28 --- a/dev-python/python-ctags/python-ctags-1.2.3.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 -
38 -inherit distutils-r1
39 -
40 -MY_PN="${PN}3"
41 -DESCRIPTION="Exuberant Ctags indexing python bindings"
42 -HOMEPAGE="https://github.com/jonashaag/python-ctags3"
43 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
44 -
45 -LICENSE="LGPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="dev-util/ctags"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -S="${WORKDIR}/${MY_PN}-${PV}"
53 -
54 -python_test() {
55 - esetup.py test
56 -}