From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DD571388C0 for ; Thu, 25 Feb 2016 10:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F17D21C04F; Thu, 25 Feb 2016 10:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0487E084B for ; Thu, 25 Feb 2016 10:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE335340C87 for ; Thu, 25 Feb 2016 10:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509C5209B for ; Thu, 25 Feb 2016 10:07:32 +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: <1456394560.eec256e8c337367b29ea14bdd2505dfabf5d200c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/common_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/common_msgs/Manifest ros-meta/common_msgs/common_msgs-1.12.4.ebuild X-VCS-Directories: ros-meta/common_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eec256e8c337367b29ea14bdd2505dfabf5d200c X-VCS-Branch: master Date: Thu, 25 Feb 2016 10:07:32 +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: 0bc13237-671a-4f21-8f79-0371e2872181 X-Archives-Hash: 1437f6b931ede4104d0c5aed266d0666 commit: eec256e8c337367b29ea14bdd2505dfabf5d200c Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 25 10:02:40 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 25 10:02:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec256e8 ros-meta/common_msgs: Bump to 1.12.4. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/common_msgs/Manifest | 1 + ros-meta/common_msgs/common_msgs-1.12.4.ebuild | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ros-meta/common_msgs/Manifest b/ros-meta/common_msgs/Manifest index 42d1c7a..758f218 100644 --- a/ros-meta/common_msgs/Manifest +++ b/ros-meta/common_msgs/Manifest @@ -1 +1,2 @@ DIST common_msgs-1.12.3.tar.gz 55960 SHA256 f31936a854332183dcee43793a35cf26c85ba29280b91b10b54e8c89348b7eb5 SHA512 5c7a7362bb1024409c6da3e228e86d701a8df111481ddb831967b6eb447a32da5108ba7421509896628055ddeb2045441ec625178119aebf53a95cd933939cb7 WHIRLPOOL 2ee9588f14b0892514fcd10480d9ee4fddd03f7941b00d358ded94afca88085f34abad693beadf30fdccc29e7ff00c220531ae360c910773bd5d9c1de95a7c0a +DIST common_msgs-1.12.4.tar.gz 58764 SHA256 79ad3e36a4db52ec122224c9699b6228c4028b422ddfb7660f41de18b0881de0 SHA512 4605264f44dcaf6d970be9278de7433fa933d96eb9e4e6355b417c8f4a378eec03106414f3d9ca22cd7960435b2da714c76d40dfc8073dd887038cbecda7bf28 WHIRLPOOL 29e191d33b3e107124a00759d7d414c7ef1e50c202d40f55c7cea3a27ab78de941f4dea815a23a8e9d61a626641ee9f7b4079fc3216b1b85726304a907384c25 diff --git a/ros-meta/common_msgs/common_msgs-1.12.4.ebuild b/ros-meta/common_msgs/common_msgs-1.12.4.ebuild new file mode 100644 index 0000000..095d2a9 --- /dev/null +++ b/ros-meta/common_msgs/common_msgs-1.12.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/common_msgs" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Messages that are widely used by other ROS packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/actionlib_msgs + dev-ros/diagnostic_msgs + dev-ros/geometry_msgs + dev-ros/nav_msgs + dev-ros/sensor_msgs + dev-ros/shape_msgs + dev-ros/stereo_msgs + dev-ros/trajectory_msgs + dev-ros/visualization_msgs +" +DEPEND="${RDEPEND}"