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/turtle_tf2/
Date: Sun, 11 Oct 2015 14:35:10
Message-Id: 1444574061.ec0cc1809a19095e5dd7c25884b7f67310761f3a.aballier@gentoo
1 commit: ec0cc1809a19095e5dd7c25884b7f67310761f3a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:02:09 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:34:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0cc180
7
8 dev-ros/turtle_tf2: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/turtle_tf2/Manifest | 1 +
13 dev-ros/turtle_tf2/metadata.xml | 5 +++++
14 dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild | 27 +++++++++++++++++++++++++++
15 dev-ros/turtle_tf2/turtle_tf2-9999.ebuild | 27 +++++++++++++++++++++++++++
16 4 files changed, 60 insertions(+)
17
18 diff --git a/dev-ros/turtle_tf2/Manifest b/dev-ros/turtle_tf2/Manifest
19 new file mode 100644
20 index 0000000..9605317
21 --- /dev/null
22 +++ b/dev-ros/turtle_tf2/Manifest
23 @@ -0,0 +1 @@
24 +DIST geometry_tutorials-0.2.2.tar.gz 15148 SHA256 4b3fdc98bf4cb97ba2f1c40666901fa7d08eb3dfed0d3323de4841de2e3a22cc SHA512 5a6fe2e26d11d3fe8c1fc6979d1d76b13b01df23ef1f0d5e5df094aa0441e1ded33d2402b88be1143a88002ecde2a6bddc3b03efca713bd5521c68de2e054548 WHIRLPOOL b9ce88950911e87d008a19de08fb829e59f0c6e81711859125b3bf377fff907e6054d2229d8dd13c39baf395c3da3d749fcf62144c88caf9eab0d7d76026e518
25
26 diff --git a/dev-ros/turtle_tf2/metadata.xml b/dev-ros/turtle_tf2/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/turtle_tf2/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/turtle_tf2/turtle_tf2-0.2.2.ebuild b/dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild
39 new file mode 100644
40 index 0000000..64d8a70
41 --- /dev/null
42 +++ b/dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild
43 @@ -0,0 +1,27 @@
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 +ROS_REPO_URI="https://github.com/ros/geometry_tutorials"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +PYTHON_COMPAT=( python2_7 )
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Demonstrates how to write a tf2 broadcaster and listener with the turtlesim"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/roscpp
63 + dev-ros/rospy[${PYTHON_USEDEP}]
64 + dev-ros/tf2
65 + dev-ros/tf2_ros[${PYTHON_USEDEP}]
66 + dev-ros/turtlesim[${PYTHON_USEDEP}]
67 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
68 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
69 +"
70 +DEPEND="${RDEPEND}"
71
72 diff --git a/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild b/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild
73 new file mode 100644
74 index 0000000..64d8a70
75 --- /dev/null
76 +++ b/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild
77 @@ -0,0 +1,27 @@
78 +# Copyright 1999-2014 Gentoo Foundation
79 +# Distributed under the terms of the GNU General Public License v2
80 +# $Id$
81 +
82 +EAPI=5
83 +ROS_REPO_URI="https://github.com/ros/geometry_tutorials"
84 +KEYWORDS="~amd64 ~arm"
85 +ROS_SUBDIR=${PN}
86 +PYTHON_COMPAT=( python2_7 )
87 +
88 +inherit ros-catkin
89 +
90 +DESCRIPTION="Demonstrates how to write a tf2 broadcaster and listener with the turtlesim"
91 +LICENSE="BSD"
92 +SLOT="0"
93 +IUSE=""
94 +
95 +RDEPEND="
96 + dev-ros/roscpp
97 + dev-ros/rospy[${PYTHON_USEDEP}]
98 + dev-ros/tf2
99 + dev-ros/tf2_ros[${PYTHON_USEDEP}]
100 + dev-ros/turtlesim[${PYTHON_USEDEP}]
101 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
102 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
103 +"
104 +DEPEND="${RDEPEND}"