From 89ebb2778a06219c9684dad911d73a135ffa864e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 2 Feb 2021 15:05:01 +0100 Subject: dev-ros/map_msgs: bump to 1.14.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier --- dev-ros/map_msgs/Manifest | 2 +- dev-ros/map_msgs/map_msgs-1.14.0.ebuild | 19 ------------------- dev-ros/map_msgs/map_msgs-1.14.1.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-ros/map_msgs/map_msgs-1.14.0.ebuild create mode 100644 dev-ros/map_msgs/map_msgs-1.14.1.ebuild (limited to 'dev-ros/map_msgs') diff --git a/dev-ros/map_msgs/Manifest b/dev-ros/map_msgs/Manifest index fac546396345..3e530ce8548b 100644 --- a/dev-ros/map_msgs/Manifest +++ b/dev-ros/map_msgs/Manifest @@ -1 +1 @@ -DIST navigation_msgs-1.14.0.tar.gz 2329 BLAKE2B 7414a4b67fde26223cdf81a14b1c3e56f2bf5519d46455234de75bf79b10c8fa0f1a04a2865703723c0a975bde77e22754e751c07edc73fddd10bae9ac5b0feb SHA512 0354856b8964547cb96d59717d1d1e8b4c261b79bd451a25755303d295aecf3f0011a825307e0fc6ccd5179f4ea921a8debd8be79b5e4d2bdab0f0d57b54e56d +DIST navigation_msgs-1.14.1.tar.gz 2631 BLAKE2B 3d965cd2fa73da3f427a856374bfae641ffdabaa149cd2d452cdb3c0bbc528332d8a436d74f62691a87cd6c8c428e62c2c4cd48f0737a9f558e3ee9dc17a2fe6 SHA512 1574037199ede3d93c6672fffd4bbe9c8c6f8704ef773d6fee12faf9d627d686fa637f0ee710ee9f28a5abe806e993936170a4c437a568c6e10089a3e4df5f44 diff --git a/dev-ros/map_msgs/map_msgs-1.14.0.ebuild b/dev-ros/map_msgs/map_msgs-1.14.0.ebuild deleted file mode 100644 index b8edba6c29a9..000000000000 --- a/dev-ros/map_msgs/map_msgs-1.14.0.ebuild +++ /dev/null @@ -1,19 +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/navigation_msgs" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs dev-ros/nav_msgs" - -inherit ros-catkin - -DESCRIPTION="Messages commonly used in mapping packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" diff --git a/dev-ros/map_msgs/map_msgs-1.14.1.ebuild b/dev-ros/map_msgs/map_msgs-1.14.1.ebuild new file mode 100644 index 000000000000..6e62f720f9fc --- /dev/null +++ b/dev-ros/map_msgs/map_msgs-1.14.1.ebuild @@ -0,0 +1,19 @@ +# 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/navigation_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs dev-ros/nav_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages commonly used in mapping packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad