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 D949A1396D9 for ; Sat, 4 Nov 2017 11:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4011BE0E00; Sat, 4 Nov 2017 11:06:08 +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 205BCE0E00 for ; Sat, 4 Nov 2017 11:06:08 +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 2DA18341734 for ; Sat, 4 Nov 2017 11:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4429E949E for ; Sat, 4 Nov 2017 11:06: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: <1509793550.c8d15826c683083b2a6d7fc7fe2350b25ef5ab74.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/ros/Manifest ros-meta/ros/ros-1.14.2.ebuild X-VCS-Directories: ros-meta/ros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c8d15826c683083b2a6d7fc7fe2350b25ef5ab74 X-VCS-Branch: master Date: Sat, 4 Nov 2017 11:06: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: 680b19ba-6466-4fea-a9c7-6dadcece6bc9 X-Archives-Hash: 0538d2cdf81138108d2715d7d20961d4 commit: c8d15826c683083b2a6d7fc7fe2350b25ef5ab74 Author: Alexis Ballier gentoo org> AuthorDate: Sat Nov 4 10:34:33 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Nov 4 11:05:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d15826 ros-meta/ros: Bump to 1.14.2. Package-Manager: Portage-2.3.13, Repoman-2.3.4 ros-meta/ros/Manifest | 1 + ros-meta/ros/ros-1.14.2.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest index 7b45421ee1f..47810d7a141 100644 --- a/ros-meta/ros/Manifest +++ b/ros-meta/ros/Manifest @@ -1 +1,2 @@ DIST ros-1.14.1.tar.gz 167768 SHA256 2bdf5e29c332982bec3b01abbf190ff72c0eaee352070c6dd2e23ee7d32b6da7 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a WHIRLPOOL 36e8c1a2e8c6cb557cdc65c468449ba685832d5bfdc19115e4016815787997aaf5a3f3c6de6fdc58b3e3500f8c351c14421ad7dd611e00eba1648a91411b55f4 +DIST ros-1.14.2.tar.gz 167882 SHA256 f2231438c5e12c27989ec02b27aa6badabdba8da4b9ecefe3359dde8174f4c8a SHA512 9d848140bc694f0f2b86f8c9ef67e0279c5f05a73abe43f54aedb7439c7810346d136445c7195310e5f00e0a0cdfbbf6cbb004e7ab0b1427811ec8b0a73933d5 WHIRLPOOL 36545c98e4a0893a2d80efd4bd9a7faec435804a3180938f4d8667e04311d1cad827babb416382ee1adca4cece2feb6e4124d30394d3de09b5e4b44a6b8331eb diff --git a/ros-meta/ros/ros-1.14.2.ebuild b/ros-meta/ros/ros-1.14.2.ebuild new file mode 100644 index 00000000000..23b1459f6f3 --- /dev/null +++ b/ros-meta/ros/ros-1.14.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=ros + +inherit ros-catkin + +DESCRIPTION="ROS packaging system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosbash + dev-ros/rosboost_cfg + dev-ros/rosclean + dev-ros/roscreate + dev-ros/rosmake + dev-ros/rosunit + + dev-ros/mk + dev-ros/rosbuild + dev-ros/roslang + dev-ros/roslib +" +DEPEND="${RDEPEND}"