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: Mon, 05 Sep 2016 09:38:09
Message-Id: 1473067443.ee4adc2ab20cc889e355deb07c26281adc6e344d.aballier@gentoo
1 commit: ee4adc2ab20cc889e355deb07c26281adc6e344d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 09:24:03 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 09:24:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4adc2a
7
8 dev-ros/rospack: bump to 2.3.1
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/rospack/Manifest | 1 +
13 dev-ros/rospack/rospack-2.3.1.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
17 index 070cdcc..aa538d7 100644
18 --- a/dev-ros/rospack/Manifest
19 +++ b/dev-ros/rospack/Manifest
20 @@ -1 +1,2 @@
21 DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6
22 +DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
23
24 diff --git a/dev-ros/rospack/rospack-2.3.1.ebuild b/dev-ros/rospack/rospack-2.3.1.ebuild
25 new file mode 100644
26 index 00000000..e1ae3b9
27 --- /dev/null
28 +++ b/dev-ros/rospack/rospack-2.3.1.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2016 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_3,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 +
50 +RDEPEND="dev-libs/boost:=
51 + dev-libs/tinyxml
52 + "
53 +DEPEND="${RDEPEND}
54 + dev-ros/cmake_modules
55 + test? (
56 + dev-cpp/gtest
57 + dev-python/nose
58 + )"