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-ros/rosclean/
Date: Tue, 07 May 2019 10:00:46
Message-Id: 1557223222.f12332a227aebbd6b3c0364b186f52cf2fbf3c80.aballier@gentoo
1 commit: f12332a227aebbd6b3c0364b186f52cf2fbf3c80
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 09:54:22 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 10:00:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12332a2
7
8 dev-ros/rosclean: Remove old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/rosclean/Manifest | 5 -----
14 dev-ros/rosclean/rosclean-1.14.0.ebuild | 22 ----------------------
15 dev-ros/rosclean/rosclean-1.14.1.ebuild | 22 ----------------------
16 dev-ros/rosclean/rosclean-1.14.2.ebuild | 22 ----------------------
17 dev-ros/rosclean/rosclean-1.14.3.ebuild | 22 ----------------------
18 dev-ros/rosclean/rosclean-1.14.4.ebuild | 22 ----------------------
19 6 files changed, 115 deletions(-)
20
21 diff --git a/dev-ros/rosclean/Manifest b/dev-ros/rosclean/Manifest
22 index ff4974fa94b..556762f37a1 100644
23 --- a/dev-ros/rosclean/Manifest
24 +++ b/dev-ros/rosclean/Manifest
25 @@ -1,6 +1 @@
26 -DIST ros-1.14.0.tar.gz 167371 BLAKE2B 07a046b44a327febe2f5aa6793a27f8ee5547254500ade917484674aefd8b91d651c8f48c187704b4174659c3a983cd6a864f316180f2de4d45ef4f6e0c7cd86 SHA512 b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31
27 -DIST ros-1.14.1.tar.gz 167768 BLAKE2B 1d4ec3b2af505be4995ade962c8d7c8f165af40b6911986e82d34c79baf8a3b36d553caa35395e006348bbae3e15b551831065b6185373e7451bafd444ac5d66 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a
28 -DIST ros-1.14.2.tar.gz 167882 BLAKE2B 7aadc3d06b02b58067a805613dd87cab3a97a0d0f2ddd79c496a63d75abba3444e2b624ff17308db910d9e1beca43b67d897f1358fbe4d9484a560da2de987f8 SHA512 9d848140bc694f0f2b86f8c9ef67e0279c5f05a73abe43f54aedb7439c7810346d136445c7195310e5f00e0a0cdfbbf6cbb004e7ab0b1427811ec8b0a73933d5
29 -DIST ros-1.14.3.tar.gz 166640 BLAKE2B 191f3455853ff070d7a53352b801adad58b2c32d683994c96ce6dcab297a4032dc1ac313f9be7547596440a4179ecd38f743c4b02cac8326872f450a59847bc1 SHA512 60b8a38765539a7598c9725de56ef859022875c3b2c50636bf0a79c7aca653d0efd487ad60639362c90a6d983d9e76a8fbf565a91d53da21cfb4fa95bf7ac786
30 -DIST ros-1.14.4.tar.gz 166818 BLAKE2B cbe56006ba8e318a9b94e67ea2035b209d206b6f2783c9a923c227ad92f932879a14d08cb076168159a5eb190e82e3375a70474ffae6305887086f8c0aaf3599 SHA512 ba6a25b5aae6786a9033ada747293b10e5aab2cf55b68fd8f40090f13dac7615b332993201795d6dac729dce0dcc4438df22f520bdca16c5ed127ad33eca1e9c
31 DIST ros-1.14.6.tar.gz 174375 BLAKE2B bb3c7b60c1d89ff2b219802c60fbb39ad54cb15250f6c17ef27f64a66e148bbf8da5b836ff38f0a83cf3e2fa3615ce298ef888c95607f6f33d8511a1bb04e6a5 SHA512 f30f33553aeae267b608b705b4e8b2502260ed47e3461c36da265318b5d78369a857e3fb67fc55f20f2dd9010bac6eda213bbe0442a142fbe223ebf34a48ea38
32
33 diff --git a/dev-ros/rosclean/rosclean-1.14.0.ebuild b/dev-ros/rosclean/rosclean-1.14.0.ebuild
34 deleted file mode 100644
35 index d5420ce90d5..00000000000
36 --- a/dev-ros/rosclean/rosclean-1.14.0.ebuild
37 +++ /dev/null
38 @@ -1,22 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=5
43 -
44 -ROS_REPO_URI="https://github.com/ros/ros"
45 -KEYWORDS="~amd64 ~arm"
46 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
47 -ROS_SUBDIR=tools/${PN}
48 -
49 -inherit ros-catkin
50 -
51 -DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
52 -LICENSE="BSD"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
57 -DEPEND="${RDEPEND}
58 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
59 -"
60 -PATCHES=( "${FILESDIR}/bb.patch" )
61
62 diff --git a/dev-ros/rosclean/rosclean-1.14.1.ebuild b/dev-ros/rosclean/rosclean-1.14.1.ebuild
63 deleted file mode 100644
64 index d5420ce90d5..00000000000
65 --- a/dev-ros/rosclean/rosclean-1.14.1.ebuild
66 +++ /dev/null
67 @@ -1,22 +0,0 @@
68 -# Copyright 1999-2019 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -
73 -ROS_REPO_URI="https://github.com/ros/ros"
74 -KEYWORDS="~amd64 ~arm"
75 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
76 -ROS_SUBDIR=tools/${PN}
77 -
78 -inherit ros-catkin
79 -
80 -DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
81 -LICENSE="BSD"
82 -SLOT="0"
83 -IUSE=""
84 -
85 -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
86 -DEPEND="${RDEPEND}
87 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
88 -"
89 -PATCHES=( "${FILESDIR}/bb.patch" )
90
91 diff --git a/dev-ros/rosclean/rosclean-1.14.2.ebuild b/dev-ros/rosclean/rosclean-1.14.2.ebuild
92 deleted file mode 100644
93 index d5420ce90d5..00000000000
94 --- a/dev-ros/rosclean/rosclean-1.14.2.ebuild
95 +++ /dev/null
96 @@ -1,22 +0,0 @@
97 -# Copyright 1999-2019 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=5
101 -
102 -ROS_REPO_URI="https://github.com/ros/ros"
103 -KEYWORDS="~amd64 ~arm"
104 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
105 -ROS_SUBDIR=tools/${PN}
106 -
107 -inherit ros-catkin
108 -
109 -DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
110 -LICENSE="BSD"
111 -SLOT="0"
112 -IUSE=""
113 -
114 -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
115 -DEPEND="${RDEPEND}
116 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
117 -"
118 -PATCHES=( "${FILESDIR}/bb.patch" )
119
120 diff --git a/dev-ros/rosclean/rosclean-1.14.3.ebuild b/dev-ros/rosclean/rosclean-1.14.3.ebuild
121 deleted file mode 100644
122 index d5420ce90d5..00000000000
123 --- a/dev-ros/rosclean/rosclean-1.14.3.ebuild
124 +++ /dev/null
125 @@ -1,22 +0,0 @@
126 -# Copyright 1999-2019 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=5
130 -
131 -ROS_REPO_URI="https://github.com/ros/ros"
132 -KEYWORDS="~amd64 ~arm"
133 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
134 -ROS_SUBDIR=tools/${PN}
135 -
136 -inherit ros-catkin
137 -
138 -DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
139 -LICENSE="BSD"
140 -SLOT="0"
141 -IUSE=""
142 -
143 -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
144 -DEPEND="${RDEPEND}
145 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
146 -"
147 -PATCHES=( "${FILESDIR}/bb.patch" )
148
149 diff --git a/dev-ros/rosclean/rosclean-1.14.4.ebuild b/dev-ros/rosclean/rosclean-1.14.4.ebuild
150 deleted file mode 100644
151 index d5420ce90d5..00000000000
152 --- a/dev-ros/rosclean/rosclean-1.14.4.ebuild
153 +++ /dev/null
154 @@ -1,22 +0,0 @@
155 -# Copyright 1999-2019 Gentoo Authors
156 -# Distributed under the terms of the GNU General Public License v2
157 -
158 -EAPI=5
159 -
160 -ROS_REPO_URI="https://github.com/ros/ros"
161 -KEYWORDS="~amd64 ~arm"
162 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
163 -ROS_SUBDIR=tools/${PN}
164 -
165 -inherit ros-catkin
166 -
167 -DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
168 -LICENSE="BSD"
169 -SLOT="0"
170 -IUSE=""
171 -
172 -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
173 -DEPEND="${RDEPEND}
174 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
175 -"
176 -PATCHES=( "${FILESDIR}/bb.patch" )