From 9686b7a0936a2277e408ac6e30959fe370946f8b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 14:51:38 +0200 Subject: dev-ros/rosgraph_msgs: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/rosgraph_msgs/Manifest | 1 + dev-ros/rosgraph_msgs/metadata.xml | 5 +++++ dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild | 22 ++++++++++++++++++++++ dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 dev-ros/rosgraph_msgs/Manifest create mode 100644 dev-ros/rosgraph_msgs/metadata.xml create mode 100644 dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild create mode 100644 dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild (limited to 'dev-ros') diff --git a/dev-ros/rosgraph_msgs/Manifest b/dev-ros/rosgraph_msgs/Manifest new file mode 100644 index 000000000000..b49b3901f3c4 --- /dev/null +++ b/dev-ros/rosgraph_msgs/Manifest @@ -0,0 +1 @@ +DIST ros_comm_msgs-1.11.1.tar.gz 2433 SHA256 e4c45e4504ec9751c2f89fea9f1d4fcfeba563435a4445a299b153255705e793 SHA512 e1b9c96b8973ae609e80cb80da0cd32b325040a6e06ae89984e4447027bae5945a04ae0e7143de0ef93cc6f1a6f6cf3c0369b4bd3264ec6d45186e158b47dd96 WHIRLPOOL df84c7baeaf3b3f366adf9560b62693ac9d12e29d49933f3d9ee364273ad7e79dffaac4d5f7cd094529edab100772a956b3e0ee598374b492876f1592fccd8c4 diff --git a/dev-ros/rosgraph_msgs/metadata.xml b/dev-ros/rosgraph_msgs/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/rosgraph_msgs/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild new file mode 100644 index 000000000000..7fb8185960c7 --- /dev/null +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/ros_comm_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages relating to ROS comm" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild new file mode 100644 index 000000000000..7fb8185960c7 --- /dev/null +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/ros_comm_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages relating to ROS comm" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.3