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:43
Message-Id: 1498557686.497bd3cfb5127e13aca3e50522b6b80dfd04a04f.aballier@gentoo
1 commit: 497bd3cfb5127e13aca3e50522b6b80dfd04a04f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 09:49:37 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=497bd3cf
7
8 dev-ros/kdl_parser_py: Remove old
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.9.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-ros/kdl_parser_py/Manifest b/dev-ros/kdl_parser_py/Manifest
17 index 60dbee89b5b..3aa3c7ab327 100644
18 --- a/dev-ros/kdl_parser_py/Manifest
19 +++ b/dev-ros/kdl_parser_py/Manifest
20 @@ -1,2 +1 @@
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.9.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.12.9.ebuild
25 deleted file mode 100644
26 index d588d618fdf..00000000000
27 --- a/dev-ros/kdl_parser_py/kdl_parser_py-1.12.9.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
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/robot_model"
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}] )"