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/actionlib/
Date: Thu, 30 Jun 2016 08:30:28
Message-Id: 1467275391.0025c708d3be1ab28710cb2851dfd78ac6007ff2.aballier@gentoo
1 commit: 0025c708d3be1ab28710cb2851dfd78ac6007ff2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 08:12:28 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 08:29:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0025c708
7
8 dev-ros/actionlib: bump to 1.11.6
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/actionlib/Manifest | 1 +
13 dev-ros/actionlib/actionlib-1.11.6.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
17 index 699fef5..3d0f3b4 100644
18 --- a/dev-ros/actionlib/Manifest
19 +++ b/dev-ros/actionlib/Manifest
20 @@ -1 +1,2 @@
21 DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
22 +DIST actionlib-1.11.6.tar.gz 96821 SHA256 697fb750b3494fcf28da7cc55ea8428bfd803d3faeac18f0296f1b5fa4d7920c SHA512 e3d9db3c36ded86b5f8f4f6d471a38116c1a01e6da6edbc7932b59a16d9b24ec8bbc5464e2b4e52776a066730cb73c7e2d6d6bf0c8cfe87e402c1445bc8c5302 WHIRLPOOL 14532d5694526c3466ac42f779d4d157664084bc3a52110b8da3af3a369b60dfd0cd8bde56e1ea5c39218ffe2caec0e56c95bbbd1bc3cd82af148b9437e30b3c
23
24 diff --git a/dev-ros/actionlib/actionlib-1.11.6.ebuild b/dev-ros/actionlib/actionlib-1.11.6.ebuild
25 new file mode 100644
26 index 0000000..9959ce8
27 --- /dev/null
28 +++ b/dev-ros/actionlib/actionlib-1.11.6.ebuild
29 @@ -0,0 +1,25 @@
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 +CATKIN_HAS_MESSAGES=yes
36 +ROS_REPO_URI="https://github.com/ros/actionlib"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python2_7 )
39 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="dev-libs/boost:=[threads]
49 + dev-ros/roscpp
50 + dev-ros/rospy[${PYTHON_USEDEP}]
51 + "
52 +DEPEND="${RDEPEND}
53 + dev-ros/rosunit[${PYTHON_USEDEP}]
54 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"