Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosapi/
Date: Sun, 11 Oct 2015 15:15:16
Message-Id: 1444576099.5305430e615e97fbc50e816dbfc417606931743f.aballier@gentoo
1 commit: 5305430e615e97fbc50e816dbfc417606931743f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 15:08:19 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 15:08:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5305430e
7
8 dev-ros/rosapi: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/rosapi/Manifest | 1 +
13 dev-ros/rosapi/metadata.xml | 5 +++++
14 dev-ros/rosapi/rosapi-0.7.13.ebuild | 26 ++++++++++++++++++++++++++
15 dev-ros/rosapi/rosapi-9999.ebuild | 26 ++++++++++++++++++++++++++
16 4 files changed, 58 insertions(+)
17
18 diff --git a/dev-ros/rosapi/Manifest b/dev-ros/rosapi/Manifest
19 new file mode 100644
20 index 0000000..901d1ec
21 --- /dev/null
22 +++ b/dev-ros/rosapi/Manifest
23 @@ -0,0 +1 @@
24 +DIST rosbridge_suite-0.7.13.tar.gz 367051 SHA256 c26130590ed36d899dc4a2f3282caec96fadc75732cd5c3364e3210139d85820 SHA512 f5a6abddfa768c43685ad16f20d1351e63b268c69f239aa3ff2e30f656c6a81686461185e21be88a5a0badcbc473bc7faa308540c1a14ca15fce11e9b23b9d7e WHIRLPOOL c45da51149bacd246e1c18ef34a0e56b6698ff0c7a1fe6380f581134cb0f9a432b31d96280872b92ec1accd021fb7dae38c7fe708501d5597a170f3def209aed
25
26 diff --git a/dev-ros/rosapi/metadata.xml b/dev-ros/rosapi/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rosapi/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/rosapi/rosapi-0.7.13.ebuild b/dev-ros/rosapi/rosapi-0.7.13.ebuild
39 new file mode 100644
40 index 0000000..b84f396
41 --- /dev/null
42 +++ b/dev-ros/rosapi/rosapi-0.7.13.ebuild
43 @@ -0,0 +1,26 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +CATKIN_HAS_MESSAGES=yes
50 +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
51 +KEYWORDS="~amd64"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="Provides service calls for getting ros meta-information, like list of topics, services, params, etc."
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND="
64 + dev-ros/rospy[${PYTHON_USEDEP}]
65 + dev-ros/rosnode[${PYTHON_USEDEP}]
66 + dev-ros/rosgraph[${PYTHON_USEDEP}]
67 + dev-ros/rosbridge_library[${PYTHON_USEDEP}]
68 +"
69 +DEPEND="${RDEPEND}"
70
71 diff --git a/dev-ros/rosapi/rosapi-9999.ebuild b/dev-ros/rosapi/rosapi-9999.ebuild
72 new file mode 100644
73 index 0000000..b84f396
74 --- /dev/null
75 +++ b/dev-ros/rosapi/rosapi-9999.ebuild
76 @@ -0,0 +1,26 @@
77 +# Copyright 1999-2014 Gentoo Foundation
78 +# Distributed under the terms of the GNU General Public License v2
79 +# $Id$
80 +
81 +EAPI=5
82 +CATKIN_HAS_MESSAGES=yes
83 +ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite"
84 +KEYWORDS="~amd64"
85 +PYTHON_COMPAT=( python2_7 )
86 +ROS_SUBDIR=${PN}
87 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
88 +
89 +inherit ros-catkin
90 +
91 +DESCRIPTION="Provides service calls for getting ros meta-information, like list of topics, services, params, etc."
92 +LICENSE="BSD"
93 +SLOT="0"
94 +IUSE=""
95 +
96 +RDEPEND="
97 + dev-ros/rospy[${PYTHON_USEDEP}]
98 + dev-ros/rosnode[${PYTHON_USEDEP}]
99 + dev-ros/rosgraph[${PYTHON_USEDEP}]
100 + dev-ros/rosbridge_library[${PYTHON_USEDEP}]
101 +"
102 +DEPEND="${RDEPEND}"