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: Tue, 31 Jul 2018 15:22:00
Message-Id: 1533050482.126a90d2cc7e786fcf8e67a0b306c2318ca19feb.aballier@gentoo
1 commit: 126a90d2cc7e786fcf8e67a0b306c2318ca19feb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 14:46:19 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 15:21:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126a90d2
7
8 dev-ros/actionlib: bump to 1.11.14
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-ros/actionlib/Manifest | 1 +
13 dev-ros/actionlib/actionlib-1.11.14.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
17 index dfc6aed24a4..6e83a805722 100644
18 --- a/dev-ros/actionlib/Manifest
19 +++ b/dev-ros/actionlib/Manifest
20 @@ -1 +1,2 @@
21 DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
22 +DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
23
24 diff --git a/dev-ros/actionlib/actionlib-1.11.14.ebuild b/dev-ros/actionlib/actionlib-1.11.14.ebuild
25 new file mode 100644
26 index 00000000000..72617b6f8b2
27 --- /dev/null
28 +++ b/dev-ros/actionlib/actionlib-1.11.14.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2018 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,3_6} pypy{,3} )
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}] )"
54 +RDEPEND="${RDEPEND}
55 + dev-ros/roslib[${PYTHON_USEDEP}]
56 + dev-ros/rostopic[${PYTHON_USEDEP}]
57 +"