Skip to content

Commit

Permalink
dev-ros/actionlib: bump to 1.11.7
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
aballier committed Oct 25, 2016
1 parent 35a69ba commit 30f52f5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/actionlib/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
DIST actionlib-1.11.6.tar.gz 96821 SHA256 697fb750b3494fcf28da7cc55ea8428bfd803d3faeac18f0296f1b5fa4d7920c SHA512 e3d9db3c36ded86b5f8f4f6d471a38116c1a01e6da6edbc7932b59a16d9b24ec8bbc5464e2b4e52776a066730cb73c7e2d6d6bf0c8cfe87e402c1445bc8c5302 WHIRLPOOL 14532d5694526c3466ac42f779d4d157664084bc3a52110b8da3af3a369b60dfd0cd8bde56e1ea5c39218ffe2caec0e56c95bbbd1bc3cd82af148b9437e30b3c
DIST actionlib-1.11.7.tar.gz 97461 SHA256 e849e30363b7df0a92ec9179b9ff9833a72581003da9eb880fc3e21ef1f4667e SHA512 9a53c73e680253ecd235b0728acbfbc020eabb7e0c4c8a556269fb2d4d823d2ca7d025c4d6341beedcb11027ed7a3a0d14767c5b608aaf47f40878e81094dfd2 WHIRLPOOL 6d4048f4a7e1dded82cf60d0064d83ac7d80dadd81c89526138a0bc3808bcd92686eb2b50a30cfd406327cc28e7987fadd71d19ffa502f3b1bffac6953a728bf
25 changes: 25 additions & 0 deletions dev-ros/actionlib/actionlib-1.11.7.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/actionlib"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python2_7 )
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}] )"

0 comments on commit 30f52f5

Please sign in to comment.