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/kdl_parser/
Date: Tue, 22 Sep 2015 18:57:21
Message-Id: 1442948226.a5d11c6027556d5f226c08c66023cb813d0a6b4c.aballier@gentoo
1 commit: a5d11c6027556d5f226c08c66023cb813d0a6b4c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:56:06 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:57:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d11c60
7
8 dev-ros/kdl_parser: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/kdl_parser/Manifest | 1 +
13 dev-ros/kdl_parser/kdl_parser-1.11.8.ebuild | 26 ++++++++++++++++++++++++++
14 dev-ros/kdl_parser/kdl_parser-9999.ebuild | 26 ++++++++++++++++++++++++++
15 dev-ros/kdl_parser/metadata.xml | 5 +++++
16 4 files changed, 58 insertions(+)
17
18 diff --git a/dev-ros/kdl_parser/Manifest b/dev-ros/kdl_parser/Manifest
19 new file mode 100644
20 index 0000000..89a3e8c
21 --- /dev/null
22 +++ b/dev-ros/kdl_parser/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/kdl_parser/kdl_parser-1.11.8.ebuild b/dev-ros/kdl_parser/kdl_parser-1.11.8.ebuild
27 new file mode 100644
28 index 0000000..f3a2d5c
29 --- /dev/null
30 +++ b/dev-ros/kdl_parser/kdl_parser-1.11.8.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/robot_model"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Constructs a KDL tree from an XML robot representation in URDF"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-libs/boost:=
50 + dev-ros/roscpp
51 + dev-ros/rosconsole
52 + dev-ros/urdf
53 + sci-libs/orocos_kdl
54 + dev-libs/tinyxml
55 +"
56 +DEPEND="${RDEPEND}
57 + test? ( dev-ros/rostest )"
58
59 diff --git a/dev-ros/kdl_parser/kdl_parser-9999.ebuild b/dev-ros/kdl_parser/kdl_parser-9999.ebuild
60 new file mode 100644
61 index 0000000..f3a2d5c
62 --- /dev/null
63 +++ b/dev-ros/kdl_parser/kdl_parser-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/robot_model"
71 +KEYWORDS="~amd64 ~arm"
72 +ROS_SUBDIR=${PN}
73 +
74 +inherit ros-catkin
75 +
76 +DESCRIPTION="Constructs a KDL tree from an XML robot representation in URDF"
77 +LICENSE="BSD"
78 +SLOT="0"
79 +IUSE=""
80 +
81 +RDEPEND="
82 + dev-libs/boost:=
83 + dev-ros/roscpp
84 + dev-ros/rosconsole
85 + dev-ros/urdf
86 + sci-libs/orocos_kdl
87 + dev-libs/tinyxml
88 +"
89 +DEPEND="${RDEPEND}
90 + test? ( dev-ros/rostest )"
91
92 diff --git a/dev-ros/kdl_parser/metadata.xml b/dev-ros/kdl_parser/metadata.xml
93 new file mode 100644
94 index 0000000..c42ea5b
95 --- /dev/null
96 +++ b/dev-ros/kdl_parser/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>