From a1b20429e7e2ba1b44414459afd5a2b50788cd9c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Jan 2023 08:07:03 +0000 Subject: gentoo auto-resync : 25:01:2023 - 08:07:03 --- dev-ros/mavros/Manifest | 4 ---- dev-ros/mavros/mavros-1.8.0-r1.ebuild | 44 ----------------------------------- dev-ros/mavros/mavros-9999.ebuild | 44 ----------------------------------- dev-ros/mavros/metadata.xml | 11 --------- 4 files changed, 103 deletions(-) delete mode 100644 dev-ros/mavros/Manifest delete mode 100644 dev-ros/mavros/mavros-1.8.0-r1.ebuild delete mode 100644 dev-ros/mavros/mavros-9999.ebuild delete mode 100644 dev-ros/mavros/metadata.xml (limited to 'dev-ros/mavros') diff --git a/dev-ros/mavros/Manifest b/dev-ros/mavros/Manifest deleted file mode 100644 index 53639629f1ba..000000000000 --- a/dev-ros/mavros/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST mavros-1.8.0.tar.gz 330619 BLAKE2B 54b1e925148370a85dc0efdc53447a6443ff5b291e656514df8046ca60b8aa7658ca77dc7731718f5e818fbbcf4631067cb03371d85e8bab95a907ca857a85ee SHA512 e9a0a51480ca45112da98d51e16b2ccc2825acab8a34074ba456d7e760cb2fe6bfd9a37e33fc1dfc6c1b072865fd180aff8e7918788ded95c7776a465cda4da2 -EBUILD mavros-1.8.0-r1.ebuild 1138 BLAKE2B 09db13045911280dbf041b3ab6741397c3a04b7954e66b6eee48ab30f27bcb2c578737c505cff2ae0f810055a1f3d322b89fce6de9329872333aa53b11809802 SHA512 a36cbdae272ca68c7c1555a35355e2dd37413ad8948251fb83ebeaad2df7e8d7666716bc72f2a6e9f39770ca58df9eb5b84cb946caca83f33d2e6a4bcb657062 -EBUILD mavros-9999.ebuild 1138 BLAKE2B 09db13045911280dbf041b3ab6741397c3a04b7954e66b6eee48ab30f27bcb2c578737c505cff2ae0f810055a1f3d322b89fce6de9329872333aa53b11809802 SHA512 a36cbdae272ca68c7c1555a35355e2dd37413ad8948251fb83ebeaad2df7e8d7666716bc72f2a6e9f39770ca58df9eb5b84cb946caca83f33d2e6a4bcb657062 -MISC metadata.xml 329 BLAKE2B 012ad802feb99a35403af2fc0309d1967e259cf23d62998f696eafe1d0f5c0a7db5e1b425a64238d7efbd33f87630a0e0ea069313c671ec9d0eecc9efe75ec10 SHA512 3e659b36544ebc741833cbcf82f7bbdd3129bc6a38e518d864e99e12dd24ca857aef5c57525aaeb58bb30ee1ddd2fb6f9e2fec59b895d255b7174e352d818de7 diff --git a/dev-ros/mavros/mavros-1.8.0-r1.ebuild b/dev-ros/mavros/mavros-1.8.0-r1.ebuild deleted file mode 100644 index bf93840a0e01..000000000000 --- a/dev-ros/mavros/mavros-1.8.0-r1.ebuild +++ /dev/null @@ -1,44 +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:0 - 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:= - dev-ros/tf2_eigen -" -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}] - test? ( - dev-cpp/gtest - ) -" diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild deleted file mode 100644 index bf93840a0e01..000000000000 --- a/dev-ros/mavros/mavros-9999.ebuild +++ /dev/null @@ -1,44 +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:0 - 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:= - dev-ros/tf2_eigen -" -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}] - test? ( - dev-cpp/gtest - ) -" diff --git a/dev-ros/mavros/metadata.xml b/dev-ros/mavros/metadata.xml deleted file mode 100644 index 3f4ec4d0aeca..000000000000 --- a/dev-ros/mavros/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ros@gentoo.org - Gentoo ROS Project - - - mavlink/mavros - - -- cgit v1.2.3