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 2DA29138330 for ; Sun, 7 Jan 2018 06:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC97E092E; Sun, 7 Jan 2018 06:39:04 +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 100F9E0924 for ; Sun, 7 Jan 2018 06:39:04 +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 45D91335D40 for ; Sun, 7 Jan 2018 06:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F92B1C5 for ; Sun, 7 Jan 2018 06:38:59 +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: <1515307130.13876f84436a56f210a4065609bea40a18536843.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/librviz_tutorial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/librviz_tutorial/Manifest dev-ros/librviz_tutorial/librviz_tutorial-0.10.2.ebuild X-VCS-Directories: dev-ros/librviz_tutorial/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 13876f84436a56f210a4065609bea40a18536843 X-VCS-Branch: master Date: Sun, 7 Jan 2018 06:38:59 +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: d3da76a4-00dd-4819-81a3-d3fdd2f5c475 X-Archives-Hash: 2239539af59e5433cc5a12187bb26236 commit: 13876f84436a56f210a4065609bea40a18536843 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 7 06:36:25 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 7 06:38:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13876f84 dev-ros/librviz_tutorial: Bump to 0.10.2. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/librviz_tutorial/Manifest | 1 + .../librviz_tutorial/librviz_tutorial-0.10.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ros/librviz_tutorial/Manifest b/dev-ros/librviz_tutorial/Manifest index 97d338b55c6..621a35b1096 100644 --- a/dev-ros/librviz_tutorial/Manifest +++ b/dev-ros/librviz_tutorial/Manifest @@ -1 +1,2 @@ DIST visualization_tutorials-0.10.1.tar.gz 428608 BLAKE2B abee44fa91388e792a5e2ccadf07a32236f7575f5a0e0121ddfdc0135bf63b12c8d603d4bee3ef463f0c64debf9e9c6f8c7c89c2e8dce8375d3264039b6378b0 SHA512 38ad2c29456ff994914b1ca3b2ab6d90b0c9224481d360fd7f88b38c0e9615d35eb94b90abb699738b5f4fac091489bdf2373168bc3a0acc0e6ba3a61b646bbf +DIST visualization_tutorials-0.10.2.tar.gz 428684 BLAKE2B 751d18089c69cdb8cd0cfac97235d213cce9d098264dc49fcaf7d7a949216b8fd40041c23be5d16be1537298b876dc1854a8b7dc1214ba7aeb74b18716892636 SHA512 40d8621fd05e81dc23adbf7fd0a69209d796ade3ad291aa350030872a3bbffad2ec9ac0d31734ccf73f8215f7dd52834a35baaa3fe198a3fc4c5bda71a760b05 diff --git a/dev-ros/librviz_tutorial/librviz_tutorial-0.10.2.ebuild b/dev-ros/librviz_tutorial/librviz_tutorial-0.10.2.ebuild new file mode 100644 index 00000000000..dbb62ffac13 --- /dev/null +++ b/dev-ros/librviz_tutorial/librviz_tutorial-0.10.2.ebuild @@ -0,0 +1,21 @@ +# 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-visualization/visualization_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Tutorial showing how to compile your own C++ program with RViz displays and features" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rviz + dev-libs/boost:= +" +DEPEND="${RDEPEND}"