Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/
Date: Fri, 07 Oct 2016 15:55:26
Message-Id: 1475855715.50c2823b95ef9099f16a38edd7f653b317d96594.aballier@gentoo
1 commit: 50c2823b95ef9099f16a38edd7f653b317d96594
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 15:52:27 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 15:55:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c2823b
7
8 dev-python/rospkg: remove old
9
10 Package-Manager: portage-2.3.1
11
12 dev-python/rospkg/Manifest | 3 --
13 dev-python/rospkg/rospkg-1.0.38.ebuild | 56 ----------------------------------
14 dev-python/rospkg/rospkg-1.0.39.ebuild | 56 ----------------------------------
15 dev-python/rospkg/rospkg-1.0.40.ebuild | 56 ----------------------------------
16 4 files changed, 171 deletions(-)
17
18 diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
19 index 75e73bf..4e3b9ed 100644
20 --- a/dev-python/rospkg/Manifest
21 +++ b/dev-python/rospkg/Manifest
22 @@ -1,4 +1 @@
23 -DIST rospkg-1.0.38.tar.gz 89321 SHA256 1a1567d3e33c3910518dbfbb09760c499153b1c0ad6b8ddc5045488c11db43e4 SHA512 21cc9057a445b06db66b454e46c3ecdf8d83e54bbf4c204c63b13278dc93cdad60a80f4cab29eba7bc1811d43b406f91435499f7e58fa97814302dfb786f483e WHIRLPOOL 109e8d5ddc3f432c28959b7e6f15703aa2d67cd3ee524e4964e5388a7982b6aea144e5afcf0d22add230e33beb485ade0656025b77f2b56be75d313aa1e52870
24 -DIST rospkg-1.0.39.tar.gz 89428 SHA256 36533bc98c57b0ee99b05b8e22160c1ee3393cd6aec7f87840b420ed7e8464cf SHA512 c68fe32479e6c800927c73bd6e35a9f644c550a79181525f16713683ad196f2ac0425e5f9eea8eff2ea919de39867b0f31c929f618804aaa93a234f28f16c579 WHIRLPOOL ad446b8f9d21443b7b3416065244964b94a9b0254dee119d7f70ddaaea8b2202401094d6c725629537d97f33429d0f63866dc4c5c7d098d2a8216382e946637a
25 -DIST rospkg-1.0.40.tar.gz 39548 SHA256 ccd1d635319d41b79139b7336af64fc17a48a69ce0d728c1578c78f6350dbe1c SHA512 92a4760922b3d12850ab4a5ab8298048529d9cb427e85e3105b7b45e3c1f061351ee9611aa4b3ee29944e2d5185481b1d96593c04b25109156eb8e8aaafab0ea WHIRLPOOL e2b0b92228a03ed4d4e31d283f34708d99bb1f3d484a892a3d883110af9f63d78df46ef84c07c368250aba12955cd1f8cbea0db1d539fcf0b02951ec677159d2
26 DIST rospkg-1.0.41.tar.gz 89625 SHA256 19e0ebf751a716e312ad848ab2b545f6634d87573109b6164438db210f1f1c12 SHA512 d831ed5da8c5cf8d01cafcb83c879ef17647bdd8ec40f58e27766c5843bba118553daa932e18d9448120ce0be3e89f20a0ddd728c38ce47b2b3a41fb537123b5 WHIRLPOOL cb1e3a5dec83f0b1612df8dbbf46c845f970916259084fd9c2b8b80d0bb8ea0bc59bf064685461ec64637259c36cedb45f4f431656627beedfddf0c915ad4762
27
28 diff --git a/dev-python/rospkg/rospkg-1.0.38.ebuild b/dev-python/rospkg/rospkg-1.0.38.ebuild
29 deleted file mode 100644
30 index 5185441..00000000
31 --- a/dev-python/rospkg/rospkg-1.0.38.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
40 -
41 -SCM=""
42 -if [ "${PV#9999}" != "${PV}" ] ; then
43 - SCM="git-r3"
44 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
45 -fi
46 -
47 -inherit ${SCM} distutils-r1
48 -
49 -DESCRIPTION="Standalone Python library for the ROS package system"
50 -HOMEPAGE="http://wiki.ros.org/rospkg"
51 -if [ "${PV#9999}" != "${PV}" ] ; then
52 - SRC_URI=""
53 - KEYWORDS=""
54 - # Needed for tests
55 - S="${WORKDIR}/${PN}"
56 - EGIT_CHECKOUT_DIR="${S}"
57 -else
58 - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
59 - https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
60 - "
61 - KEYWORDS="~amd64 ~arm"
62 -fi
63 -
64 -LICENSE="BSD"
65 -SLOT="0"
66 -IUSE="test"
67 -
68 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
69 -DEPEND="${RDEPEND}
70 - test? (
71 - dev-python/nose[${PYTHON_USEDEP}]
72 - dev-python/coverage[${PYTHON_USEDEP}]
73 - )
74 -"
75 -PATCHES=(
76 - "${FILESDIR}/norecurse.patch"
77 -)
78 -
79 -python_test() {
80 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
81 -}
82 -
83 -src_install() {
84 - distutils-r1_src_install
85 -
86 - # Avoid recursing into /usr/share when looking for packages.
87 - dodir /usr/share
88 - touch "${ED}/usr/share/rospack_norecurse"
89 -}
90
91 diff --git a/dev-python/rospkg/rospkg-1.0.39.ebuild b/dev-python/rospkg/rospkg-1.0.39.ebuild
92 deleted file mode 100644
93 index 5185441..00000000
94 --- a/dev-python/rospkg/rospkg-1.0.39.ebuild
95 +++ /dev/null
96 @@ -1,56 +0,0 @@
97 -# Copyright 1999-2014 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -# $Id$
100 -
101 -EAPI=5
102 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
103 -
104 -SCM=""
105 -if [ "${PV#9999}" != "${PV}" ] ; then
106 - SCM="git-r3"
107 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
108 -fi
109 -
110 -inherit ${SCM} distutils-r1
111 -
112 -DESCRIPTION="Standalone Python library for the ROS package system"
113 -HOMEPAGE="http://wiki.ros.org/rospkg"
114 -if [ "${PV#9999}" != "${PV}" ] ; then
115 - SRC_URI=""
116 - KEYWORDS=""
117 - # Needed for tests
118 - S="${WORKDIR}/${PN}"
119 - EGIT_CHECKOUT_DIR="${S}"
120 -else
121 - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
122 - https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
123 - "
124 - KEYWORDS="~amd64 ~arm"
125 -fi
126 -
127 -LICENSE="BSD"
128 -SLOT="0"
129 -IUSE="test"
130 -
131 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
132 -DEPEND="${RDEPEND}
133 - test? (
134 - dev-python/nose[${PYTHON_USEDEP}]
135 - dev-python/coverage[${PYTHON_USEDEP}]
136 - )
137 -"
138 -PATCHES=(
139 - "${FILESDIR}/norecurse.patch"
140 -)
141 -
142 -python_test() {
143 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
144 -}
145 -
146 -src_install() {
147 - distutils-r1_src_install
148 -
149 - # Avoid recursing into /usr/share when looking for packages.
150 - dodir /usr/share
151 - touch "${ED}/usr/share/rospack_norecurse"
152 -}
153
154 diff --git a/dev-python/rospkg/rospkg-1.0.40.ebuild b/dev-python/rospkg/rospkg-1.0.40.ebuild
155 deleted file mode 100644
156 index 9939d92..00000000
157 --- a/dev-python/rospkg/rospkg-1.0.40.ebuild
158 +++ /dev/null
159 @@ -1,56 +0,0 @@
160 -# Copyright 1999-2016 Gentoo Foundation
161 -# Distributed under the terms of the GNU General Public License v2
162 -# $Id$
163 -
164 -EAPI=5
165 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
166 -
167 -SCM=""
168 -if [ "${PV#9999}" != "${PV}" ] ; then
169 - SCM="git-r3"
170 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
171 -fi
172 -
173 -inherit ${SCM} distutils-r1
174 -
175 -DESCRIPTION="Standalone Python library for the ROS package system"
176 -HOMEPAGE="http://wiki.ros.org/rospkg"
177 -if [ "${PV#9999}" != "${PV}" ] ; then
178 - SRC_URI=""
179 - KEYWORDS=""
180 - # Needed for tests
181 - S="${WORKDIR}/${PN}"
182 - EGIT_CHECKOUT_DIR="${S}"
183 -else
184 - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
185 - https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
186 - "
187 - KEYWORDS="~amd64 ~arm"
188 -fi
189 -
190 -LICENSE="BSD"
191 -SLOT="0"
192 -IUSE="test"
193 -
194 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
195 -DEPEND="${RDEPEND}
196 - test? (
197 - dev-python/nose[${PYTHON_USEDEP}]
198 - dev-python/coverage[${PYTHON_USEDEP}]
199 - )
200 -"
201 -PATCHES=(
202 - "${FILESDIR}/norecurse.patch"
203 -)
204 -
205 -python_test() {
206 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
207 -}
208 -
209 -src_install() {
210 - distutils-r1_src_install
211 -
212 - # Avoid recursing into /usr/share when looking for packages.
213 - dodir /usr/share
214 - touch "${ED}/usr/share/rospack_norecurse"
215 -}