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 34632138252 for ; Wed, 11 May 2016 08:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E09EF234002; Wed, 11 May 2016 08:45:43 +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 4E12E21C039 for ; Wed, 11 May 2016 08:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8493C340B63 for ; Wed, 11 May 2016 08:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 688D296B for ; Wed, 11 May 2016 08:45:38 +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: <1462956328.9e8bdb6736ad71e718b3d3af369eb05133ce1de4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/ros_core/Manifest ros-meta/ros_core/ros_core-1.3.0.ebuild X-VCS-Directories: ros-meta/ros_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9e8bdb6736ad71e718b3d3af369eb05133ce1de4 X-VCS-Branch: master Date: Wed, 11 May 2016 08:45:38 +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: ecfff918-0909-4c9a-9369-112be846a535 X-Archives-Hash: a8aa742e2af840b5adab5a290c3ede93 commit: 9e8bdb6736ad71e718b3d3af369eb05133ce1de4 Author: Alexis Ballier gentoo org> AuthorDate: Wed May 11 08:27:23 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 11 08:45:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8bdb67 ros-meta/ros_core: bump to 1.3.0 Package-Manager: portage-2.2.28 ros-meta/ros_core/Manifest | 1 + ros-meta/ros_core/ros_core-1.3.0.ebuild | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest index 7ebda7a..6b60021 100644 --- a/ros-meta/ros_core/Manifest +++ b/ros-meta/ros_core/Manifest @@ -1 +1,2 @@ DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79 +DIST metapackages-1.3.0.tar.gz 1813 SHA256 7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 WHIRLPOOL 6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e diff --git a/ros-meta/ros_core/ros_core-1.3.0.ebuild b/ros-meta/ros_core/ros_core-1.3.0.ebuild new file mode 100644 index 0000000..70ec967 --- /dev/null +++ b/ros-meta/ros_core/ros_core-1.3.0.ebuild @@ -0,0 +1,41 @@ +# 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/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-util/catkin + dev-ros/cmake_modules + ros-meta/common_msgs + dev-ros/gencpp + dev-ros/geneus + dev-ros/genlisp + dev-ros/genpy + dev-ros/gennodejs + dev-ros/genmsg + dev-ros/message_generation + dev-ros/message_runtime + ros-meta/ros + ros-meta/ros_comm + dev-ros/rosconsole_bridge + ros-meta/roscpp_core + dev-ros/rosgraph_msgs + dev-ros/rospack + dev-ros/std_msgs + dev-ros/std_srvs + ros-meta/ros_tutorials + dev-ros/roslisp +" +DEPEND="${RDEPEND}"