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_py/
Date: Sun, 07 Jan 2018 06:39:05
Message-Id: 1515307129.4396ed82c9e14a11194942898b2e48a93fe4d83a.aballier@gentoo
1 commit: 4396ed82c9e14a11194942898b2e48a93fe4d83a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 06:23:50 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 06:38:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396ed82
7
8 dev-ros/tf2_py: Bump to 0.5.17.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ros/tf2_py/Manifest | 1 +
13 dev-ros/tf2_py/tf2_py-0.5.17.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ros/tf2_py/Manifest b/dev-ros/tf2_py/Manifest
17 index 3ac7e504fb4..d835efe5583 100644
18 --- a/dev-ros/tf2_py/Manifest
19 +++ b/dev-ros/tf2_py/Manifest
20 @@ -1 +1,2 @@
21 DIST geometry2-0.5.16.tar.gz 154351 BLAKE2B e630be09da6de544de0215d40ffcb0aa780be253320264d52603d5fe7506d12b27e986acb9c036973ba390c5cd96b5e838849ee2f5b1399148cf5cffb461cd76 SHA512 11909db98af78bbdef8d1a7dc5f20d3ff3cfcb0afc0e1d53b97a1ffe99aecea911f09364593eb232d7514a4caa192141404d892a33fc7ea9f5ce924ecf99fc51
22 +DIST geometry2-0.5.17.tar.gz 156516 BLAKE2B 72f936086fe3dbcfa3c05f7ae72e64f20fd1525513e79ed9c4dae7c5b097501ea230c483a3f1eb6e0ba6a342e0ddc5deacf05ec9f0c97b56df48dcf2bf669e8b SHA512 44d91796f03d0cbd8a9247568827dca4a848ec931fa754fd7815e9102f7bcac38e85ebcc27e3037827358dbfbc7d58b28775f00e1e04c48125e56c7b97cde925
23
24 diff --git a/dev-ros/tf2_py/tf2_py-0.5.17.ebuild b/dev-ros/tf2_py/tf2_py-0.5.17.ebuild
25 new file mode 100644
26 index 00000000000..97b18592a9a
27 --- /dev/null
28 +++ b/dev-ros/tf2_py/tf2_py-0.5.17.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2018 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 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="TF2 python bindings"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/tf2
48 + dev-ros/rospy[${PYTHON_USEDEP}]
49 + dev-libs/boost:=
50 +"
51 +DEPEND="${RDEPEND}"