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/tf2/
Date: Tue, 22 Sep 2015 17:05:19
Message-Id: 1442941460.9a1cd554c91d751ca4ba45e6ad6813ed0eee244d.aballier@gentoo
1 commit: 9a1cd554c91d751ca4ba45e6ad6813ed0eee244d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 16:28:42 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 17:04:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1cd554
7
8 dev-ros/tf2: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/tf2/Manifest | 1 +
13 dev-ros/tf2/metadata.xml | 5 +++++
14 dev-ros/tf2/tf2-0.5.12.ebuild | 24 ++++++++++++++++++++++++
15 dev-ros/tf2/tf2-9999.ebuild | 24 ++++++++++++++++++++++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
19 new file mode 100644
20 index 0000000..ec008bb
21 --- /dev/null
22 +++ b/dev-ros/tf2/Manifest
23 @@ -0,0 +1 @@
24 +DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711 WHIRLPOOL fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
25
26 diff --git a/dev-ros/tf2/metadata.xml b/dev-ros/tf2/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/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/tf2/tf2-0.5.12.ebuild b/dev-ros/tf2/tf2-0.5.12.ebuild
39 new file mode 100644
40 index 0000000..932df2c
41 --- /dev/null
42 +++ b/dev-ros/tf2/tf2-0.5.12.ebuild
43 @@ -0,0 +1,24 @@
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_experimental"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="The second generation Transform Library in ROS"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 + dev-libs/console_bridge
63 + dev-ros/rostime
64 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
65 + dev-libs/boost:=[threads]
66 +"
67 +DEPEND="${RDEPEND}"
68
69 diff --git a/dev-ros/tf2/tf2-9999.ebuild b/dev-ros/tf2/tf2-9999.ebuild
70 new file mode 100644
71 index 0000000..932df2c
72 --- /dev/null
73 +++ b/dev-ros/tf2/tf2-9999.ebuild
74 @@ -0,0 +1,24 @@
75 +# Copyright 1999-2014 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +# $Id$
78 +
79 +EAPI=5
80 +ROS_REPO_URI="https://github.com/ros/geometry_experimental"
81 +KEYWORDS="~amd64 ~arm"
82 +ROS_SUBDIR=${PN}
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="The second generation Transform Library in ROS"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND="
92 + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 + dev-libs/console_bridge
94 + dev-ros/rostime
95 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
96 + dev-libs/boost:=[threads]
97 +"
98 +DEPEND="${RDEPEND}"