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/base_local_planner/
Date: Thu, 02 Aug 2018 09:15:19
Message-Id: 1533201244.5d61d2ffd5cdcca845af105a3580d407c25bfc8a.aballier@gentoo
1 commit: 5d61d2ffd5cdcca845af105a3580d407c25bfc8a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 09:14:04 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 09:14:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d61d2ff
7
8 dev-ros/base_local_planner: Remove old
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-ros/base_local_planner/Manifest | 3 --
13 .../base_local_planner-1.15.1-r1.ebuild | 37 --------------------
14 .../base_local_planner-1.15.2.ebuild | 37 --------------------
15 .../base_local_planner-1.16.0.ebuild | 40 ----------------------
16 4 files changed, 117 deletions(-)
17
18 diff --git a/dev-ros/base_local_planner/Manifest b/dev-ros/base_local_planner/Manifest
19 index f91fd9ec105..2e0595a1965 100644
20 --- a/dev-ros/base_local_planner/Manifest
21 +++ b/dev-ros/base_local_planner/Manifest
22 @@ -1,4 +1 @@
23 -DIST navigation-1.15.1.tar.gz 346480 BLAKE2B 29f9a0b6f2c62bd21a7cb87a64b490c845bb7db4af338fd094744abb22402df7eedc8c164b64f93f2d67dabaff99ca3b946b45e93173bed74834d9e3668726ad SHA512 25c5093bf7acca9d15d46bb2d0ae7e4ce0fa45f18b32d1626668dcbd33732317e8535b978e7225d86391472c517f05acb7736f31a7c511c8736ab8a22c7af4b0
24 -DIST navigation-1.15.2.tar.gz 348985 BLAKE2B 866779425828b1e4c3a044654ae41f33643646ca70cf6841f23bce265add2c420bf0934a41a6b29fa65fc421228a31dc15e9fb0f6cc4295ce12adbbb627b43d4 SHA512 582422756b31b4d83e929e3c723e7205e772b9775fcf618c9bd5d3c54af1f20e9bc8a0143626750c0c3cffeb0cbea8f8706b7e66f62dc037cfe12b05f23ee142
25 -DIST navigation-1.16.0.tar.gz 336708 BLAKE2B 74fdc7c3afb00bfbded011678c90b22cc95fe45b126c9a8a4bb9a80f8676ed0ade32e02ad77ec643f167d9719e71347750b6f7993f61cf743fc018d1412436d6 SHA512 ee6336627c2e095ef089534c19b7258f394858a6c04ad49b3aa6e1d0acca67c245c2743f04752be137864dba216c3aa38e34c3e40e3db7839308be3adbc808d6
26 DIST navigation-1.16.1.tar.gz 336908 BLAKE2B 0f22db60352a0f50938ae18104ecad72c2e06eedeb2da8f6afe09bdc346868fcd71c90b0243c366b9fd0e7a26fef7551ab6a4febe87ab8d66af5ce3497c68770 SHA512 f6742f5afcaff2d1fc699e2695845b148bb16523e301f79577a8073fcc829541158b7c463f2e5bd9f69571f8b4042dbfacfe563de54b16193b5a31721c5f6faf
27
28 diff --git a/dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild b/dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild
29 deleted file mode 100644
30 index b65fa9b3d54..00000000000
31 --- a/dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
39 -CATKIN_HAS_MESSAGES=yes
40 -ROS_SUBDIR=${PN}
41 -KEYWORDS="~amd64 ~arm"
42 -PYTHON_COMPAT=( python2_7 )
43 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
44 -
45 -inherit ros-catkin
46 -
47 -DESCRIPTION="Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - dev-ros/roscpp
54 - dev-ros/tf
55 - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
56 - dev-ros/nav_core
57 - dev-ros/pcl_conversions
58 - dev-ros/rostest
59 - dev-ros/costmap_2d
60 - dev-ros/pluginlib
61 - dev-ros/angles
62 - dev-libs/boost:=[threads]
63 - dev-cpp/eigen:3
64 - sci-libs/pcl
65 - dev-libs/console_bridge:=
66 -"
67 -DEPEND="${RDEPEND}
68 - dev-ros/cmake_modules
69 - test? ( dev-cpp/gtest )
70 -"
71
72 diff --git a/dev-ros/base_local_planner/base_local_planner-1.15.2.ebuild b/dev-ros/base_local_planner/base_local_planner-1.15.2.ebuild
73 deleted file mode 100644
74 index a093f607b11..00000000000
75 --- a/dev-ros/base_local_planner/base_local_planner-1.15.2.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
83 -CATKIN_HAS_MESSAGES=yes
84 -ROS_SUBDIR=${PN}
85 -KEYWORDS="~amd64 ~arm"
86 -PYTHON_COMPAT=( python2_7 )
87 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
88 -
89 -inherit ros-catkin
90 -
91 -DESCRIPTION="Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane"
92 -LICENSE="BSD"
93 -SLOT="0"
94 -IUSE=""
95 -
96 -RDEPEND="
97 - dev-ros/roscpp
98 - dev-ros/tf
99 - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
100 - dev-ros/nav_core
101 - dev-ros/pcl_conversions
102 - dev-ros/rostest
103 - dev-ros/costmap_2d
104 - dev-ros/pluginlib
105 - dev-ros/angles
106 - dev-libs/boost:=[threads]
107 - dev-cpp/eigen:3
108 - sci-libs/pcl
109 - dev-libs/console_bridge:=
110 -"
111 -DEPEND="${RDEPEND}
112 - dev-ros/cmake_modules
113 - test? ( dev-cpp/gtest )
114 -"
115
116 diff --git a/dev-ros/base_local_planner/base_local_planner-1.16.0.ebuild b/dev-ros/base_local_planner/base_local_planner-1.16.0.ebuild
117 deleted file mode 100644
118 index 459e749a5fb..00000000000
119 --- a/dev-ros/base_local_planner/base_local_planner-1.16.0.ebuild
120 +++ /dev/null
121 @@ -1,40 +0,0 @@
122 -# Copyright 1999-2018 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
127 -CATKIN_HAS_MESSAGES=yes
128 -ROS_SUBDIR=${PN}
129 -KEYWORDS="~amd64 ~arm"
130 -PYTHON_COMPAT=( python2_7 )
131 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
132 -
133 -inherit ros-catkin
134 -
135 -DESCRIPTION="Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane"
136 -LICENSE="BSD"
137 -SLOT="0"
138 -IUSE=""
139 -
140 -RDEPEND="
141 - dev-ros/angles
142 - >=dev-ros/costmap_2d-1.16
143 - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
144 - dev-cpp/eigen:3
145 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
146 - >=dev-ros/nav_core-1.16
147 - dev-ros/pluginlib
148 - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
149 - dev-ros/rosconsole
150 - dev-ros/roscpp
151 - dev-ros/rospy[${PYTHON_USEDEP}]
152 - dev-ros/tf2_ros
153 - dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
154 - dev-ros/voxel_grid
155 - dev-libs/boost:=[threads]
156 - dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
157 -"
158 -DEPEND="${RDEPEND}
159 - dev-ros/cmake_modules
160 - test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] )
161 -"