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/roslib/
Date: Wed, 15 Feb 2017 13:24:44
Message-Id: 1487164077.878648595571d13151b0b5a76ec86bfb257170ff.aballier@gentoo
1 commit: 878648595571d13151b0b5a76ec86bfb257170ff
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 13:07:57 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 13:07:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87864859
7
8 dev-ros/roslib: Bump to 1.13.5.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/roslib/Manifest | 1 +
13 dev-ros/roslib/roslib-1.13.5.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ros/roslib/Manifest b/dev-ros/roslib/Manifest
17 index 435814a25d..6ebf17b254 100644
18 --- a/dev-ros/roslib/Manifest
19 +++ b/dev-ros/roslib/Manifest
20 @@ -1 +1,2 @@
21 DIST ros-1.13.4.tar.gz 165984 SHA256 dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8 WHIRLPOOL 1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36
22 +DIST ros-1.13.5.tar.gz 167351 SHA256 892703a33dc3e703cf504e5f3c772e55ccbba5d78f4b5eab75f33cea3614b48a SHA512 710b7d39d12f9990369f59e0af29ad506268d7482970a987793a38f9ad934a56ebe40bec461020482b0497df2dc169f9d42fb23742eba93d6de13e000be1f40d WHIRLPOOL 086fbfed5b9424dbccb1eba35311690bf4924cc06d6454cb4911eccb21397bd8b21434318eb6eae1843a3a22ef8a618421906b3e698b009f3f36e1a95265396e
23
24 diff --git a/dev-ros/roslib/roslib-1.13.5.ebuild b/dev-ros/roslib/roslib-1.13.5.ebuild
25 new file mode 100644
26 index 0000000000..fa82828128
27 --- /dev/null
28 +++ b/dev-ros/roslib/roslib-1.13.5.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +ROS_REPO_URI="https://github.com/ros/ros"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 +ROS_SUBDIR=core/${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Base dependencies and support libraries for ROS"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + >=dev-python/rospkg-1.0.37[${PYTHON_USEDEP}]
50 + dev-libs/boost:=[threads]
51 + dev-ros/rospack
52 +"
53 +DEPEND="${RDEPEND}
54 + test? (
55 + dev-cpp/gtest
56 + dev-python/nose[${PYTHON_USEDEP}]
57 + )"