From cbc7c44b9a23eac83521d3b6818f4e5e171bbb0d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 2 Feb 2021 15:00:52 +0100 Subject: dev-ros/rqt_robot_steering: bump to 0.5.12 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier --- dev-ros/rqt_robot_steering/Manifest | 2 +- .../rqt_robot_steering-0.5.11.ebuild | 23 ---------------------- .../rqt_robot_steering-0.5.12.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.11.ebuild create mode 100644 dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.12.ebuild diff --git a/dev-ros/rqt_robot_steering/Manifest b/dev-ros/rqt_robot_steering/Manifest index 7e5a8e329a05..fbd69d960d5d 100644 --- a/dev-ros/rqt_robot_steering/Manifest +++ b/dev-ros/rqt_robot_steering/Manifest @@ -1 +1 @@ -DIST rqt_robot_steering-0.5.11.tar.gz 6740 BLAKE2B ef31454ba68b8be60b8c14bf86a5d70925a5e47380a307680a838aa8bb54b8fbdacc4637acea494fe6e7de329d59b4f298c3ac2187d0b73b78849d51b8471423 SHA512 3011745f93c0778d9fabf4032219372b4a4d109968800cb044c2518c78c83f48057b2a3d2fe56aaeb253bc4f27933aa6bb0499c4c49cddce9eea4966337ed6c7 +DIST rqt_robot_steering-0.5.12.tar.gz 6767 BLAKE2B 52a49b53ff0d9e31293c358ec52e79e91e08dcc00f18ab79f4bc4f02b6fe5aa662433266257f82579cf909495c5fcb4438d5c5b2c182bc53429037180de233c5 SHA512 840850d45451cb9c9b0024f525a80691ee189405a7a837e7df922de9db5b0fd4ea607be84f5e65288d91a4981c098a6ff84a4e54d1870a7c5600a6b4ef6a55f6 diff --git a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.11.ebuild b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.11.ebuild deleted file mode 100644 index c20ddb8f846d..000000000000 --- a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_steering" - -inherit ros-catkin - -DESCRIPTION="GUI plugin for steering a robot using Twist messages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.12.ebuild b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.12.ebuild new file mode 100644 index 000000000000..431c84edf965 --- /dev/null +++ b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.12.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_steering" + +inherit ros-catkin + +DESCRIPTION="GUI plugin for steering a robot using Twist messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad