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: Sat, 01 Apr 2017 12:24:57
Message-Id: 1491049481.0d1ead62975af70a7c1bc17ac1c3c3c7d5ebfbee.aballier@gentoo
1 commit: 0d1ead62975af70a7c1bc17ac1c3c3c7d5ebfbee
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:12:48 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 12:24:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1ead62
7
8 dev-ros/actionlib: Bump to 1.11.9
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/actionlib/Manifest | 1 +
13 dev-ros/actionlib/actionlib-1.11.9.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
17 index 162953572c2..693594002a9 100644
18 --- a/dev-ros/actionlib/Manifest
19 +++ b/dev-ros/actionlib/Manifest
20 @@ -1 +1,2 @@
21 DIST actionlib-1.11.8.tar.gz 97936 SHA256 8747636af98c6cdfb8917eaf5ccd2d3a77cc7fe8729b6f1f6f35ac377a194ec2 SHA512 b505fadd23bfa2cfec0274fc27f7848ae9eab65fcdcd8714713af5a8cd49ef4d943dc2937c4c1c0082445f7462eb25cffe1de3f9a9de91b033ad4915a43e04eb WHIRLPOOL 35d3559af515281b37f3254bf02b725c81fee87716d0596b7a8f9c64ded928cf28e48736d3b6053b6314438e9701ded149e30e960f5411cc72299907fb2e4b32
22 +DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5
23
24 diff --git a/dev-ros/actionlib/actionlib-1.11.9.ebuild b/dev-ros/actionlib/actionlib-1.11.9.ebuild
25 new file mode 100644
26 index 00000000000..be38c42b30d
27 --- /dev/null
28 +++ b/dev-ros/actionlib/actionlib-1.11.9.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +CATKIN_HAS_MESSAGES=yes
35 +ROS_REPO_URI="https://github.com/ros/actionlib"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="dev-libs/boost:=[threads]
48 + dev-ros/roscpp
49 + dev-ros/rospy[${PYTHON_USEDEP}]
50 + "
51 +DEPEND="${RDEPEND}
52 + dev-ros/rosunit[${PYTHON_USEDEP}]
53 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"