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: Tue, 27 Jun 2017 10:01:44
Message-Id: 1498557686.b366162412f648c1bd476ed6c27d3afab036b1e6.aballier@gentoo
1 commit: b366162412f648c1bd476ed6c27d3afab036b1e6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 09:49:26 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 10:01:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3661624
7
8 dev-ros/kdl_parser_py: bump to 1.12.10
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ros/kdl_parser_py/Manifest | 1 +
13 dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-ros/kdl_parser_py/Manifest b/dev-ros/kdl_parser_py/Manifest
17 index 0ddfebf1de4..60dbee89b5b 100644
18 --- a/dev-ros/kdl_parser_py/Manifest
19 +++ b/dev-ros/kdl_parser_py/Manifest
20 @@ -1 +1,2 @@
21 +DIST kdl_parser-1.12.10.tar.gz 950156 SHA256 05645f537a0a1f78b8517b974ff5c17464fa90ea0ff6ca2228e61d6db581b2ad SHA512 a0d8046c65cc575cbf6ca5ab926997a4faae2f5fc0ecb7c8ab16c8145b655a1d2b516bfb6b834740fff758f76e2afc0d2aa1b3f612f7345d84a8e87cd5693ddb WHIRLPOOL 8e262fc4419b3f1485a5c52829fdd780360f2fdfdf10c412b18ecc4d198c7f723a5b08f9ce096e6222bcab56df61c739292e1f9b72a43bd38c18050f3fd7c912
22 DIST robot_model-1.12.9.tar.gz 1298115 SHA256 96b104f7a77e82a4af7df4ff6de7cc6ce11b76819537e0dc9b9a3c870d2df910 SHA512 fe1da6fd290af012d53cd2875cdfa5e746bfb964a6cf4ca91786218b33603858d478f49a8e18c9581ba52d9e1d68409f919ec19997de7549b3fb2bc4a3686121 WHIRLPOOL 74fa337c6e09dce970ec8e646ab52256d36261e77fb9ced0d08a66dcac0d33c0922ed6fe1ba90a57d9e8dfd3861436698b217bdb7b97357c162f6ce4e7cd11c3
23
24 diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild
25 new file mode 100644
26 index 00000000000..94dd3f304a6
27 --- /dev/null
28 +++ b/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros/kdl_parser"
35 +KEYWORDS="~amd64 ~arm"
36 +ROS_SUBDIR=${PN}
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/urdf[${PYTHON_USEDEP}]
48 +"
49 +DEPEND="${RDEPEND}
50 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"