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 153B313835A for ; Fri, 10 Jul 2020 16:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCDC9E0828; Fri, 10 Jul 2020 16:02:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7EFCE0828 for ; Fri, 10 Jul 2020 16:02:18 +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 55CBF34F5F2 for ; Fri, 10 Jul 2020 16:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ED782D3 for ; Fri, 10 Jul 2020 16:02:14 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1594396920.15c9d3a1e57e1a5d5a93312b155e4016e790ab0b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/nav_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/nav_core/Manifest dev-ros/nav_core/nav_core-1.15.2.ebuild X-VCS-Directories: dev-ros/nav_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 15c9d3a1e57e1a5d5a93312b155e4016e790ab0b X-VCS-Branch: master Date: Fri, 10 Jul 2020 16:02:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b643be9d-18fa-4415-9549-f58d9ed8f2d3 X-Archives-Hash: ea678aa22227658f255a6b41f5bea3e0 commit: 15c9d3a1e57e1a5d5a93312b155e4016e790ab0b Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 15:41:26 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:02:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c9d3a1 dev-ros/nav_core: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/nav_core/Manifest | 1 - dev-ros/nav_core/nav_core-1.15.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ros/nav_core/Manifest b/dev-ros/nav_core/Manifest index 7741f34de8d..a4fee98c8c5 100644 --- a/dev-ros/nav_core/Manifest +++ b/dev-ros/nav_core/Manifest @@ -1,2 +1 @@ -DIST navigation-1.15.2.tar.gz 348985 BLAKE2B 866779425828b1e4c3a044654ae41f33643646ca70cf6841f23bce265add2c420bf0934a41a6b29fa65fc421228a31dc15e9fb0f6cc4295ce12adbbb627b43d4 SHA512 582422756b31b4d83e929e3c723e7205e772b9775fcf618c9bd5d3c54af1f20e9bc8a0143626750c0c3cffeb0cbea8f8706b7e66f62dc037cfe12b05f23ee142 DIST navigation-1.17.0.tar.gz 347660 BLAKE2B 8345dccf8ac5e24d1017631bb621ebaa472cc492d6361f29938501a149555771e03a6a46e16fdcc508bbe5c206ead80e9b79e9168b873685fca50a78ea7a7e13 SHA512 a536c8826bd88151ff8f51f83661282f8ccf1b19872bd91ed32987ef372797b94489380262e79ee2560ecb4d9e290c5b4f8d52c17721e2a41126eaea909bce26 diff --git a/dev-ros/nav_core/nav_core-1.15.2.ebuild b/dev-ros/nav_core/nav_core-1.15.2.ebuild deleted file mode 100644 index 3461f7166e3..00000000000 --- a/dev-ros/nav_core/nav_core-1.15.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-planning/navigation" -ROS_SUBDIR=${PN} -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Common interfaces for navigation specific robot actions" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf - dev-ros/costmap_2d -" -DEPEND="${RDEPEND}"