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/urdf/
Date: Tue, 22 Sep 2015 18:57:19
Message-Id: 1442948224.b0ab4440b973536206a0f8a15b968a2992806ce9.aballier@gentoo
1 commit: b0ab4440b973536206a0f8a15b968a2992806ce9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:42:16 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:57:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ab4440
7
8 dev-ros/urdf: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/urdf/Manifest | 1 +
13 dev-ros/urdf/metadata.xml | 5 +++++
14 dev-ros/urdf/urdf-1.11.8.ebuild | 29 +++++++++++++++++++++++++++++
15 dev-ros/urdf/urdf-9999.ebuild | 29 +++++++++++++++++++++++++++++
16 4 files changed, 64 insertions(+)
17
18 diff --git a/dev-ros/urdf/Manifest b/dev-ros/urdf/Manifest
19 new file mode 100644
20 index 0000000..89a3e8c
21 --- /dev/null
22 +++ b/dev-ros/urdf/Manifest
23 @@ -0,0 +1 @@
24 +DIST robot_model-1.11.8.tar.gz 364741 SHA256 781a0510136a820d217862f7491183b3deeadaf18aa0fabeb28d79e365510e12 SHA512 65471bb58c7383987f587a61f9e32fbd991c4eb26f1d5a819db8a5f456def7566ab9d16ab343a885fba73e0a017f5729815501356ef85b6aff0b4f0544a41212 WHIRLPOOL 95a9e654c1e7324593d2671a37b4c16aeee373450d5cb52508435b643c80c72c7263506914459c3c320af47355129dc0e906cdfb30d0e3bda1fd418e016e3a39
25
26 diff --git a/dev-ros/urdf/metadata.xml b/dev-ros/urdf/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/urdf/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/urdf/urdf-1.11.8.ebuild b/dev-ros/urdf/urdf-1.11.8.ebuild
39 new file mode 100644
40 index 0000000..e0ec2af
41 --- /dev/null
42 +++ b/dev-ros/urdf/urdf-1.11.8.ebuild
43 @@ -0,0 +1,29 @@
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/robot_model"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-libs/boost:=[threads]
62 + dev-libs/urdfdom
63 + dev-libs/urdfdom_headers
64 + dev-ros/urdf_parser_plugin
65 + dev-ros/pluginlib
66 + dev-ros/rosconsole_bridge
67 + dev-ros/roscpp
68 + dev-libs/tinyxml
69 +"
70 +DEPEND="${RDEPEND}
71 + dev-ros/cmake_modules
72 + test? ( dev-ros/rostest dev-cpp/gtest )"
73
74 diff --git a/dev-ros/urdf/urdf-9999.ebuild b/dev-ros/urdf/urdf-9999.ebuild
75 new file mode 100644
76 index 0000000..e0ec2af
77 --- /dev/null
78 +++ b/dev-ros/urdf/urdf-9999.ebuild
79 @@ -0,0 +1,29 @@
80 +# Copyright 1999-2014 Gentoo Foundation
81 +# Distributed under the terms of the GNU General Public License v2
82 +# $Id$
83 +
84 +EAPI=5
85 +ROS_REPO_URI="https://github.com/ros/robot_model"
86 +KEYWORDS="~amd64 ~arm"
87 +ROS_SUBDIR=${PN}
88 +
89 +inherit ros-catkin
90 +
91 +DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
92 +LICENSE="BSD"
93 +SLOT="0"
94 +IUSE=""
95 +
96 +RDEPEND="
97 + dev-libs/boost:=[threads]
98 + dev-libs/urdfdom
99 + dev-libs/urdfdom_headers
100 + dev-ros/urdf_parser_plugin
101 + dev-ros/pluginlib
102 + dev-ros/rosconsole_bridge
103 + dev-ros/roscpp
104 + dev-libs/tinyxml
105 +"
106 +DEPEND="${RDEPEND}
107 + dev-ros/cmake_modules
108 + test? ( dev-ros/rostest dev-cpp/gtest )"