From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 432B6138330 for ; Sun, 27 May 2018 07:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463DFE0943; Sun, 27 May 2018 07:23:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BD3BE0943 for ; Sun, 27 May 2018 07:23:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2D7D335CC3 for ; Sun, 27 May 2018 07:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AC2427A for ; Sun, 27 May 2018 07:23:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527405818.1630f07b609f9065f88b040eabf6bdc039a4daa8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_geotiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/hector_geotiff/hector_geotiff-0.3.5-r1.ebuild X-VCS-Directories: dev-ros/hector_geotiff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1630f07b609f9065f88b040eabf6bdc039a4daa8 X-VCS-Branch: master Date: Sun, 27 May 2018 07:23:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c459f5ed-d485-4769-8ac6-e997b4bfbe73 X-Archives-Hash: 46c0039687a21d3c15eab30a4d3842f5 commit: 1630f07b609f9065f88b040eabf6bdc039a4daa8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 10 16:05:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 27 07:23:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1630f07b dev-ros/hector_geotiff: Drop Qt4-based Closes: https://bugs.gentoo.org/644564 Package-Manager: Portage-2.3.36, Repoman-2.3.9 .../hector_geotiff/hector_geotiff-0.3.5-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) 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 deleted file mode 100644 index 44e33566e42..00000000000 --- a/dev-ros/hector_geotiff/hector_geotiff-0.3.5-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Node to save occupancy grid map, robot trajectory and object of interest data to GeoTiff images" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/hector_map_tools - dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/pluginlib - dev-libs/tinyxml2:= - dev-libs/console_bridge:= - dev-ros/roscpp - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-libs/boost:= -" -DEPEND="${RDEPEND} - dev-cpp/eigen:3"