diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 10:41:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 10:41:57 +0200 |
commit | 6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80 (patch) | |
tree | 71d863e58d12fa8cd4f79a59db34c2754ce5f11f | |
parent | dev-ros/map_msgs: Initial import. Ebuild by me. (diff) | |
download | gentoo-6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80.tar.gz gentoo-6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80.tar.bz2 gentoo-6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80.zip |
dev-ros/move_base_msgs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
-rw-r--r-- | dev-ros/move_base_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/move_base_msgs/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ros/move_base_msgs/move_base_msgs-9999.ebuild | 21 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-ros/move_base_msgs/Manifest b/dev-ros/move_base_msgs/Manifest new file mode 100644 index 000000000000..2ce251768228 --- /dev/null +++ b/dev-ros/move_base_msgs/Manifest @@ -0,0 +1 @@ +DIST navigation_msgs-1.13.0.tar.gz 2251 SHA256 09bba8fb7a60135183830dec4381cd3187244794aab9759ac50bbc6007e04a61 SHA512 e7b4a83bbbd5384f72d1a9d7e3544cde718728ba2a2562b3c0da5b5fd7db146faf8c717d4af2509eaf1ff545ac85da121f7e37cb7b6b53c8a5b8d683c6b4e66c WHIRLPOOL 43284659576fd06fd15db50ad38ab98160e60d594ba9306cba209b9a789c6895a5e00744126a683ffdeedfd177891b0e38a01b69cf72f4445f80ff6126497cc3 diff --git a/dev-ros/move_base_msgs/metadata.xml b/dev-ros/move_base_msgs/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/move_base_msgs/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ros</herd> +</pkgmetadata> diff --git a/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild new file mode 100644 index 000000000000..3132558b7845 --- /dev/null +++ b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Holds the action description and relevant messages for the move_base package" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild new file mode 100644 index 000000000000..3132558b7845 --- /dev/null +++ b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Holds the action description and relevant messages for the move_base package" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |