From 8049717375a351780868938b6d82a7cb4c795780 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 6 Aug 2021 15:12:05 +0200 Subject: dev-ros/moveit_msgs: bump to 0.11.2 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier --- dev-ros/moveit_msgs/Manifest | 2 +- dev-ros/moveit_msgs/moveit_msgs-0.11.1.ebuild | 28 --------------------------- dev-ros/moveit_msgs/moveit_msgs-0.11.2.ebuild | 28 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 dev-ros/moveit_msgs/moveit_msgs-0.11.1.ebuild create mode 100644 dev-ros/moveit_msgs/moveit_msgs-0.11.2.ebuild (limited to 'dev-ros/moveit_msgs') diff --git a/dev-ros/moveit_msgs/Manifest b/dev-ros/moveit_msgs/Manifest index 1036c4781989..2f94990f78ba 100644 --- a/dev-ros/moveit_msgs/Manifest +++ b/dev-ros/moveit_msgs/Manifest @@ -1 +1 @@ -DIST moveit_msgs-0.11.1.tar.gz 20617 BLAKE2B 12b6f6f606d5f3ecaee8bafc5703526020ef60b421e452bb603390236caede4e7fb0d1310d0fc5c38dd63676085a083a76721f97a3548022375b3b2a8b72596c SHA512 b9f99bbae3d13040368ab8fb649682becd194ff91279c7c5a3060104789df91a4d61334a369a46e9d161f9f7386d42b97a189451c2ac0b5f124fb17df92ca680 +DIST moveit_msgs-0.11.2.tar.gz 21764 BLAKE2B 9994ae4468e6913a811103d7f107868eac60970016f2dacaf666fadc0c236db583001631a7378e18d97be9ddbe9823dae95ff984f91a3b28b1833412ef905326 SHA512 4b401c47b6d2a5c61c9e69807c4aec7f0aa20ff27de952ea91b2b8e339a5e5f18138f36b9e679601b7471aa0aa78d8d5763af12c44685a201bc4dbc67602857f diff --git a/dev-ros/moveit_msgs/moveit_msgs-0.11.1.ebuild b/dev-ros/moveit_msgs/moveit_msgs-0.11.1.ebuild deleted file mode 100644 index 6490a10393ef..000000000000 --- a/dev-ros/moveit_msgs/moveit_msgs-0.11.1.ebuild +++ /dev/null @@ -1,28 +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-planning/moveit_msgs" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -CATKIN_MESSAGES_TRANSITIVE_DEPS=" - dev-ros/actionlib_msgs - dev-ros/sensor_msgs - dev-ros/geometry_msgs - dev-ros/trajectory_msgs - dev-ros/shape_msgs - dev-ros/std_msgs - dev-ros/octomap_msgs - dev-ros/object_recognition_msgs -" - -inherit ros-catkin - -DESCRIPTION="Messages, services and actions used by MoveIt" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" diff --git a/dev-ros/moveit_msgs/moveit_msgs-0.11.2.ebuild b/dev-ros/moveit_msgs/moveit_msgs-0.11.2.ebuild new file mode 100644 index 000000000000..16c7d7fd966b --- /dev/null +++ b/dev-ros/moveit_msgs/moveit_msgs-0.11.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros-planning/moveit_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +CATKIN_MESSAGES_TRANSITIVE_DEPS=" + dev-ros/actionlib_msgs + dev-ros/sensor_msgs + dev-ros/geometry_msgs + dev-ros/trajectory_msgs + dev-ros/shape_msgs + dev-ros/std_msgs + dev-ros/octomap_msgs + dev-ros/object_recognition_msgs +" + +inherit ros-catkin + +DESCRIPTION="Messages, services and actions used by MoveIt" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad