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/rospack/
Date: Fri, 04 Aug 2017 18:40:17
Message-Id: 1501871998.2ad5e45c3d93986fdb9260444d67d01b9a8f7340.aballier@gentoo
1 commit: 2ad5e45c3d93986fdb9260444d67d01b9a8f7340
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 18:38:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 18:39:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad5e45c
7
8 dev-ros/rospack: bump to 2.4.2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ros/rospack/Manifest | 1 +
13 dev-ros/rospack/rospack-2.4.2.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
17 index 91b87b8b6bc..4fddc6a7f3f 100644
18 --- a/dev-ros/rospack/Manifest
19 +++ b/dev-ros/rospack/Manifest
20 @@ -1 +1,2 @@
21 DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b
22 +DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
23
24 diff --git a/dev-ros/rospack/rospack-2.4.2.ebuild b/dev-ros/rospack/rospack-2.4.2.ebuild
25 new file mode 100644
26 index 00000000000..18b9f633ad3
27 --- /dev/null
28 +++ b/dev-ros/rospack/rospack-2.4.2.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/rospack"
36 +KEYWORDS="~amd64 ~arm"
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
46 +
47 +RDEPEND="
48 + dev-libs/boost:=
49 + dev-libs/tinyxml2:=
50 + ${PYTHON_DEPS}"
51 +DEPEND="${RDEPEND}
52 + >=dev-ros/cmake_modules-0.4.1
53 + test? (
54 + dev-cpp/gtest
55 + dev-python/nose
56 + )"
57 +
58 +PATCHES=(
59 + "${FILESDIR}/gentoo.patch"
60 +)