commit:     7e388e23576be8e3a9d3bd5f1a13a8ae536157e3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 12:11:36 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 13:56:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e388e23

dev-ros/actionlib: bump to 1.11.15

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-ros/actionlib/Manifest                 |  1 +
 dev-ros/actionlib/actionlib-1.11.15.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
index 6e83a805722..bf2c180b05e 100644
--- a/dev-ros/actionlib/Manifest
+++ b/dev-ros/actionlib/Manifest
@@ -1,2 +1,3 @@
 DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 
918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d
 SHA512 
273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601
 DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B 
fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7
 SHA512 
147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd
+DIST actionlib-1.11.15.tar.gz 99063 BLAKE2B 
23cce02de41b7705645cd1bae35f90d8c89171f809c689323683bf4f644b7df8c46dc4c5cffa2de6a2791c3a77957964785fe6d99a77ccea25eee43fb88e4325
 SHA512 
3f6deb469b284ca7809a20779f8362cb48d2bf12d8fc4a546fb1fe28fc06baa9693f9efb576f27f1cac976051bcb966a2c47df1185847bea040c0ac0a915b6d9

diff --git a/dev-ros/actionlib/actionlib-1.11.15.ebuild 
b/dev-ros/actionlib/actionlib-1.11.15.ebuild
new file mode 100644
index 00000000000..72617b6f8b2
--- /dev/null
+++ b/dev-ros/actionlib/actionlib-1.11.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/actionlib";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Provides a standardized interface for interfacing with 
preemptable tasks"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=[threads]
+       dev-ros/roscpp
+       dev-ros/rospy[${PYTHON_USEDEP}]
+       "
+DEPEND="${RDEPEND}
+       dev-ros/rosunit[${PYTHON_USEDEP}]
+       test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
+RDEPEND="${RDEPEND}
+       dev-ros/roslib[${PYTHON_USEDEP}]
+       dev-ros/rostopic[${PYTHON_USEDEP}]
+"

Reply via email to