Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ripe-atlas-tools/
Date: Sun, 27 Jan 2019 19:46:48
Message-Id: 1548618361.03e6034ac7a49e4d90a8947417ddd2ce69d16a58.pacho@gentoo
1 commit: 03e6034ac7a49e4d90a8947417ddd2ce69d16a58
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 19:43:01 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 19:46:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e6034a
7
8 net-analyzer/ripe-atlas-tools: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-analyzer/ripe-atlas-tools/Manifest | 2 -
14 .../ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild | 46 ---------------------
15 .../ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild | 46 ---------------------
16 .../ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild | 48 ----------------------
17 4 files changed, 142 deletions(-)
18
19 diff --git a/net-analyzer/ripe-atlas-tools/Manifest b/net-analyzer/ripe-atlas-tools/Manifest
20 index adf36b77adc..ddad8ec9cfa 100644
21 --- a/net-analyzer/ripe-atlas-tools/Manifest
22 +++ b/net-analyzer/ripe-atlas-tools/Manifest
23 @@ -1,3 +1 @@
24 -DIST ripe.atlas.tools-1.2.1.tar.gz 83916 BLAKE2B f48ba56deaa282a2c801e49abc712c3b4cdca20ee37d40b57c6d7d2602f68f5cdf54fc53820484672039bce349a68567ba1a1ebb2eb74665f716868c279de7d7 SHA512 4c91d14f15e80e7e0ce4d6973e497bb48561314434d1521437311fb813197da7ba0a3e27f14cebe5a71d75baba37d2e5045b94d9e39699ef4a4e57aafb063ea7
25 -DIST ripe.atlas.tools-1.2.2.tar.gz 84242 BLAKE2B 2d5bf29716d67404b9b6752dffe0642444bc1ab771029dd2b27b8a2d2cec31f805eb67b96adfe0bbb5aca33c17cc2c838387f3736163b8b96e99274d5152418b SHA512 f76efc0412e21ae50c27ddb33b00274f9be6f6f8d2106eac4e76d8dcdc14f114efc0cae5ee961b56f10b302cee0afa0ea6b84b0df588ddaf9ff5e132f8db4f2c
26 DIST ripe.atlas.tools-1.2.3.tar.gz 86364 BLAKE2B de2aa0a57e135d463d1edb7e3277d21052353009d1dbcc2ead03d659c9736e61f36e95d102b5c3792448a1ea304e340f97856647f3c565fec9fcbbf0c414596a SHA512 f9e3b94ac9561faf0f6738099a0511b5aedb3b0d3230997a8033b8a1a804b885169891de8f408933ad90e3d4543375741657d9989fef09548d9cc8f0d9920e66
27
28 diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild
29 deleted file mode 100644
30 index 283dfe59785..00000000000
31 --- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 python3_4 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_PN=${PN//-/.}
44 -DESCRIPTION="The official command-line client for RIPE Atlas"
45 -HOMEPAGE="https://atlas.ripe.net/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PVR}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -S="${WORKDIR}/${MY_PN}-${PVR}"
54 -
55 -RDEPEND="
56 - >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
57 - >=www-client/ripe-atlas-cousteau-1.0.6[${PYTHON_USEDEP}]
58 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
59 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
60 - dev-python/pyyaml[${PYTHON_USEDEP}]
61 - dev-python/tzlocal[${PYTHON_USEDEP}]
62 - dev-python/python-dateutil[${PYTHON_USEDEP}]
63 - dev-python/ujson[${PYTHON_USEDEP}]"
64 -DEPEND="
65 - dev-python/setuptools[${PYTHON_USEDEP}]
66 - test? (
67 - "${RDEPEND}"
68 - dev-python/nose[${PYTHON_USEDEP}]
69 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
70 -
71 -python_test() {
72 - nosetests --verbose || die "Tests failed with ${EPYTHON}"
73 -}
74 -
75 -python_install() {
76 - distutils-r1_python_install
77 - echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
78 - ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
79 -}
80
81 diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild
82 deleted file mode 100644
83 index 7bb832dcae2..00000000000
84 --- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild
85 +++ /dev/null
86 @@ -1,46 +0,0 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -PYTHON_COMPAT=( python2_7 python3_4 )
93 -
94 -inherit distutils-r1
95 -
96 -MY_PN=${PN//-/.}
97 -DESCRIPTION="The official command-line client for RIPE Atlas"
98 -HOMEPAGE="https://atlas.ripe.net/"
99 -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PVR}.tar.gz"
100 -
101 -LICENSE="GPL-3"
102 -SLOT="0"
103 -KEYWORDS="amd64 x86"
104 -IUSE="test"
105 -
106 -S="${WORKDIR}/${MY_PN}-${PVR}"
107 -
108 -RDEPEND="
109 - >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
110 - >=www-client/ripe-atlas-cousteau-1.0.7[${PYTHON_USEDEP}]
111 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
112 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
113 - dev-python/pyyaml[${PYTHON_USEDEP}]
114 - dev-python/tzlocal[${PYTHON_USEDEP}]
115 - dev-python/python-dateutil[${PYTHON_USEDEP}]
116 - dev-python/ujson[${PYTHON_USEDEP}]"
117 -DEPEND="
118 - dev-python/setuptools[${PYTHON_USEDEP}]
119 - test? (
120 - "${RDEPEND}"
121 - dev-python/nose[${PYTHON_USEDEP}]
122 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
123 -
124 -python_test() {
125 - nosetests --verbose || die "Tests failed with ${EPYTHON}"
126 -}
127 -
128 -python_install() {
129 - distutils-r1_python_install
130 - echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
131 - ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
132 -}
133
134 diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild
135 deleted file mode 100644
136 index c48c7717c1d..00000000000
137 --- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild
138 +++ /dev/null
139 @@ -1,48 +0,0 @@
140 -# Copyright 1999-2015 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=6
144 -
145 -PYTHON_COMPAT=( python2_7 python3_4 )
146 -
147 -inherit distutils-r1
148 -
149 -MY_PN=${PN//-/.}
150 -DESCRIPTION="The official command-line client for RIPE Atlas"
151 -HOMEPAGE="https://atlas.ripe.net/"
152 -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PV}.tar.gz"
153 -
154 -LICENSE="GPL-3"
155 -SLOT="0"
156 -KEYWORDS="~amd64 ~x86"
157 -IUSE="test"
158 -
159 -S="${WORKDIR}/${MY_PN}-${PVR}"
160 -
161 -DOCS=( CHANGES.rst README.rst )
162 -
163 -RDEPEND="
164 - >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
165 - >=www-client/ripe-atlas-cousteau-1.0.7[${PYTHON_USEDEP}]
166 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
167 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
168 - dev-python/pyyaml[${PYTHON_USEDEP}]
169 - dev-python/tzlocal[${PYTHON_USEDEP}]
170 - dev-python/python-dateutil[${PYTHON_USEDEP}]
171 - dev-python/ujson[${PYTHON_USEDEP}]"
172 -DEPEND="
173 - dev-python/setuptools[${PYTHON_USEDEP}]
174 - test? (
175 - ${RDEPEND}
176 - dev-python/nose[${PYTHON_USEDEP}]
177 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
178 -
179 -python_test() {
180 - nosetests --verbose || die "Tests failed with ${EPYTHON}"
181 -}
182 -
183 -python_install() {
184 - distutils-r1_python_install
185 - echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
186 - ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
187 -}