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/imu_filter_madgwick/files/, dev-ros/imu_filter_madgwick/
Date: Wed, 28 Aug 2019 17:02:14
Message-Id: 1567011701.6a14b6030d6a79b9482c8691e94acd61f4065241.aballier@gentoo
1 commit: 6a14b6030d6a79b9482c8691e94acd61f4065241
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:25:37 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:01:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a14b603
7
8 dev-ros/imu_filter_madgwick: Remove old
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/imu_filter_madgwick/Manifest | 2 --
14 dev-ros/imu_filter_madgwick/files/pluginlib.patch | 10 -------
15 .../imu_filter_madgwick-1.1.5-r1.ebuild | 34 ----------------------
16 .../imu_filter_madgwick-1.2.0.ebuild | 33 ---------------------
17 4 files changed, 79 deletions(-)
18
19 diff --git a/dev-ros/imu_filter_madgwick/Manifest b/dev-ros/imu_filter_madgwick/Manifest
20 index 9c243509465..e0f6dec147d 100644
21 --- a/dev-ros/imu_filter_madgwick/Manifest
22 +++ b/dev-ros/imu_filter_madgwick/Manifest
23 @@ -1,3 +1 @@
24 -DIST imu_tools-1.1.5.tar.gz 1653083 BLAKE2B 8c0e84333455a5b4cae215a2e54b74ff828d00a426b9ab13f4048a72556b6a526dc4256a53dc3e21e098cc31ea6d21e0d508066a4627d01c27681ce0b3b18035 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
25 -DIST imu_tools-1.2.0.tar.gz 1653607 BLAKE2B 76cccfeae657188e3be3774bcb19c5edac94e7070a6fd8a01c8a56857297491568f978820e6f32467b031ceece4742e6c0fe926e5d59ad19a2f6fb1c037ac3ec SHA512 3f39a2ec539949a6881cc106122d663706ddd3ed03ed822b9370e56beb56f1349bfd668a71e443ab2b9d525c6a3a88fad053768764160d9d0f04c08ba1ad2f8e
26 DIST imu_tools-1.2.1.tar.gz 1654279 BLAKE2B 06e3b27708bec09fea448b636f77b1480310483468459496e3748ef786e20e10f67fe25aba3c2d128221e42762e70fa98eedeeb79185247c47388c71120ed166 SHA512 8bd7f817df4e564d255fd5820dcbc6dd8ffa762d1b32111ed2f8d9cc258096cba1f9602260f020860fe2988eb1412c6d0598de08e4cd79ede56a40d1371d1ff0
27
28 diff --git a/dev-ros/imu_filter_madgwick/files/pluginlib.patch b/dev-ros/imu_filter_madgwick/files/pluginlib.patch
29 deleted file mode 100644
30 index 26e77bb3ffc..00000000000
31 --- a/dev-ros/imu_filter_madgwick/files/pluginlib.patch
32 +++ /dev/null
33 @@ -1,10 +0,0 @@
34 -Index: imu_filter_madgwick/src/imu_filter_nodelet.cpp
35 -===================================================================
36 ---- imu_filter_madgwick.orig/src/imu_filter_nodelet.cpp
37 -+++ imu_filter_madgwick/src/imu_filter_nodelet.cpp
38 -@@ -36,4 +36,4 @@ void ImuFilterNodelet::onInit()
39 - filter_.reset(new ImuFilterRos(nh, nh_private));
40 - }
41 -
42 --PLUGINLIB_DECLARE_CLASS(imu_filter_madgwick, ImuFilterNodelet, ImuFilterNodelet, nodelet::Nodelet);
43 -+PLUGINLIB_EXPORT_CLASS(ImuFilterNodelet, nodelet::Nodelet);
44
45 diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5-r1.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5-r1.ebuild
46 deleted file mode 100644
47 index 8d3eedf16d3..00000000000
48 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5-r1.ebuild
49 +++ /dev/null
50 @@ -1,34 +0,0 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools"
57 -KEYWORDS="~amd64"
58 -ROS_SUBDIR=${PN}
59 -
60 -inherit ros-catkin
61 -
62 -DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device"
63 -LICENSE="GPL-2"
64 -SLOT="0"
65 -IUSE=""
66 -
67 -RDEPEND="
68 - dev-ros/roscpp
69 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
70 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
71 - dev-ros/tf2
72 - dev-ros/tf2_geometry_msgs
73 - dev-ros/tf2_ros
74 - dev-ros/nodelet
75 - dev-libs/console_bridge:=
76 - dev-ros/pluginlib
77 - dev-ros/message_filters
78 - dev-ros/dynamic_reconfigure
79 - dev-libs/boost:=[threads]
80 -"
81 -DEPEND="${RDEPEND}
82 - test? ( dev-ros/rosunit )
83 -"
84 -PATCHES=( "${FILESDIR}/pluginlib.patch" )
85
86 diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.0.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.0.ebuild
87 deleted file mode 100644
88 index 1594d52649a..00000000000
89 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.0.ebuild
90 +++ /dev/null
91 @@ -1,33 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=5
96 -
97 -ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools"
98 -KEYWORDS="~amd64"
99 -ROS_SUBDIR=${PN}
100 -
101 -inherit ros-catkin
102 -
103 -DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) magnetic readings from an IMU device"
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -RDEPEND="
109 - dev-ros/roscpp
110 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
111 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
112 - dev-ros/tf2
113 - dev-ros/tf2_geometry_msgs
114 - dev-ros/tf2_ros
115 - dev-ros/nodelet
116 - dev-libs/console_bridge:=
117 - dev-ros/pluginlib
118 - dev-ros/message_filters
119 - dev-ros/dynamic_reconfigure
120 - dev-libs/boost:=[threads]
121 -"
122 -DEPEND="${RDEPEND}
123 - test? ( dev-ros/rosunit )
124 -"