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 1E2D81396D0 for ; Wed, 23 Aug 2017 07:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD26C1FC053; Wed, 23 Aug 2017 07:30:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AC37D1FC054 for ; Wed, 23 Aug 2017 07:30:53 +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 88E33341D1F for ; Wed, 23 Aug 2017 07:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8AC37F92 for ; Wed, 23 Aug 2017 07:30:49 +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: <1503473435.97401dff08876435ca7225336a0ab6d18c2ce856.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.10.ebuild X-VCS-Directories: dev-ros/actionlib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 97401dff08876435ca7225336a0ab6d18c2ce856 X-VCS-Branch: master Date: Wed, 23 Aug 2017 07:30:49 +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: ef3b45ec-670d-4d29-b0f7-e914457cf58d X-Archives-Hash: 040c61cb0426f19697f936882ce2b279 commit: 97401dff08876435ca7225336a0ab6d18c2ce856 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 23 06:58:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 23 07:30:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97401dff dev-ros/actionlib: bump to 1.11.10 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/actionlib/Manifest | 1 + dev-ros/actionlib/actionlib-1.11.10.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest index e87a060c643..d5076882c12 100644 --- a/dev-ros/actionlib/Manifest +++ b/dev-ros/actionlib/Manifest @@ -1 +1,2 @@ +DIST actionlib-1.11.10.tar.gz 98375 SHA256 8a4e9d71e23916abcab9892bd6c9890a691267d73ec4eed2034c307d57409619 SHA512 afb28c568910a2786ea3e97c89ee6b02b4c33335b05f466219bc17cd5bd8e021de3bbbd3ae0cef0b46915442549dba84e9a655169e9c95e1ae62071d015e00e3 WHIRLPOOL 85d84684ec7d64a34b13ca08ef337af83e15738901ad273445487e7977b1fb6677a92d33d7e2d5314407c986aee7e54aa862e4b2599be0739e1110a369abdbd1 DIST actionlib-1.11.9.tar.gz 98000 SHA256 0e0eb18e964cfd25490875295950760fb468fd30cab707c0138ddada131be7c6 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b WHIRLPOOL ccf24dade14dd4da1a370a05cfe22c94424a2cb63449657350c783dc9f94bec72d3ec723ef7a9b5fcf518bdd4a502cf05268578d6a08d730373a1b7516807ec5 diff --git a/dev-ros/actionlib/actionlib-1.11.10.ebuild b/dev-ros/actionlib/actionlib-1.11.10.ebuild new file mode 100644 index 00000000000..037b0253aa2 --- /dev/null +++ b/dev-ros/actionlib/actionlib-1.11.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 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}] )"