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_py/
Date: Thu, 25 Feb 2016 09:55:21
Message-Id: 1456394105.04a8b5a6bdb140b2b602422eaa6f9ccebc0d63df.aballier@gentoo
1 commit: 04a8b5a6bdb140b2b602422eaa6f9ccebc0d63df
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 09:50:17 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 09:55:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a8b5a6
7
8 dev-ros/kdl_parser_py: initial import; ebuild by me
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/kdl_parser_py/Manifest | 1 +
14 dev-ros/kdl_parser_py/kdl_parser_py-1.11.9.ebuild | 22 ++++++++++++++++++++++
15 dev-ros/kdl_parser_py/kdl_parser_py-9999.ebuild | 22 ++++++++++++++++++++++
16 dev-ros/kdl_parser_py/metadata.xml | 11 +++++++++++
17 4 files changed, 56 insertions(+)
18
19 diff --git a/dev-ros/kdl_parser_py/Manifest b/dev-ros/kdl_parser_py/Manifest
20 new file mode 100644
21 index 0000000..f40167e
22 --- /dev/null
23 +++ b/dev-ros/kdl_parser_py/Manifest
24 @@ -0,0 +1 @@
25 +DIST robot_model-1.11.9.tar.gz 1292675 SHA256 145d43c32cb93888f8555bdcbce48ea417515fb17dbd2445fa1ed7ac32e2399b SHA512 10afe675739746ba313d5c3b4758940c9896bd96fbd3b81fb4809d18cf39d49b36e9b24b28af38f700a65c7c2fb572186dc3920ab2cbd190cc79b485c54eb78d WHIRLPOOL cc176a18819258d6c2af33024b1f92e301f656949d0073f90659b22dd7532708b65b1fefaa3d684bf0f425acb66225eb25bc96bf6272bacbd733451e7e549ec5
26
27 diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-1.11.9.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.11.9.ebuild
28 new file mode 100644
29 index 0000000..e6c1e39
30 --- /dev/null
31 +++ b/dev-ros/kdl_parser_py/kdl_parser_py-1.11.9.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2014 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +ROS_REPO_URI="https://github.com/ros/robot_model"
39 +KEYWORDS="~amd64 ~arm"
40 +ROS_SUBDIR=${PN}
41 +PYTHON_COMPAT=( python2_7 )
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-ros/urdf[${PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}
54 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
55
56 diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-9999.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-9999.ebuild
57 new file mode 100644
58 index 0000000..e6c1e39
59 --- /dev/null
60 +++ b/dev-ros/kdl_parser_py/kdl_parser_py-9999.ebuild
61 @@ -0,0 +1,22 @@
62 +# Copyright 1999-2014 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Id$
65 +
66 +EAPI=5
67 +ROS_REPO_URI="https://github.com/ros/robot_model"
68 +KEYWORDS="~amd64 ~arm"
69 +ROS_SUBDIR=${PN}
70 +PYTHON_COMPAT=( python2_7 )
71 +
72 +inherit ros-catkin
73 +
74 +DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF"
75 +LICENSE="BSD"
76 +SLOT="0"
77 +IUSE=""
78 +
79 +RDEPEND="
80 + dev-ros/urdf[${PYTHON_USEDEP}]
81 +"
82 +DEPEND="${RDEPEND}
83 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
84
85 diff --git a/dev-ros/kdl_parser_py/metadata.xml b/dev-ros/kdl_parser_py/metadata.xml
86 new file mode 100644
87 index 0000000..ceef7c7
88 --- /dev/null
89 +++ b/dev-ros/kdl_parser_py/metadata.xml
90 @@ -0,0 +1,11 @@
91 +<?xml version="1.0" encoding="UTF-8"?>
92 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 +<pkgmetadata>
94 + <maintainer type="project">
95 + <email>ros@g.o</email>
96 + <name>Gentoo ROS Project</name>
97 + </maintainer>
98 + <upstream>
99 + <remote-id type="github">ros/robot_model</remote-id>
100 + </upstream>
101 +</pkgmetadata>