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 772141396D3 for ; Thu, 24 Aug 2017 08:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 555CF1FC005; Thu, 24 Aug 2017 08:55:26 +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 1E97DE0D9E for ; Thu, 24 Aug 2017 08:55:25 +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 A5CB9341B64 for ; Thu, 24 Aug 2017 08:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3888280CD for ; Thu, 24 Aug 2017 08:55:23 +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: <1503563891.1e4d8c5b00ed45efe374696ced9c846360366d6a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rviz/Manifest dev-ros/rviz/rviz-1.12.13.ebuild X-VCS-Directories: dev-ros/rviz/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1e4d8c5b00ed45efe374696ced9c846360366d6a X-VCS-Branch: master Date: Thu, 24 Aug 2017 08:55:23 +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: ffa29c3c-daec-44cb-92c0-536c2f875925 X-Archives-Hash: 414e98808c5c654b5fc11abf4d0e8b0a commit: 1e4d8c5b00ed45efe374696ced9c846360366d6a Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 24 08:38:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 24 08:38:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d8c5b dev-ros/rviz: bump to 1.12.13 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/rviz/Manifest | 1 + dev-ros/rviz/rviz-1.12.13.ebuild | 66 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/dev-ros/rviz/Manifest b/dev-ros/rviz/Manifest index fa05a126ffa..6ada24aa9be 100644 --- a/dev-ros/rviz/Manifest +++ b/dev-ros/rviz/Manifest @@ -1 +1,2 @@ DIST rviz-1.12.11.tar.gz 4550851 SHA256 d32f394347511b2ec61ebf3b4cec5b68550d77def9370c8488e6e87f72db4237 SHA512 0eb5c35b658a56b6f17c741ec8b704aa9651c45a01707aff00dca51b3eebd15827c4fbef60cb2f75028c920a9d6ed4779eb6a9645a9a43a12f5e568a43300793 WHIRLPOOL 1fa24ffa8cafe00033c536daaf944b2a6093a2bb300cee5d5d1fce992bc579f89652c583701324e5401ee77214f6b22c661f77243ac01c577d0c4fe04ff60024 +DIST rviz-1.12.13.tar.gz 5086771 SHA256 9a819114b96946cecd37f46ef74dbfaf768f38f30d88f49ba950d4b931f56cf9 SHA512 f9f76308f2c7f973e95a6b410850f55489ed65027004fe080e8f39be79d4cc142657825ae93b0f06ef299ae75fb42a018add6afa8e7f132f89418b21eadd1980 WHIRLPOOL a5579c0699e3a84dd027704b6899d92e4298c27b862ef19199720b323625d42f07248b0a8bc1cd25a7c17468aa26fc690975e8c465bc9aa5b1283d0497badc7f diff --git a/dev-ros/rviz/rviz-1.12.13.ebuild b/dev-ros/rviz/rviz-1.12.13.ebuild new file mode 100644 index 00000000000..9ada9a6fdae --- /dev/null +++ b/dev-ros/rviz/rviz-1.12.13.ebuild @@ -0,0 +1,66 @@ +# 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-visualization/rviz" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="3D visualization tool for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + media-libs/assimp + dev-games/ogre + virtual/opengl + dev-qt/qtwidgets:5 + dev-qt/qtcore:5 + dev-qt/qtopengl:5 + dev-cpp/eigen:3 + dev-cpp/yaml-cpp + dev-libs/urdfdom:= + + dev-ros/angles + dev-ros/image_geometry + dev-ros/image_transport + dev-ros/interactive_markers + dev-ros/laser_geometry + dev-ros/message_filters + dev-ros/pluginlib + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] + dev-ros/resource_retriever + dev-ros/rosbag[${PYTHON_USEDEP}] + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/tf + dev-ros/urdf + dev-ros/media_export + + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/map_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND} + dev-ros/cmake_modules + virtual/pkgconfig + test? ( + dev-ros/rostest[${PYTHON_USEDEP}] + dev-cpp/gtest + )" + +src_configure() { + local mycatkincmakeargs=( "-DUseQt5=ON" ) + ros-catkin_src_configure +}