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: Thu, 16 Feb 2017 04:32:27
Message-Id: 1487219503.5f1f67d74aa8db04b5138b256df0da99af7eb928.aballier@gentoo
1 commit: 5f1f67d74aa8db04b5138b256df0da99af7eb928
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 04:30:46 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 04:31:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1f67d7
7
8 dev-ros/rospack: Bump to 2.3.2.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rospack/Manifest | 1 +
13 dev-ros/rospack/rospack-2.3.2.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
17 index f9833aa46a..bbb8893a0c 100644
18 --- a/dev-ros/rospack/Manifest
19 +++ b/dev-ros/rospack/Manifest
20 @@ -1 +1,2 @@
21 DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
22 +DIST rospack-2.3.2.tar.gz 71750 SHA256 39f7daeab29fce85237bc1f398fc7623f1eead65c8a2608ee3be0c74bf5462ca SHA512 a040ada1ffdd757f3b08f9dd38546cd2697160b3f3fad94a6c8b662f9285d635c496de7fb7e4dd2081725fb06666f0505ebcbeb761d0d7ca074939d4ab848828 WHIRLPOOL aee0ea9ee3c356b23ee879b89901466de0cd21919e44251828fd3cc88bf490516edc06dfccf01a67aff01f20242e06ed2dccc7836595434a79b7471a37cf383e
23
24 diff --git a/dev-ros/rospack/rospack-2.3.2.ebuild b/dev-ros/rospack/rospack-2.3.2.ebuild
25 new file mode 100644
26 index 0000000000..0fe4fdf013
27 --- /dev/null
28 +++ b/dev-ros/rospack/rospack-2.3.2.ebuild
29 @@ -0,0 +1,30 @@
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/rospack"
37 +KEYWORDS="~amd64 ~arm"
38 +
39 +inherit ros-catkin
40 +
41 +# Do it that way to avoid ros-catkin pulling in python-r1
42 +PYTHON_COMPAT=( python{2_7,3_4} )
43 +inherit python-single-r1
44 +
45 +DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +PATCHES=( "${FILESDIR}/gentoo.patch" )
50 +
51 +RDEPEND="dev-libs/boost:=
52 + dev-libs/tinyxml
53 + "
54 +DEPEND="${RDEPEND}
55 + dev-ros/cmake_modules
56 + test? (
57 + dev-cpp/gtest
58 + dev-python/nose
59 + )"