From 76dfef0cec9170000357d2f354e412daf48941fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Dec 2017 01:11:30 +0000 Subject: gentoo resync : 30.12.2017 --- dev-ros/carrot_planner/Manifest | 4 ++-- .../carrot_planner/carrot_planner-1.15.1-r1.ebuild | 26 ++++++++++++++++++++++ .../carrot_planner/carrot_planner-1.15.1.ebuild | 25 --------------------- dev-ros/carrot_planner/carrot_planner-9999.ebuild | 1 + 4 files changed, 29 insertions(+), 27 deletions(-) create mode 100644 dev-ros/carrot_planner/carrot_planner-1.15.1-r1.ebuild delete mode 100644 dev-ros/carrot_planner/carrot_planner-1.15.1.ebuild (limited to 'dev-ros/carrot_planner') diff --git a/dev-ros/carrot_planner/Manifest b/dev-ros/carrot_planner/Manifest index a8c046d0776a..33bc396e0d62 100644 --- a/dev-ros/carrot_planner/Manifest +++ b/dev-ros/carrot_planner/Manifest @@ -1,4 +1,4 @@ DIST navigation-1.15.1.tar.gz 346480 BLAKE2B 29f9a0b6f2c62bd21a7cb87a64b490c845bb7db4af338fd094744abb22402df7eedc8c164b64f93f2d67dabaff99ca3b946b45e93173bed74834d9e3668726ad SHA512 25c5093bf7acca9d15d46bb2d0ae7e4ce0fa45f18b32d1626668dcbd33732317e8535b978e7225d86391472c517f05acb7736f31a7c511c8736ab8a22c7af4b0 -EBUILD carrot_planner-1.15.1.ebuild 514 BLAKE2B 3a26251f93b934a544b7b1a05f8a66c3ca909ccd897134bd008523d245d9076c486ef69e7f0a12f9e273b570fbd7508db5978575a036e68d600164ea23cf1afd SHA512 d553bafe3ae2c861ad7918bc1c46bfd5165f6a323a5121620e98e3c59fdaa5795e6a4df1e6cfb84918c10cc2d0a60f061fa23977ac1b46f48f3bb2e1d05d43b8 -EBUILD carrot_planner-9999.ebuild 514 BLAKE2B 3a26251f93b934a544b7b1a05f8a66c3ca909ccd897134bd008523d245d9076c486ef69e7f0a12f9e273b570fbd7508db5978575a036e68d600164ea23cf1afd SHA512 d553bafe3ae2c861ad7918bc1c46bfd5165f6a323a5121620e98e3c59fdaa5795e6a4df1e6cfb84918c10cc2d0a60f061fa23977ac1b46f48f3bb2e1d05d43b8 +EBUILD carrot_planner-1.15.1-r1.ebuild 541 BLAKE2B 7020abbceb184d865ec76725b26d9cff22a1275b4b69657ad0283c56eb3e1bea75d04cb077457fe01f4b1406722c32e9d4a4ebe419d170ab9d494a9166256437 SHA512 e2a009858721c857e397112f235349807262897a34e91c7651972d1a7384e103704e80fa24a90b351eb2579373052ed9d29415b80cbf7042675409a5ef87c7d7 +EBUILD carrot_planner-9999.ebuild 541 BLAKE2B 7020abbceb184d865ec76725b26d9cff22a1275b4b69657ad0283c56eb3e1bea75d04cb077457fe01f4b1406722c32e9d4a4ebe419d170ab9d494a9166256437 SHA512 e2a009858721c857e397112f235349807262897a34e91c7651972d1a7384e103704e80fa24a90b351eb2579373052ed9d29415b80cbf7042675409a5ef87c7d7 MISC metadata.xml 337 BLAKE2B ecfbf3d0b63a1b876065d04b3d52daa0442e3bcaf060836731012a1e698b3aea06ff292d892035feb2fb0fc257d6d8462d013ccc67f2650177c9cdba4d051d44 SHA512 f5df7464100fa15a3d2ad11cc620007500a5cb5ea7be67ac45819a541dd4ae53ce476231d475acf4dfe7e7bf0c31281325dc4e003867d1cc01a29353bb5ea09e diff --git a/dev-ros/carrot_planner/carrot_planner-1.15.1-r1.ebuild b/dev-ros/carrot_planner/carrot_planner-1.15.1-r1.ebuild new file mode 100644 index 000000000000..e3dc1d771531 --- /dev/null +++ b/dev-ros/carrot_planner/carrot_planner-1.15.1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation" +ROS_SUBDIR=${PN} +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Attempts to find a legal place to put a carrot for the robot to follow" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/tf + dev-ros/nav_core + dev-ros/costmap_2d + dev-ros/base_local_planner + dev-ros/pluginlib + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/carrot_planner/carrot_planner-1.15.1.ebuild b/dev-ros/carrot_planner/carrot_planner-1.15.1.ebuild deleted file mode 100644 index e9af2ad053e5..000000000000 --- a/dev-ros/carrot_planner/carrot_planner-1.15.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-planning/navigation" -ROS_SUBDIR=${PN} -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Attempts to find a legal place to put a carrot for the robot to follow" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/tf - dev-ros/nav_core - dev-ros/costmap_2d - dev-ros/base_local_planner - dev-ros/pluginlib - dev-libs/boost:= -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/carrot_planner/carrot_planner-9999.ebuild b/dev-ros/carrot_planner/carrot_planner-9999.ebuild index e9af2ad053e5..e3dc1d771531 100644 --- a/dev-ros/carrot_planner/carrot_planner-9999.ebuild +++ b/dev-ros/carrot_planner/carrot_planner-9999.ebuild @@ -21,5 +21,6 @@ RDEPEND=" dev-ros/base_local_planner dev-ros/pluginlib dev-libs/boost:= + dev-libs/console_bridge:= " DEPEND="${RDEPEND}" -- cgit v1.2.3