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/interactive_marker_tutorials/
Date: Wed, 23 Sep 2015 10:57:36
Message-Id: 1443005495.4489de272bdc7b9bd75a26087471095f8693e42b.aballier@gentoo
1 commit: 4489de272bdc7b9bd75a26087471095f8693e42b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:51:35 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:51:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4489de27
7
8 dev-ros/interactive_marker_tutorials: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/interactive_marker_tutorials/Manifest | 1 +
13 .../interactive_marker_tutorials-0.9.2.ebuild | 26 ++++++++++++++++++++++
14 .../interactive_marker_tutorials-9999.ebuild | 26 ++++++++++++++++++++++
15 dev-ros/interactive_marker_tutorials/metadata.xml | 5 +++++
16 4 files changed, 58 insertions(+)
17
18 diff --git a/dev-ros/interactive_marker_tutorials/Manifest b/dev-ros/interactive_marker_tutorials/Manifest
19 new file mode 100644
20 index 0000000..3a579b3
21 --- /dev/null
22 +++ b/dev-ros/interactive_marker_tutorials/Manifest
23 @@ -0,0 +1 @@
24 +DIST visualization_tutorials-0.9.2.tar.gz 428117 SHA256 71d6c3a9662e98bec4f7e556aa801a55b654d6c2332dbfe97ac1c9e9612a5293 SHA512 4a2b323e74725dbb77fbba6405d39246a89b170c66dec78288c4461d70c419efc3197eed5867f68305e490552d0480525153f98a64a3025efddc367db824ca53 WHIRLPOOL e600bbc1820b31b67263449c53957c877a677f77b546817135dd9571145321c145824b8dd38ddeb720af9f3e65a96248925fd18984bc55281c90897e4369b944
25
26 diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.9.2.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.9.2.ebuild
27 new file mode 100644
28 index 0000000..e4f1ed4
29 --- /dev/null
30 +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.9.2.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials"
38 +KEYWORDS="~amd64"
39 +ROS_SUBDIR=${PN}
40 +PYTHON_COMPAT=( python2_7 )
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Interactive marker tutorials"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/roscpp
51 + dev-ros/interactive_markers
52 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
53 + dev-ros/tf[${PYTHON_USEDEP}]
54 + dev-ros/rospy[${PYTHON_USEDEP}]
55 + dev-ros/roslib[${PYTHON_USEDEP}]
56 +"
57 +DEPEND="${RDEPEND}"
58
59 diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild
60 new file mode 100644
61 index 0000000..e4f1ed4
62 --- /dev/null
63 +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild
64 @@ -0,0 +1,26 @@
65 +# Copyright 1999-2014 Gentoo Foundation
66 +# Distributed under the terms of the GNU General Public License v2
67 +# $Id$
68 +
69 +EAPI=5
70 +ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials"
71 +KEYWORDS="~amd64"
72 +ROS_SUBDIR=${PN}
73 +PYTHON_COMPAT=( python2_7 )
74 +
75 +inherit ros-catkin
76 +
77 +DESCRIPTION="Interactive marker tutorials"
78 +LICENSE="BSD"
79 +SLOT="0"
80 +IUSE=""
81 +
82 +RDEPEND="
83 + dev-ros/roscpp
84 + dev-ros/interactive_markers
85 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
86 + dev-ros/tf[${PYTHON_USEDEP}]
87 + dev-ros/rospy[${PYTHON_USEDEP}]
88 + dev-ros/roslib[${PYTHON_USEDEP}]
89 +"
90 +DEPEND="${RDEPEND}"
91
92 diff --git a/dev-ros/interactive_marker_tutorials/metadata.xml b/dev-ros/interactive_marker_tutorials/metadata.xml
93 new file mode 100644
94 index 0000000..c42ea5b
95 --- /dev/null
96 +++ b/dev-ros/interactive_marker_tutorials/metadata.xml
97 @@ -0,0 +1,5 @@
98 +<?xml version="1.0" encoding="UTF-8"?>
99 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 +<pkgmetadata>
101 +<herd>ros</herd>
102 +</pkgmetadata>