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: Sat, 14 Oct 2017 11:41:51
Message-Id: 1507980922.e0b61a6ade7ca1b32cdfd57bbded219659e59fb4.aballier@gentoo
1 commit: e0b61a6ade7ca1b32cdfd57bbded219659e59fb4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 11:35:22 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 11:35:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b61a6a
7
8 dev-ros/rospack: bump to 2.4.3
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-ros/rospack/Manifest | 1 +
13 dev-ros/rospack/rospack-2.4.3.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
17 index 7b9bb68ae37..d7b92e565a0 100644
18 --- a/dev-ros/rospack/Manifest
19 +++ b/dev-ros/rospack/Manifest
20 @@ -1 +1,2 @@
21 DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
22 +DIST rospack-2.4.3.tar.gz 72327 SHA256 e7434df39a6c4d83ac4613ef24ebe699d5b470ce64d1f1fe0fcdc8b9fc9e54d1 SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be WHIRLPOOL 2ba441b8b5f65fa1e9cf0c5977292745a785995269b6b177e2703cf1ca77aa918a06f1e06edd8f844f30d0f827bc6c780af4d61593741cf743e2987f2ece30f7
23
24 diff --git a/dev-ros/rospack/rospack-2.4.3.ebuild b/dev-ros/rospack/rospack-2.4.3.ebuild
25 new file mode 100644
26 index 00000000000..18b9f633ad3
27 --- /dev/null
28 +++ b/dev-ros/rospack/rospack-2.4.3.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 +)