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 06123138334 for ; Mon, 16 Jul 2018 11:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB43AE0867; Mon, 16 Jul 2018 11:03:44 +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 33C03E0866 for ; Mon, 16 Jul 2018 11:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C66D6335CC8 for ; Mon, 16 Jul 2018 11:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C8D382 for ; Mon, 16 Jul 2018 11:03: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: <1531739008.19a455be14d7ee602f675e66ee0daf9d1b6426e7.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.4.1.ebuild X-VCS-Directories: ros-meta/ros_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 19a455be14d7ee602f675e66ee0daf9d1b6426e7 X-VCS-Branch: master Date: Mon, 16 Jul 2018 11:03: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: 4850fcf6-489a-449b-b855-fef906005a76 X-Archives-Hash: 57318bc88d624ec6ba2874cbcbf7f5c5 commit: 19a455be14d7ee602f675e66ee0daf9d1b6426e7 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 16 10:59:36 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 16 11:03:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a455be ros-meta/ros_core: bump to 1.4.1 Package-Manager: Portage-2.3.42, Repoman-2.3.9 ros-meta/ros_core/Manifest | 1 + ros-meta/ros_core/ros_core-1.4.1.ebuild | 43 +++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest index 6974b994a94..e88baaed202 100644 --- a/ros-meta/ros_core/Manifest +++ b/ros-meta/ros_core/Manifest @@ -1 +1,2 @@ DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71 +DIST metapackages-1.4.1.tar.gz 1961 BLAKE2B 9fb450ad10a9d8485314ddbb1acfaec0961fecfc7098a1de314e2dc5abf55f6267bb5e528a107a46b22f37e1afe96b42b0896e5f2513905d85b94aebeb56e425 SHA512 cbfb8d865d95f2759f8f57df2cb81ef7fa3ca21698e11b442a6dbce5cba8ba93f09022fcafd4efa3e2197ee726e082de62f213e009684a62589358a64495f9fd diff --git a/ros-meta/ros_core/ros_core-1.4.1.ebuild b/ros-meta/ros_core/ros_core-1.4.1.ebuild new file mode 100644 index 00000000000..a38edef6703 --- /dev/null +++ b/ros-meta/ros_core/ros_core-1.4.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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/class_loader + dev-ros/cmake_modules + ros-meta/common_msgs + dev-ros/gencpp + dev-ros/geneus + dev-ros/genlisp + dev-ros/genmsg + dev-ros/gennodejs + dev-ros/genpy + dev-ros/message_generation + dev-ros/message_runtime + dev-ros/pluginlib + ros-meta/ros + ros-meta/ros_comm + dev-ros/rosbag_migration_rule + dev-ros/rosconsole + dev-ros/rosconsole_bridge + ros-meta/roscpp_core + dev-ros/rosgraph_msgs + dev-ros/roslisp + dev-ros/rospack + dev-ros/std_msgs + dev-ros/std_srvs +" +DEPEND="${RDEPEND}"