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/hector_mapping/, dev-ros/hector_mapping/files/
Date: Thu, 16 Jul 2020 16:31:29
Message-Id: 1594917066.c5279c2a329cd2f460357cabea1e2cac528131a4.aballier@gentoo
1 commit: c5279c2a329cd2f460357cabea1e2cac528131a4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 16:29:11 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 16:31:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5279c2a
7
8 dev-ros/hector_mapping: Remove old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/hector_mapping/Manifest | 2 --
14 dev-ros/hector_mapping/files/boost170.patch | 13 ----------
15 dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild | 29 ----------------------
16 dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild | 29 ----------------------
17 4 files changed, 73 deletions(-)
18
19 diff --git a/dev-ros/hector_mapping/Manifest b/dev-ros/hector_mapping/Manifest
20 index a4d121558e2..703025b7231 100644
21 --- a/dev-ros/hector_mapping/Manifest
22 +++ b/dev-ros/hector_mapping/Manifest
23 @@ -1,3 +1 @@
24 -DIST hector_slam-0.3.5.tar.gz 66002 BLAKE2B 6e370fedf49b450cd3dec77eb7a197cc13796d787c41a72d5bdf918661728e96ff9e388ab1f2c5cf64c13ff6e94e058fc4c8ba176307b63cc51b892c0183dd54 SHA512 7f61c6b0607295b6b96fb9cadbaafc7531013a0d7cfaab19630c14ac52cde8920376a57041577d2c9945130200ce5912ba331dd1e3d0f41297a928a34a45dfa1
25 -DIST hector_slam-0.4.0.tar.gz 66634 BLAKE2B 7d4798d4c247268d01a51a8d796441807f9243d074ccd4584b759da91779d8a565de28f18bd0d7d59b71e2710c71b39d7fafd4de5de8c6fbd8d3ca453788998b SHA512 1951a31fa02b042ce167367d94ab8a8f7481dc1eb3f6dc1c0f248f552ae8cf312af1ba9519eeefd3b24bed9b593a60b0734a23de9214ca35c48f7cc33ab5d437
26 DIST hector_slam-0.4.1.tar.gz 66772 BLAKE2B ad6f5596ea1fca2ed68017534280a4d622179de8df4c039e95f3e87a0e591212944d65e4d507194eb33584f7f55cba4fe398b19f5a22bfb3afce1b2406d1635d SHA512 bd0932971114f13c41c6e346756f2c95cc0a9a011d11202792a6f837757a144355e05c3e7ed1afa574b743166a78f1a7855c5693b0c57378611e50c386c2483e
27
28 diff --git a/dev-ros/hector_mapping/files/boost170.patch b/dev-ros/hector_mapping/files/boost170.patch
29 deleted file mode 100644
30 index 89bc05d2f7d..00000000000
31 --- a/dev-ros/hector_mapping/files/boost170.patch
32 +++ /dev/null
33 @@ -1,13 +0,0 @@
34 -Index: hector_mapping/CMakeLists.txt
35 -===================================================================
36 ---- hector_mapping.orig/CMakeLists.txt
37 -+++ hector_mapping/CMakeLists.txt
38 -@@ -7,7 +7,7 @@ project(hector_mapping)
39 - find_package(catkin REQUIRED COMPONENTS roscpp nav_msgs visualization_msgs tf message_filters laser_geometry tf_conversions message_generation)
40 -
41 - ## System dependencies are found with CMake's conventions
42 --find_package(Boost REQUIRED COMPONENTS thread signals)
43 -+find_package(Boost REQUIRED COMPONENTS thread)
44 - include_directories(${Boost_INCLUDE_DIRS})
45 -
46 - # Find Eigen3 (from http://wiki.ros.org/jade/Migration)
47
48 diff --git a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild b/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild
49 deleted file mode 100644
50 index 3705df75d03..00000000000
51 --- a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild
52 +++ /dev/null
53 @@ -1,29 +0,0 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
59 -KEYWORDS="~amd64 ~arm"
60 -ROS_SUBDIR=${PN}
61 -CATKIN_HAS_MESSAGES=yes
62 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
63 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs"
64 -
65 -inherit ros-catkin
66 -
67 -DESCRIPTION="SLAM approach that can be used without odometry and on platforms that exhibit roll/pitch motion"
68 -LICENSE="BSD"
69 -SLOT="0"
70 -IUSE=""
71 -
72 -RDEPEND="
73 - dev-ros/roscpp
74 - dev-ros/tf
75 - dev-ros/message_filters
76 - dev-ros/laser_geometry
77 - dev-ros/tf_conversions
78 - dev-libs/boost:=[threads]
79 -"
80 -DEPEND="${RDEPEND}
81 - dev-cpp/eigen:3"
82 -PATCHES=( "${FILESDIR}/boost170.patch" )
83
84 diff --git a/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild b/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild
85 deleted file mode 100644
86 index 3705df75d03..00000000000
87 --- a/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild
88 +++ /dev/null
89 @@ -1,29 +0,0 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=5
94 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
95 -KEYWORDS="~amd64 ~arm"
96 -ROS_SUBDIR=${PN}
97 -CATKIN_HAS_MESSAGES=yes
98 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
99 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs"
100 -
101 -inherit ros-catkin
102 -
103 -DESCRIPTION="SLAM approach that can be used without odometry and on platforms that exhibit roll/pitch motion"
104 -LICENSE="BSD"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -RDEPEND="
109 - dev-ros/roscpp
110 - dev-ros/tf
111 - dev-ros/message_filters
112 - dev-ros/laser_geometry
113 - dev-ros/tf_conversions
114 - dev-libs/boost:=[threads]
115 -"
116 -DEPEND="${RDEPEND}
117 - dev-cpp/eigen:3"
118 -PATCHES=( "${FILESDIR}/boost170.patch" )