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 362841382C5 for ; Sun, 13 May 2018 10:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73994E0AD6; Sun, 13 May 2018 10:49:06 +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 48D07E0AD5 for ; Sun, 13 May 2018 10:49:06 +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 3A6F1335C94 for ; Sun, 13 May 2018 10:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA00875 for ; Sun, 13 May 2018 10:49:03 +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: <1526208535.1381f6c3934992dbb9a52904b4331b4cfa8a9c3c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometry_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/geometry_msgs/Manifest dev-ros/geometry_msgs/geometry_msgs-1.12.6.ebuild X-VCS-Directories: dev-ros/geometry_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1381f6c3934992dbb9a52904b4331b4cfa8a9c3c X-VCS-Branch: master Date: Sun, 13 May 2018 10:49:03 +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: 5f474677-eb54-40cc-a6e5-9f25f97d6102 X-Archives-Hash: 523b6534b359cfca6897fd4204524d6d commit: 1381f6c3934992dbb9a52904b4331b4cfa8a9c3c Author: Alexis Ballier gentoo org> AuthorDate: Sun May 13 10:37:34 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun May 13 10:48:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1381f6c3 dev-ros/geometry_msgs: Bump to 1.12.6. Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/geometry_msgs/Manifest | 1 + dev-ros/geometry_msgs/geometry_msgs-1.12.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/geometry_msgs/Manifest b/dev-ros/geometry_msgs/Manifest index f0f78814db1..ad7b0fd6b13 100644 --- a/dev-ros/geometry_msgs/Manifest +++ b/dev-ros/geometry_msgs/Manifest @@ -1 +1,2 @@ DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac SHA512 99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee +DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538 SHA512 cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b diff --git a/dev-ros/geometry_msgs/geometry_msgs-1.12.6.ebuild b/dev-ros/geometry_msgs/geometry_msgs-1.12.6.ebuild new file mode 100644 index 00000000000..ec05a78b8a0 --- /dev/null +++ b/dev-ros/geometry_msgs/geometry_msgs-1.12.6.ebuild @@ -0,0 +1,20 @@ +# 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/common_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for common geometric primitives such as points, vectors, and poses" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"