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/test_roscpp/
Date: Sat, 20 Jul 2019 11:23:25
Message-Id: 1563621796.ef097a8cb9775f79dc9e0685a94eb1d4c819868a.aballier@gentoo
1 commit: ef097a8cb9775f79dc9e0685a94eb1d4c819868a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 11:17:45 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 11:23:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef097a8c
7
8 dev-ros/test_roscpp: Remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/test_roscpp/Manifest | 1 -
14 dev-ros/test_roscpp/test_roscpp-1.14.2.ebuild | 31 ---------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-ros/test_roscpp/Manifest b/dev-ros/test_roscpp/Manifest
18 index 5461096f722..3d0a1ebaa18 100644
19 --- a/dev-ros/test_roscpp/Manifest
20 +++ b/dev-ros/test_roscpp/Manifest
21 @@ -1,2 +1 @@
22 -DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
23 DIST ros_comm-1.14.3.tar.gz 1045287 BLAKE2B c079983aa730e70028d1bf2c365d01d99ce09ced0c0f6443b18f9d0fb83715f6af4b313d6db4eb99dcc10052c81fa3e6560e7b3591b2fbe14b9ec20fac24babe SHA512 52df24f10f476697ee6fa340da354b45431f35018a25e2674dc9306f175929a4b0368753503ea143f87aeb4945a2e67c37f83d833f54b53f9a76a81022c280a3
24
25 diff --git a/dev-ros/test_roscpp/test_roscpp-1.14.2.ebuild b/dev-ros/test_roscpp/test_roscpp-1.14.2.ebuild
26 deleted file mode 100644
27 index 74f15fb4247..00000000000
28 --- a/dev-ros/test_roscpp/test_roscpp-1.14.2.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -ROS_REPO_URI="https://github.com/ros/ros_comm"
37 -KEYWORDS="~amd64 ~arm"
38 -ROS_SUBDIR=test/${PN}
39 -CATKIN_HAS_MESSAGES=yes
40 -PYTHON_COMPAT=( python2_7 )
41 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs"
42 -
43 -inherit ros-catkin
44 -
45 -DESCRIPTION="Unit tests for roscpp"
46 -LICENSE="BSD"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RDEPEND=""
51 -DEPEND="${RDEPEND}
52 - dev-ros/roscpp
53 - dev-ros/rostest[${PYTHON_USEDEP}]
54 - dev-ros/rosunit[${PYTHON_USEDEP}]
55 - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
56 - dev-libs/boost:=[threads]
57 - test? (
58 - dev-cpp/gtest
59 - )
60 -"
61 -REQUIRED_USE="test? ( ros_messages_cxx )"