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: Sat, 04 Aug 2018 18:46:52
Message-Id: 1533408391.9cc2451fec40d4814bd6137d5d03933deb94e738.aballier@gentoo
1 commit: 9cc2451fec40d4814bd6137d5d03933deb94e738
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 18:31:26 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 18:46:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc2451f
7
8 dev-ros/rotate_recovery: Remove old
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-ros/rotate_recovery/Manifest | 3 ---
13 .../rotate_recovery-1.15.1-r1.ebuild | 28 ---------------------
14 .../rotate_recovery/rotate_recovery-1.15.2.ebuild | 28 ---------------------
15 .../rotate_recovery/rotate_recovery-1.16.0.ebuild | 29 ----------------------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/dev-ros/rotate_recovery/Manifest b/dev-ros/rotate_recovery/Manifest
19 index f91fd9ec105..2e0595a1965 100644
20 --- a/dev-ros/rotate_recovery/Manifest
21 +++ b/dev-ros/rotate_recovery/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/rotate_recovery/rotate_recovery-1.15.1-r1.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.15.1-r1.ebuild
29 deleted file mode 100644
30 index a31e4f6d10c..00000000000
31 --- a/dev-ros/rotate_recovery/rotate_recovery-1.15.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,28 +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 -ROS_SUBDIR=${PN}
40 -KEYWORDS="~amd64 ~arm"
41 -
42 -inherit ros-catkin
43 -
44 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-ros/roscpp
51 - dev-ros/tf
52 - dev-ros/costmap_2d
53 - dev-ros/nav_core
54 - dev-ros/pluginlib
55 - dev-ros/base_local_planner
56 - dev-cpp/eigen:3
57 - dev-libs/boost:=
58 - dev-libs/console_bridge:=
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-ros/cmake_modules"
62
63 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.15.2.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.15.2.ebuild
64 deleted file mode 100644
65 index f66e208f7df..00000000000
66 --- a/dev-ros/rotate_recovery/rotate_recovery-1.15.2.ebuild
67 +++ /dev/null
68 @@ -1,28 +0,0 @@
69 -# Copyright 1999-2018 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 - dev-libs/boost:=
93 - dev-libs/console_bridge:=
94 -"
95 -DEPEND="${RDEPEND}
96 - dev-ros/cmake_modules"
97
98 diff --git a/dev-ros/rotate_recovery/rotate_recovery-1.16.0.ebuild b/dev-ros/rotate_recovery/rotate_recovery-1.16.0.ebuild
99 deleted file mode 100644
100 index 14999808021..00000000000
101 --- a/dev-ros/rotate_recovery/rotate_recovery-1.16.0.ebuild
102 +++ /dev/null
103 @@ -1,29 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=5
108 -ROS_REPO_URI="https://github.com/ros-planning/navigation"
109 -ROS_SUBDIR=${PN}
110 -KEYWORDS="~amd64 ~arm"
111 -
112 -inherit ros-catkin
113 -
114 -DESCRIPTION="Recovery behavior that attempts to clear space by performing a 360 degree rotation of the robot"
115 -LICENSE="BSD"
116 -SLOT="0"
117 -IUSE=""
118 -
119 -RDEPEND="
120 - dev-ros/costmap_2d
121 - dev-cpp/eigen:3
122 - >=dev-ros/nav_core-1.16
123 - dev-ros/pluginlib
124 - dev-ros/roscpp
125 - dev-ros/tf2_ros
126 -
127 - dev-ros/base_local_planner
128 - dev-libs/boost:=
129 - dev-libs/console_bridge:=
130 -"
131 -DEPEND="${RDEPEND}
132 - dev-ros/cmake_modules"