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/tf/
Date: Fri, 14 Oct 2016 13:33:26
Message-Id: 1476451348.3d3948bd2fb747e5a964e37c770582130e93322a.aballier@gentoo
1 commit: 3d3948bd2fb747e5a964e37c770582130e93322a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 13:22:28 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 13:22:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3948bd
7
8 dev-ros/tf: remove old
9
10 Package-Manager: portage-2.3.2
11
12 dev-ros/tf/Manifest | 1 -
13 dev-ros/tf/tf-1.11.7.ebuild | 39 ---------------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
17 index 8a840c9..ec1d90b 100644
18 --- a/dev-ros/tf/Manifest
19 +++ b/dev-ros/tf/Manifest
20 @@ -1,2 +1 @@
21 -DIST geometry-1.11.7.tar.gz 185886 SHA256 fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0 WHIRLPOOL 4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03
22 DIST geometry-1.11.8.tar.gz 186749 SHA256 a372f2225d6d9625dadc9dee817281a22dfb4b4dc8fd129ee1fb9375993bfd88 SHA512 a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04 WHIRLPOOL e527970486796a67e1a8edfec0a8abfd562e36bbc9f38cf5a335bbd178f4dd68b067e526e4d308389e61852af8b17a59b0bb82a4faa3a45856c553ddd228fe3b
23
24 diff --git a/dev-ros/tf/tf-1.11.7.ebuild b/dev-ros/tf/tf-1.11.7.ebuild
25 deleted file mode 100644
26 index f81e4cc..00000000
27 --- a/dev-ros/tf/tf-1.11.7.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -CATKIN_HAS_MESSAGES=yes
36 -ROS_REPO_URI="https://github.com/ros/geometry"
37 -KEYWORDS="~amd64 ~arm"
38 -PYTHON_COMPAT=( python2_7 )
39 -ROS_SUBDIR=${PN}
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Maintains the relationship between coordinate frames in a tree structure buffered in time"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - dev-libs/boost:=[threads]
50 - dev-ros/angles
51 - dev-ros/message_filters
52 - dev-ros/rosconsole
53 - dev-ros/rostime
54 - dev-ros/roscpp
55 - dev-ros/tf2_ros
56 - dev-ros/rospy[${PYTHON_USEDEP}]
57 - dev-ros/roslib[${PYTHON_USEDEP}]
58 - dev-python/rospkg[${PYTHON_USEDEP}]
59 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
60 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
61 - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 -"
63 -DEPEND="${RDEPEND}
64 - test? (
65 - dev-ros/rostest[${PYTHON_USEDEP}]
66 - dev-cpp/gtest
67 - dev-python/nose[${PYTHON_USEDEP}]
68 - )"