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 14098139360 for ; Thu, 12 Aug 2021 14:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 089A2E0B46; Thu, 12 Aug 2021 14:56:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C3F00E0B46 for ; Thu, 12 Aug 2021 14:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 856DD335DC9 for ; Thu, 12 Aug 2021 14:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAD386D for ; Thu, 12 Aug 2021 14:56:16 +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: <1628780134.8c09b059342496df2b0589d86a3428580f34aa48.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavros/Manifest dev-ros/mavros/mavros-1.5.2.ebuild X-VCS-Directories: dev-ros/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8c09b059342496df2b0589d86a3428580f34aa48 X-VCS-Branch: master Date: Thu, 12 Aug 2021 14:56:16 +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: 89baa30d-f8a1-43cd-9370-d8415a1ec032 X-Archives-Hash: 67cba4204711e9943d536f0c07c3e1c3 commit: 8c09b059342496df2b0589d86a3428580f34aa48 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 12 14:55:34 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 12 14:55:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c09b059 dev-ros/mavros: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavros/Manifest | 1 - dev-ros/mavros/mavros-1.5.2.ebuild | 40 -------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-ros/mavros/Manifest b/dev-ros/mavros/Manifest index 720e19da747..cf8c69392f8 100644 --- a/dev-ros/mavros/Manifest +++ b/dev-ros/mavros/Manifest @@ -1,2 +1 @@ -DIST mavros-1.5.2.tar.gz 319006 BLAKE2B 7ae349460f6edd44c716776dacb1014248f2d03fe0aad0a79e832091311f6e553cea714588099e70f3e1b0d8f4ba6a415e7e2554d5a8dedaae537a1955037cb4 SHA512 67aed9c6ef55c486008e1ee7125367f4ec1a6536cc7f28548c3434617a8a7429dd56a4f17af7dbe4678a8499ef69b57d72d4453fd5a2e54d9600b945314d1316 DIST mavros-1.8.0.tar.gz 330619 BLAKE2B 54b1e925148370a85dc0efdc53447a6443ff5b291e656514df8046ca60b8aa7658ca77dc7731718f5e818fbbcf4631067cb03371d85e8bab95a907ca857a85ee SHA512 e9a0a51480ca45112da98d51e16b2ccc2825acab8a34074ba456d7e760cb2fe6bfd9a37e33fc1dfc6c1b072865fd180aff8e7918788ded95c7776a465cda4da2 diff --git a/dev-ros/mavros/mavros-1.5.2.ebuild b/dev-ros/mavros/mavros-1.5.2.ebuild deleted file mode 100644 index b2927fcf9bd..00000000000 --- a/dev-ros/mavros/mavros-1.5.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/mavlink/mavros" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="MAVLink extendable communication node for ROS" -LICENSE="GPL-3 LGPL-3 BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/diagnostic_updater - dev-ros/pluginlib - dev-libs/tinyxml2:= - dev-ros/roscpp - dev-ros/tf - dev-ros/angles - dev-ros/libmavconn - dev-ros/rosconsole_bridge - dev-libs/boost:= - dev-ros/eigen_conversions - sci-geosciences/GeographicLib - >=dev-ros/mavlink-gbp-release-2020.9.10 - dev-libs/console_bridge:= -" -DEPEND="${RDEPEND} - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - >=dev-ros/mavros_msgs-${PV}[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -"