diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 14:52:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 16:36:21 +0200 |
commit | 5adc980fb5ee3aee81bc6e742ad2dc37241a0ea8 (patch) | |
tree | 928631e26e14b95b9a67312ffdf3e2f1f00cd565 /dev-ros/std_srvs | |
parent | dev-ros/rosgraph_msgs: Initial import. Ebuild by me. (diff) | |
download | gentoo-5adc980fb5ee3aee81bc6e742ad2dc37241a0ea8.tar.gz gentoo-5adc980fb5ee3aee81bc6e742ad2dc37241a0ea8.tar.bz2 gentoo-5adc980fb5ee3aee81bc6e742ad2dc37241a0ea8.zip |
dev-ros/std_srvs: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/std_srvs')
-rw-r--r-- | dev-ros/std_srvs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/std_srvs/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ros/std_srvs/std_srvs-1.11.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ros/std_srvs/std_srvs-9999.ebuild | 21 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-ros/std_srvs/Manifest b/dev-ros/std_srvs/Manifest new file mode 100644 index 000000000000..b49b3901f3c4 --- /dev/null +++ b/dev-ros/std_srvs/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/std_srvs/metadata.xml b/dev-ros/std_srvs/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/std_srvs/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/std_srvs/std_srvs-1.11.1.ebuild b/dev-ros/std_srvs/std_srvs-1.11.1.ebuild new file mode 100644 index 000000000000..27eafe76b022 --- /dev/null +++ b/dev-ros/std_srvs/std_srvs-1.11.1.ebuild @@ -0,0 +1,21 @@ +# 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} + +inherit ros-catkin + +DESCRIPTION="Messages relating to ROS comm" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/std_msgs[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/std_srvs/std_srvs-9999.ebuild b/dev-ros/std_srvs/std_srvs-9999.ebuild new file mode 100644 index 000000000000..27eafe76b022 --- /dev/null +++ b/dev-ros/std_srvs/std_srvs-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 + +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} + +inherit ros-catkin + +DESCRIPTION="Messages relating to ROS comm" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/std_msgs[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" |