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 3AAF3139694 for ; Thu, 16 Feb 2017 04:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E22A21C07C; Thu, 16 Feb 2017 04:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A7A021C07C for ; Thu, 16 Feb 2017 04:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 545F334161D for ; Thu, 16 Feb 2017 04:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B53B2496E for ; Thu, 16 Feb 2017 04:32:16 +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: <1487219502.46347f2f305a783c95f5bb908d16e0d8808e42fe.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/std_msgs/Manifest dev-ros/std_msgs/std_msgs-0.5.11.ebuild X-VCS-Directories: dev-ros/std_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 46347f2f305a783c95f5bb908d16e0d8808e42fe X-VCS-Branch: master Date: Thu, 16 Feb 2017 04:32:16 +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: 5930ebc5-8fe4-49db-ae6c-4dc861bc1b05 X-Archives-Hash: 5620097aed9a0719e1ed97bc436a033a commit: 46347f2f305a783c95f5bb908d16e0d8808e42fe Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 16 00:34:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 16 04:31:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46347f2f dev-ros/std_msgs: bump to 0.5.11 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/std_msgs/Manifest | 1 + dev-ros/std_msgs/std_msgs-0.5.11.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest index 65d22b1a43..bffa64ad71 100644 --- a/dev-ros/std_msgs/Manifest +++ b/dev-ros/std_msgs/Manifest @@ -1 +1,2 @@ DIST std_msgs-0.5.10.tar.gz 6565 SHA256 c837974f840f42d75687360b0b4e40462c0abf4c94ce7fe227a1941272393f80 SHA512 4d224ca0e6aaac06443ca2d7ccbcc93631bd793ab8e76abf5934c736df6bc9f446b22d88be18e56f1409c68aef25adcf8829c2810df6c1c79836d432ac5dae99 WHIRLPOOL b6a64a156984f9b7ab37df431cb32ea228627c8d0118658133f160fcbeb2a01fd6d1a73e0a892d25537442fa39b30e7b7e7606dc0f2dbd4a2d14f9b790b3962b +DIST std_msgs-0.5.11.tar.gz 6551 SHA256 111db84305a890a2ab7fdd04229a8ccdb017689d3ae24e6eed7c1b463ee1897d SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b WHIRLPOOL f7d896775bb412238a3f9a3a6dbbf31f26fe7c54ede466ea3dcda064a8f0360fc7278673957bb011027d6ab92f18293faceefde824935ec1bd6e74f0aa78325a diff --git a/dev-ros/std_msgs/std_msgs-0.5.11.ebuild b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild new file mode 100644 index 0000000000..0f09fcf673 --- /dev/null +++ b/dev-ros/std_msgs/std_msgs-0.5.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/std_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit ${SCM} ros-catkin + +DESCRIPTION="Standard ROS Messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"