Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_geotiff/
Date: Sun, 27 May 2018 07:23:59
Message-Id: 1527405818.1630f07b609f9065f88b040eabf6bdc039a4daa8.asturm@gentoo
1 commit: 1630f07b609f9065f88b040eabf6bdc039a4daa8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 16:05:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 07:23:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1630f07b
7
8 dev-ros/hector_geotiff: Drop Qt4-based
9
10 Closes: https://bugs.gentoo.org/644564
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12
13 .../hector_geotiff/hector_geotiff-0.3.5-r1.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-ros/hector_geotiff/hector_geotiff-0.3.5-r1.ebuild b/dev-ros/hector_geotiff/hector_geotiff-0.3.5-r1.ebuild
17 deleted file mode 100644
18 index 44e33566e42..00000000000
19 --- a/dev-ros/hector_geotiff/hector_geotiff-0.3.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
27 -KEYWORDS="~amd64 ~arm"
28 -ROS_SUBDIR=${PN}
29 -
30 -inherit ros-catkin
31 -
32 -DESCRIPTION="Node to save occupancy grid map, robot trajectory and object of interest data to GeoTiff images"
33 -LICENSE="BSD"
34 -SLOT="0"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - dev-ros/hector_map_tools
39 - dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
40 - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
41 - dev-ros/pluginlib
42 - dev-libs/tinyxml2:=
43 - dev-libs/console_bridge:=
44 - dev-ros/roscpp
45 - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
46 - dev-qt/qtcore:4
47 - dev-qt/qtgui:4
48 - dev-libs/boost:=
49 -"
50 -DEPEND="${RDEPEND}
51 - dev-cpp/eigen:3"