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/rotate_recovery/
Date: Wed, 13 Sep 2017 12:00:00
Message-Id: 1505303881.9783a0ba6ba5bf890dc7bf6a7bfbbe5a543d738d.aballier@gentoo
1 commit: 9783a0ba6ba5bf890dc7bf6a7bfbbe5a543d738d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 13 11:25:56 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 13 11:58:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9783a0ba
7
8 dev-ros/rotate_recovery: Remove old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-ros/rotate_recovery/Manifest | 4 ----
13 .../rotate_recovery/rotate_recovery-1.13.0.ebuild | 26 ----------------------
14 .../rotate_recovery/rotate_recovery-1.13.1.ebuild | 26 ----------------------
15 .../rotate_recovery/rotate_recovery-1.14.0.ebuild | 26 ----------------------
16 .../rotate_recovery/rotate_recovery-1.14.2.ebuild | 26 ----------------------
17 5 files changed, 108 deletions(-)
18
19 diff --git a/dev-ros/rotate_recovery/Manifest b/dev-ros/rotate_recovery/Manifest
20 index 352c5c433ce..84d0ae863fe 100644
21 --- a/dev-ros/rotate_recovery/Manifest
22 +++ b/dev-ros/rotate_recovery/Manifest
23 @@ -1,5 +1 @@
24 -DIST navigation-1.13.0.tar.gz 336419 SHA256 5ef288325a0de4accfb4ef0cc37d9e9c4106a05d98b0ae5757f6c4823abada97 SHA512 1b686d4d1e930901dcf899fb73c8609855c3bb6d797322f6f3b9ea7ccb349f98802870b44e0fcbee4e68abebeecbaff57d453dc790fbc908cd23b8afda22e1af WHIRLPOOL 096103d8b774205995a12d294c820187fb89302285b363f6e6b9a4bb1e30a2edf9b33a451effc00b8aeec4d8f40664f61266314d389b9c668c0d7cf2152f70dd
25 -DIST navigation-1.13.1.tar.gz 335568 SHA256 aaafdc6ee41ce79f44c03710076a105411b96dfcf35a7816607cbd0f48c8e8bc SHA512 969ce141dacc3ec8c249769a861c44a8d061bfb24c1fc63bd2873b589b11581f93e3faf3292f4db5daff89100859e05451d38278f859cb527adf55405d8f536e WHIRLPOOL f4161eb7e357384cebd2f40ead98ac559d16b055a81aee1898bfa23259d42fc88978abec195af62f4a227030b200a5a9ca79079693ebc6f3a3eb1a9d5cfb7dbb
26 -DIST navigation-1.14.0.tar.gz 340196 SHA256 3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a WHIRLPOOL 12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b
27 -DIST navigation-1.14.2.tar.gz 345166 SHA256 b8be76079876ff866bce634caf862f1e2fd8e017d82c207b6aed27ca94cf0f6c SHA512 6477104a330a20722fde1634a0d51b1706c9705b4b9415aa9703c99a61d2ce3de97caba24a6b667897e842490c15a6bf2cdbb2f51341febf29d0475b4c0f384b WHIRLPOOL d4fbea98ccf9d7d75ce6cdec54b32132b67a962b047fbf25ea2dd0c2be874e1f981d1f2de66e4a03567680e32c3bd01904429a072b99d9265c50e0baa44cdb5b
28 DIST navigation-1.15.1.tar.gz 346480 SHA256 630f5aae5bae931e0bae9d2df85b82cfeab250c9deaee275c3c274c8987abda1 SHA512 25c5093bf7acca9d15d46bb2d0ae7e4ce0fa45f18b32d1626668dcbd33732317e8535b978e7225d86391472c517f05acb7736f31a7c511c8736ab8a22c7af4b0 WHIRLPOOL 14c73786a595ab91cdc9e0998880518edaf2b40360f639159561d77b3f27a5d1a0d63604232ccc1f81712d592249d0723c2a5c56573475d6c486cca3c0c1aaab
29
30 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.13.0.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.13.0.ebuild
31 deleted file mode 100644
32 index 7ed3c255c48..00000000000
33 --- a/dev-ros/rotate_recovery/rotate_recovery-1.13.0.ebuild
34 +++ /dev/null
35 @@ -1,26 +0,0 @@
36 -# Copyright 1999-2014 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
41 -ROS_SUBDIR=${PN}
42 -KEYWORDS="~amd64 ~arm"
43 -
44 -inherit ros-catkin
45 -
46 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
47 -LICENSE="BSD"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-ros/roscpp
53 - dev-ros/tf
54 - dev-ros/costmap_2d
55 - dev-ros/nav_core
56 - dev-ros/pluginlib
57 - dev-ros/base_local_planner
58 - dev-cpp/eigen:3
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-ros/cmake_modules"
62
63 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.13.1.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.13.1.ebuild
64 deleted file mode 100644
65 index 7ed3c255c48..00000000000
66 --- a/dev-ros/rotate_recovery/rotate_recovery-1.13.1.ebuild
67 +++ /dev/null
68 @@ -1,26 +0,0 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
74 -ROS_SUBDIR=${PN}
75 -KEYWORDS="~amd64 ~arm"
76 -
77 -inherit ros-catkin
78 -
79 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
80 -LICENSE="BSD"
81 -SLOT="0"
82 -IUSE=""
83 -
84 -RDEPEND="
85 - dev-ros/roscpp
86 - dev-ros/tf
87 - dev-ros/costmap_2d
88 - dev-ros/nav_core
89 - dev-ros/pluginlib
90 - dev-ros/base_local_planner
91 - dev-cpp/eigen:3
92 -"
93 -DEPEND="${RDEPEND}
94 - dev-ros/cmake_modules"
95
96 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.14.0.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.14.0.ebuild
97 deleted file mode 100644
98 index 116cb59adfd..00000000000
99 --- a/dev-ros/rotate_recovery/rotate_recovery-1.14.0.ebuild
100 +++ /dev/null
101 @@ -1,26 +0,0 @@
102 -# Copyright 1999-2016 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
107 -ROS_SUBDIR=${PN}
108 -KEYWORDS="~amd64 ~arm"
109 -
110 -inherit ros-catkin
111 -
112 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
113 -LICENSE="BSD"
114 -SLOT="0"
115 -IUSE=""
116 -
117 -RDEPEND="
118 - dev-ros/roscpp
119 - dev-ros/tf
120 - dev-ros/costmap_2d
121 - dev-ros/nav_core
122 - dev-ros/pluginlib
123 - dev-ros/base_local_planner
124 - dev-cpp/eigen:3
125 -"
126 -DEPEND="${RDEPEND}
127 - dev-ros/cmake_modules"
128
129 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.14.2.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.14.2.ebuild
130 deleted file mode 100644
131 index f42a2438315..00000000000
132 --- a/dev-ros/rotate_recovery/rotate_recovery-1.14.2.ebuild
133 +++ /dev/null
134 @@ -1,26 +0,0 @@
135 -# Copyright 1999-2017 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=5
139 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
140 -ROS_SUBDIR=${PN}
141 -KEYWORDS="~amd64 ~arm"
142 -
143 -inherit ros-catkin
144 -
145 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
146 -LICENSE="BSD"
147 -SLOT="0"
148 -IUSE=""
149 -
150 -RDEPEND="
151 - dev-ros/roscpp
152 - dev-ros/tf
153 - dev-ros/costmap_2d
154 - dev-ros/nav_core
155 - dev-ros/pluginlib
156 - dev-ros/base_local_planner
157 - dev-cpp/eigen:3
158 -"
159 -DEPEND="${RDEPEND}
160 - dev-ros/cmake_modules"