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 9B3B71382C5 for ; Thu, 15 Feb 2018 05:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B32E0921; Thu, 15 Feb 2018 05:52:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0AD11E0921 for ; Thu, 15 Feb 2018 05:52: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 48296335C43 for ; Thu, 15 Feb 2018 05:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8C621D for ; Thu, 15 Feb 2018 05:52:02 +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: <1518672708.6df6e626a38fa1e7d7bbc2be28e499f86b06479d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pr2_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pr2_msgs/Manifest dev-ros/pr2_msgs/pr2_msgs-1.12.1.ebuild X-VCS-Directories: dev-ros/pr2_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6df6e626a38fa1e7d7bbc2be28e499f86b06479d X-VCS-Branch: master Date: Thu, 15 Feb 2018 05:52:02 +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: 634a932b-8fce-48ef-b285-6600daa35ef3 X-Archives-Hash: 549472bf87019f58ead16f764e9b2de9 commit: 6df6e626a38fa1e7d7bbc2be28e499f86b06479d Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 15 05:31:48 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 15 05:31:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df6e626 dev-ros/pr2_msgs: Bump to 1.12.1. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/pr2_msgs/Manifest | 1 + dev-ros/pr2_msgs/pr2_msgs-1.12.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/pr2_msgs/Manifest b/dev-ros/pr2_msgs/Manifest index 58b23b04379..1551cdfffe8 100644 --- a/dev-ros/pr2_msgs/Manifest +++ b/dev-ros/pr2_msgs/Manifest @@ -1 +1,2 @@ DIST pr2_common-1.12.0.tar.gz 33598910 BLAKE2B 3c44fe6ba6214d0c35ca674f5433a89bb6ba703bf5522615bd67912cb077f7ebf1eb9239fa8f076dc4bd813f89fa341617301ac873166ddbd43243d8e5001661 SHA512 da933ff9521a9337198a890e0ba10281510b861b4bff3023e7d251251f7ef7f8579f86b2992238975329c5c63ecdf00b17e895f1e0dec4e180336860fdd0c921 +DIST pr2_common-1.12.1.tar.gz 33597926 BLAKE2B eef3676b2ad029514aef09c09b4e463246397c2fd605b60bdba355e54ce44b1248efe6eef02e0303fd347f8c9b6b8965abafccee07b1f77e70f6e7db4a12a5e5 SHA512 e74be6f0507b1a7ae0fa385a06ff0a960661c5f0ec723bd7ac6d4782d4a61e3b4a95fda5cd09b37ed62ecf72be7c9c55132d3967644211c957c224717bc15485 diff --git a/dev-ros/pr2_msgs/pr2_msgs-1.12.1.ebuild b/dev-ros/pr2_msgs/pr2_msgs-1.12.1.ebuild new file mode 100644 index 00000000000..fd03e78a982 --- /dev/null +++ b/dev-ros/pr2_msgs/pr2_msgs-1.12.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/pr2/pr2_common" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for representing PR2 state, such as battery information and the PR2 fingertip sensors" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"