From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84649138335 for ; Tue, 31 Jul 2018 15:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DABAE0956; Tue, 31 Jul 2018 15:21:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CA26E0956 for ; Tue, 31 Jul 2018 15:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9760F335C9E for ; Tue, 31 Jul 2018 15:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82869380 for ; Tue, 31 Jul 2018 15:21:52 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1533050482.126a90d2cc7e786fcf8e67a0b306c2318ca19feb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/actionlib/Manifest dev-ros/actionlib/actionlib-1.11.14.ebuild X-VCS-Directories: dev-ros/actionlib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 126a90d2cc7e786fcf8e67a0b306c2318ca19feb X-VCS-Branch: master Date: Tue, 31 Jul 2018 15:21:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 925ebe3d-48b1-4d6e-bcf6-ba729eefb830 X-Archives-Hash: 07df68eb97bd329a32849611d4745fce commit: 126a90d2cc7e786fcf8e67a0b306c2318ca19feb Author: Alexis Ballier gentoo org> AuthorDate: Tue Jul 31 14:46:19 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 31 15:21:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126a90d2 dev-ros/actionlib: bump to 1.11.14 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-ros/actionlib/Manifest | 1 + dev-ros/actionlib/actionlib-1.11.14.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest index dfc6aed24a4..6e83a805722 100644 --- a/dev-ros/actionlib/Manifest +++ b/dev-ros/actionlib/Manifest @@ -1 +1,2 @@ DIST actionlib-1.11.13.tar.gz 98518 BLAKE2B 918c541f3a6192ee9b89e4b2759651e027d447acc305aaf9bdeabb9587a527b6bd924eb812314c8c83baec3b6829ca0b5d126550ea70acc5d2739f7cd83e065d SHA512 273499a0a5b1c9b40147ba0bba61b44a2530c0a16d757a51f6b6211c95790e18ffe2c397582a429de84a639209779c2641a3013f71f75a2fd76d422115033601 +DIST actionlib-1.11.14.tar.gz 98789 BLAKE2B fb4f7afbc2836f43ccfbb5d477a7e54ec4feb13244a797a057922b02cb97886052b2b6b2f2cb3cdf0ecb1b0c7dd09a24768ad9bc459498e0606ba534a82598c7 SHA512 147fc8642e8d46cf6dc353b4f8850c2682204a6f256a7e0a065db5adb67b72c54e2f40ff4cabbec2fab6d1a1b0c82ff0abbea571ae4202774892c3dae01ad8bd diff --git a/dev-ros/actionlib/actionlib-1.11.14.ebuild b/dev-ros/actionlib/actionlib-1.11.14.ebuild new file mode 100644 index 00000000000..72617b6f8b2 --- /dev/null +++ b/dev-ros/actionlib/actionlib-1.11.14.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}] +"