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/tf2/
Date: Thu, 28 Dec 2017 19:11:41
Message-Id: 1514488250.487fb0a77d4c28940bec1b0f8dc3010191dfd2eb.aballier@gentoo
1 commit: 487fb0a77d4c28940bec1b0f8dc3010191dfd2eb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 28 18:54:46 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 19:10:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487fb0a7
7
8 dev-ros/tf2: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ros/tf2/Manifest | 1 -
13 dev-ros/tf2/tf2-0.5.15.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
17 index 0d63daf42e4..3ac7e504fb4 100644
18 --- a/dev-ros/tf2/Manifest
19 +++ b/dev-ros/tf2/Manifest
20 @@ -1,2 +1 @@
21 -DIST geometry2-0.5.15.tar.gz 147275 BLAKE2B 27a520d7c76eeea551d95092ede446f2badaee72b72ff24936a2116a0fa824d3f83afa7b07c5d962824e163a4d470490a0d68a8026e9bf829e87d1008b88ddc3 SHA512 10a750948157904c0812aaae85e21eaf5c85dfef3770d418fd0c592a9179cef9fc2082ecc125be0fd0032e705dfb678d45930d3aa2cd0986a71c2e0a7307722c
22 DIST geometry2-0.5.16.tar.gz 154351 BLAKE2B e630be09da6de544de0215d40ffcb0aa780be253320264d52603d5fe7506d12b27e986acb9c036973ba390c5cd96b5e838849ee2f5b1399148cf5cffb461cd76 SHA512 11909db98af78bbdef8d1a7dc5f20d3ff3cfcb0afc0e1d53b97a1ffe99aecea911f09364593eb232d7514a4caa192141404d892a33fc7ea9f5ce924ecf99fc51
23
24 diff --git a/dev-ros/tf2/tf2-0.5.15.ebuild b/dev-ros/tf2/tf2-0.5.15.ebuild
25 deleted file mode 100644
26 index 66229ab329d..00000000000
27 --- a/dev-ros/tf2/tf2-0.5.15.ebuild
28 +++ /dev/null
29 @@ -1,25 +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/geometry2"
35 -KEYWORDS="~amd64 ~arm"
36 -ROS_SUBDIR=${PN}
37 -
38 -inherit ros-catkin
39 -
40 -DESCRIPTION="The second generation Transform Library in ROS"
41 -LICENSE="BSD"
42 -SLOT="0"
43 -IUSE=""
44 -
45 -RDEPEND="
46 - dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
47 - dev-libs/console_bridge
48 - dev-ros/rostime
49 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 - dev-libs/boost:=[threads]
51 -"
52 -DEPEND="${RDEPEND}
53 - test? ( dev-ros/roscpp )
54 -"