From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-ros/octomap_ros/Manifest | 5 +++++ dev-ros/octomap_ros/metadata.xml | 11 +++++++++++ dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild | 22 ++++++++++++++++++++++ dev-ros/octomap_ros/octomap_ros-9999.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 dev-ros/octomap_ros/Manifest create mode 100644 dev-ros/octomap_ros/metadata.xml create mode 100644 dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild create mode 100644 dev-ros/octomap_ros/octomap_ros-9999.ebuild (limited to 'dev-ros/octomap_ros') diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest new file mode 100644 index 000000000000..07de98314c39 --- /dev/null +++ b/dev-ros/octomap_ros/Manifest @@ -0,0 +1,5 @@ +DIST octomap_ros-0.4.0.tar.gz 5076 SHA256 6f4f90bbfe88c8314a406cfe70f0c4388d4d2d85a461d90911b2e6bf738ed153 SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce WHIRLPOOL 0840264e55bbcf9298e4d18ed0d39e8bfb7bbde7b42998ecdb28fa4b26e8184caa762747896a9e0da9f7028691836c508d22f74a61a8a20c7b562e2ec34892c1 +EBUILD octomap_ros-0.4.0-r1.ebuild 509 SHA256 e7f9bea143d322587a187d9b2f1b6a763a3c89b3d889e2874dce106eca7929c0 SHA512 2db338b29533ed7103a0eaa23289d5744d55909ff246a867d7369b1eedfb4fed647ef169400306ffd377192695333b80a6352be3c8d78ea8a2c4e1eda97c4c8c WHIRLPOOL 2985134b39f13f270c4be02ea1ec9bf9008adaf8bbf981a38c4c5b1dceb1bd237bb22974b06b9852b1505b0d4f5b04ed37c04a78f9227b524dda1ada862a19cb +EBUILD octomap_ros-9999.ebuild 509 SHA256 e7f9bea143d322587a187d9b2f1b6a763a3c89b3d889e2874dce106eca7929c0 SHA512 2db338b29533ed7103a0eaa23289d5744d55909ff246a867d7369b1eedfb4fed647ef169400306ffd377192695333b80a6352be3c8d78ea8a2c4e1eda97c4c8c WHIRLPOOL 2985134b39f13f270c4be02ea1ec9bf9008adaf8bbf981a38c4c5b1dceb1bd237bb22974b06b9852b1505b0d4f5b04ed37c04a78f9227b524dda1ada862a19cb +MISC ChangeLog 1611 SHA256 c792d6abe187d88947749ef35d00c6e4d7383213288dc3ce5fade79678278cfe SHA512 ba43e0794dceb5009ce1e694c953dcb8630781665c8eeedd0c9f8d9c6504ffa6843c88575d285b2eee0a477d150c99a2a72c0cd06e828f7889162df7f0a1a617 WHIRLPOOL 52975ad789f25147f437d4bbd7a8dd4fba4f5f238071537e2878c51c55299c5d079943631fcc5de35348ea6199da677c436de42576e7ea298f1ae9c2ba4e6964 +MISC metadata.xml 333 SHA256 cf307aa6fbeace48d6b9913a4b6ee24477554aba2a40bda72e449f67fcf86e40 SHA512 6ae210514f0405e56fdefc8db22fc196de2648d687163e3d55bec4c0fa8d950bf60b7d7b4220f56d545ccbd88ac1b5e6075673a01ab4c6b69f7febde8bf33362 WHIRLPOOL 45a8b4c691b40a5f5b8b13b2b773aced4446d88b2e32cae9a38881aaed3c7734b144aa64ddcdb63c0fb787b4f86014938028b8b3cbcaa49093e6fbdb1cc19945 diff --git a/dev-ros/octomap_ros/metadata.xml b/dev-ros/octomap_ros/metadata.xml new file mode 100644 index 000000000000..b4e22aa4e97f --- /dev/null +++ b/dev-ros/octomap_ros/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + OctoMap/octomap_ros + + diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild new file mode 100644 index 000000000000..b73677241874 --- /dev/null +++ b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/OctoMap/octomap_ros" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf + dev-ros/pcl_ros + sci-libs/octomap + dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild new file mode 100644 index 000000000000..b73677241874 --- /dev/null +++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/OctoMap/octomap_ros" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf + dev-ros/pcl_ros + sci-libs/octomap + dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3