Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pocketlint/
Date: Tue, 27 Nov 2018 14:37:05
Message-Id: 1543329414.33c03eeb67867f6426434d4a14a72a6a9e4de280.polynomial-c@gentoo
1 commit: 33c03eeb67867f6426434d4a14a72a6a9e4de280
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 14:36:54 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 14:36:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c03eeb
7
8 dev-python/pocketlint: Removed old.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-python/pocketlint/Manifest | 2 --
14 dev-python/pocketlint/pocketlint-0.15.ebuild | 17 -----------------
15 dev-python/pocketlint/pocketlint-0.16.ebuild | 17 -----------------
16 3 files changed, 36 deletions(-)
17
18 diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest
19 index 54ccb9b2021..f9510df2d1a 100644
20 --- a/dev-python/pocketlint/Manifest
21 +++ b/dev-python/pocketlint/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST pocketlint-0.15.tar.gz 22334 BLAKE2B f07d41d212192281008173f6314c4868ef993dd7c8220d21e2d45d461cdb5377c61acbd8d5bf7f915928fd007e844cd50f8b5ae9b87d1a6d7eaea97f0529b1b0 SHA512 0d3e3061635c8d88f4e31aa11f3cbb85a1d9acd3064c17b7bd3c50eb90f824f17a903c55bace8033bdecd626d792ffee091b8b5719b2993f475a4321f033c66b
24 -DIST pocketlint-0.16.tar.gz 22573 BLAKE2B ccf502116d1020f6bde8c0915cd83d88ac5c78c207feeb184ab4f244b23b771b4384fce69d6d562e84bf6ea2ce2a0a0ea6f65be6dfbf9ec26ae6132a86e1116f SHA512 3c7dc76a07e7654ab7bd6bf32b68d296830cab9d6e5c17dcbb5df6af0bdbecd4e86eeff70ea7e857951c9d2f35988263e86a2a559de2cca67c668a864aef431b
25 DIST pocketlint-0.17.tar.gz 22612 BLAKE2B 3245f80c486a4d16389262d5795be32b784af1b99dadc26009d0cff250e8dab9f6ac4ce9ac7e37466bcb01fb3b697740e14a0d391bcc3abcc4186d72d7243c84 SHA512 7d564aca89fd479d2dc773db2723567cfff42cceacdc5a55a87c65d6b80691e6254750c52043e3bebf55488335795b541d5a838eb592747db628af567e24dc43
26 DIST pocketlint-0.18.tar.gz 22848 BLAKE2B a5a9abc3543026b1cffa66dcf6204342c5d1ee20219423174daf725688a381a5d58a403b963e95bd6eede629824ccb72bd93161def56778fcaca9ea115e2b6a5 SHA512 02453af8465598053b9591a95d9e62d2cb8e2a218e04ec6903ed166959b7e1eebb5d226b9eeed77c7b94a254808124ec9d2078e102a0bbe9487e0f328a2d3e86
27
28 diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild b/dev-python/pocketlint/pocketlint-0.15.ebuild
29 deleted file mode 100644
30 index 468ab2a6a80..00000000000
31 --- a/dev-python/pocketlint/pocketlint-0.15.ebuild
32 +++ /dev/null
33 @@ -1,17 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_{4,5,6} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Shared code for running pylint against rhinstaller projects"
44 -HOMEPAGE="https://github.com/rhinstaller/pocketlint"
45 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86"
50 -IUSE=""
51
52 diff --git a/dev-python/pocketlint/pocketlint-0.16.ebuild b/dev-python/pocketlint/pocketlint-0.16.ebuild
53 deleted file mode 100644
54 index 27afa96d721..00000000000
55 --- a/dev-python/pocketlint/pocketlint-0.16.ebuild
56 +++ /dev/null
57 @@ -1,17 +0,0 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -PYTHON_COMPAT=( python3_{4,5,6} )
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Shared code for running pylint against rhinstaller projects"
68 -HOMEPAGE="https://github.com/rhinstaller/pocketlint"
69 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
74 -IUSE=""