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/tf_conversions/
Date: Tue, 22 Sep 2015 17:05:30
Message-Id: 1442941464.0db3412ef5cf2118a95d519a5bed5827587393f1.aballier@gentoo
1 commit: 0db3412ef5cf2118a95d519a5bed5827587393f1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 16:50:31 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 17:04:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db3412e
7
8 dev-ros/tf_conversions: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/tf_conversions/Manifest | 1 +
13 dev-ros/tf_conversions/metadata.xml | 5 ++++
14 .../tf_conversions/tf_conversions-1.11.7.ebuild | 28 ++++++++++++++++++++++
15 dev-ros/tf_conversions/tf_conversions-9999.ebuild | 28 ++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/tf_conversions/Manifest b/dev-ros/tf_conversions/Manifest
19 new file mode 100644
20 index 0000000..5129c8c
21 --- /dev/null
22 +++ b/dev-ros/tf_conversions/Manifest
23 @@ -0,0 +1 @@
24 +DIST geometry-1.11.7.tar.gz 185886 SHA256 fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0 WHIRLPOOL 4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03
25
26 diff --git a/dev-ros/tf_conversions/metadata.xml b/dev-ros/tf_conversions/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/tf_conversions/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/tf_conversions/tf_conversions-1.11.7.ebuild b/dev-ros/tf_conversions/tf_conversions-1.11.7.ebuild
39 new file mode 100644
40 index 0000000..6c8a46d
41 --- /dev/null
42 +++ b/dev-ros/tf_conversions/tf_conversions-1.11.7.ebuild
43 @@ -0,0 +1,28 @@
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/ros/geometry"
51 +KEYWORDS="~amd64 ~arm"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="Conversion functions to convert common tf datatypes into identical datatypes used by other libraries"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
64 + dev-ros/kdl_conversions
65 + dev-ros/tf[${PYTHON_USEDEP}]
66 + sci-libs/orocos_kdl
67 + dev-cpp/eigen:3
68 + dev-ros/rospy[${PYTHON_USEDEP}]
69 +"
70 +DEPEND="${RDEPEND}
71 + test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"
72
73 diff --git a/dev-ros/tf_conversions/tf_conversions-9999.ebuild b/dev-ros/tf_conversions/tf_conversions-9999.ebuild
74 new file mode 100644
75 index 0000000..6c8a46d
76 --- /dev/null
77 +++ b/dev-ros/tf_conversions/tf_conversions-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2014 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +CATKIN_HAS_MESSAGES=yes
85 +ROS_REPO_URI="https://github.com/ros/geometry"
86 +KEYWORDS="~amd64 ~arm"
87 +PYTHON_COMPAT=( python2_7 )
88 +ROS_SUBDIR=${PN}
89 +
90 +inherit ros-catkin
91 +
92 +DESCRIPTION="Conversion functions to convert common tf datatypes into identical datatypes used by other libraries"
93 +LICENSE="BSD"
94 +SLOT="0"
95 +IUSE=""
96 +
97 +RDEPEND="
98 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
99 + dev-ros/kdl_conversions
100 + dev-ros/tf[${PYTHON_USEDEP}]
101 + sci-libs/orocos_kdl
102 + dev-cpp/eigen:3
103 + dev-ros/rospy[${PYTHON_USEDEP}]
104 +"
105 +DEPEND="${RDEPEND}
106 + test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"