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 BA1BD139695 for ; Fri, 9 Jun 2017 15:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B10C7E0EA4; Fri, 9 Jun 2017 15:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C355E0E88 for ; Fri, 9 Jun 2017 15:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B50C341AE6 for ; Fri, 9 Jun 2017 15:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD83747A for ; Fri, 9 Jun 2017 15:43:55 +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: <1497022728.e80cac1df9e9d4925a6942b4bbe3537075e7aae8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/smach_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/smach_msgs/Manifest dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild X-VCS-Directories: dev-ros/smach_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e80cac1df9e9d4925a6942b4bbe3537075e7aae8 X-VCS-Branch: master Date: Fri, 9 Jun 2017 15:43:55 +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: 31d03686-bd43-41e1-b2f7-336ca2b27b43 X-Archives-Hash: e6323d815f601e51a127634df02bf493 commit: e80cac1df9e9d4925a6942b4bbe3537075e7aae8 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 9 15:38:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 9 15:38:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80cac1d dev-ros/smach_msgs: Bump to 2.0.1. Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/smach_msgs/Manifest | 1 + dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ros/smach_msgs/Manifest b/dev-ros/smach_msgs/Manifest index 4bc8b5a913a..50d925fd84a 100644 --- a/dev-ros/smach_msgs/Manifest +++ b/dev-ros/smach_msgs/Manifest @@ -1 +1,2 @@ DIST executive_smach-2.0.0.tar.gz 39920 SHA256 48f11db9a1be8accf6bce4dc20efa825f8fab1697d8620690eb51051ddd2c6b3 SHA512 e1970128f2a49e92e99821922351cb62c64d4367781397f6f6b3c20691c2712824edabe4e4a67264fe48555f3b0c8d1f1fd7bc8820fb6f5937f7c6a22815c601 WHIRLPOOL 045578126017e77486c4e87dd85badbff8a8227e580ba792389fe871c732455bc5d1abcb83cff230705ff85a1679682f9a99541727fcb253858e02cd33dc0184 +DIST executive_smach-2.0.1.tar.gz 42032 SHA256 2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380 SHA512 88be9ad6a0ec1e82e1592d26621fbbfe24e45640266f369cd03f192649bfd865e5a4ea576cf665161c0f89805e67b38b8b64b62a054ca1e217b99d8284f3b32a WHIRLPOOL 69b12a64c5826e27447e2e5adbff9462369d41b1e6b2e88561b758c19019c8233400a98e01146b8a34b38f66ad9678cf58a8373fed72d07640bb56fb9a26256d diff --git a/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild b/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild new file mode 100644 index 00000000000..e5c7e2a944a --- /dev/null +++ b/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/executive_smach" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Set of messages that are used by the introspection interfaces for smach" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"