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 BA9FF139368 for ; Tue, 3 Aug 2021 15:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01974E0A43; Tue, 3 Aug 2021 15:52:15 +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 DF605E0A00 for ; Tue, 3 Aug 2021 15:52:14 +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 19E6F343DA8 for ; Tue, 3 Aug 2021 15:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8447A858 for ; Tue, 3 Aug 2021 15:52:11 +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: <1628005921.ab8b53d83cbab1e2a1567d99a7535e7cb3c9b4d7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gazebo_plugins/Manifest dev-ros/gazebo_plugins/gazebo_plugins-2.9.1.ebuild X-VCS-Directories: dev-ros/gazebo_plugins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab8b53d83cbab1e2a1567d99a7535e7cb3c9b4d7 X-VCS-Branch: master Date: Tue, 3 Aug 2021 15:52:11 +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: d7b49d49-b67a-4a83-8e5e-0523a28513f0 X-Archives-Hash: eae0394f2504148bc0f178a0eea743d5 commit: ab8b53d83cbab1e2a1567d99a7535e7cb3c9b4d7 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 3 15:48:51 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 3 15:52:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b53d8 dev-ros/gazebo_plugins: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/gazebo_plugins/Manifest | 1 - dev-ros/gazebo_plugins/gazebo_plugins-2.9.1.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ros/gazebo_plugins/Manifest b/dev-ros/gazebo_plugins/Manifest index c4816a40bfc..596ec669d53 100644 --- a/dev-ros/gazebo_plugins/Manifest +++ b/dev-ros/gazebo_plugins/Manifest @@ -1,2 +1 @@ -DIST gazebo_ros_pkgs-2.9.1.tar.gz 1861740 BLAKE2B 56569e73184c767abeea0ac6add8aa19bb70e66f3a41fe9fc5278e540759de945467372c7a0130acdb665924ab803defa22e148a36a624d08c39835dc110e208 SHA512 47510f97060d5434619948899b416a8136545b79cd112051543212abe8ce34a30c1f868c633a3f3288fd6c0ea775162daf2eea15ca539a352c9bdb55ee336b20 DIST gazebo_ros_pkgs-2.9.2.tar.gz 1864333 BLAKE2B d8a777594624fe6ae38f1ae27ea49f9629a59f507ec5e8512f50dbf8ae551e6b171dd47eff308ab1badc4e07de7183fe512ff8179637169896f6cb1dbf3d50ba SHA512 38ca70b44a229d8ca87bf9cb2ed3e0eaf7855f5711a81891986a985b7ff4218cdd6c914c1d25352da47a3fb52a3df5638af36990264e5241d17bb43ae0fa6f0b diff --git a/dev-ros/gazebo_plugins/gazebo_plugins-2.9.1.ebuild b/dev-ros/gazebo_plugins/gazebo_plugins-2.9.1.ebuild deleted file mode 100644 index 743965d423e..00000000000 --- a/dev-ros/gazebo_plugins/gazebo_plugins-2.9.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" -KEYWORDS="~amd64" -CATKIN_HAS_MESSAGES=yes -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Robot-independent Gazebo plugins" -LICENSE="BSD Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/gazebo_dev - dev-ros/roscpp - dev-ros/rospy - dev-ros/nodelet - dev-ros/angles - dev-ros/std_srvs - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/urdf - dev-ros/tf - dev-ros/tf2_ros - dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-ros/driver_base[${PYTHON_SINGLE_USEDEP}] - dev-ros/pcl_conversions - dev-ros/image_transport - dev-ros/rosconsole - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/polled_camera - dev-ros/diagnostic_updater - dev-ros/camera_info_manager - dev-libs/libxml2 - >=sci-electronics/gazebo-7:= - dev-libs/protobuf:= - dev-games/ogre - sci-libs/pcl - dev-libs/boost:= - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND} - dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -"