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 42280139083 for ; Wed, 20 Dec 2017 16:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDA4AE1125; Wed, 20 Dec 2017 16:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B08EFE1125 for ; Wed, 20 Dec 2017 16:54:10 +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 8ACC333BF55 for ; Wed, 20 Dec 2017 16:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B027AE9A for ; Wed, 20 Dec 2017 16:54:04 +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: <1513788838.bddeb01cf9b86dd0eec187459768aab71e193994.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.14.ebuild X-VCS-Directories: dev-ros/rviz/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bddeb01cf9b86dd0eec187459768aab71e193994 X-VCS-Branch: master Date: Wed, 20 Dec 2017 16:54:04 +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: 76851352-86a6-44d4-892f-1d92c9de023f X-Archives-Hash: 946b635ac08d8684e85017b0ae5dbd46 commit: bddeb01cf9b86dd0eec187459768aab71e193994 Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 20 16:53:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 20 16:53:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddeb01c dev-ros/rviz: bump to 1.12.14 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/rviz/Manifest | 1 + dev-ros/rviz/rviz-1.12.14.ebuild | 67 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/dev-ros/rviz/Manifest b/dev-ros/rviz/Manifest index 8cbba230f1a..6bb8a2c2c88 100644 --- a/dev-ros/rviz/Manifest +++ b/dev-ros/rviz/Manifest @@ -1,2 +1,3 @@ DIST rviz-1.12.11.tar.gz 4550851 BLAKE2B f87106335aa4d0e78b47eab032d7f5e6cbd40c878d394e0ce8f12fc79dba5260277be22624c92a8adc2b2342c4f4f5550ba967b796a60766b8c808660d22fd59 SHA512 0eb5c35b658a56b6f17c741ec8b704aa9651c45a01707aff00dca51b3eebd15827c4fbef60cb2f75028c920a9d6ed4779eb6a9645a9a43a12f5e568a43300793 DIST rviz-1.12.13.tar.gz 5086771 BLAKE2B e19fd4c5e9001fbb425baf6b650adb45037c9662ed8602c2d4a95be4f62cf02c023c480ca83b2b9ab3b84ff9b65f208c0515b174d32963a322085ebb44af5649 SHA512 f9f76308f2c7f973e95a6b410850f55489ed65027004fe080e8f39be79d4cc142657825ae93b0f06ef299ae75fb42a018add6afa8e7f132f89418b21eadd1980 +DIST rviz-1.12.14.tar.gz 5087682 BLAKE2B 0ff42da139419b819e224459826d0bcc49bb70c9ca1c878487abee188321030f1c5535ff3ce7a1462b6946f2a9eac1cc1022f31289c5d138b0a64cef213228bc SHA512 748e3daf3fef53086f9056532e1fc9d3ca5a9130656b880487b50a557115e603ad843dd7f363241eb0b4d300f9fbe601fbd645f1e629ac2760a8a54666028e68 diff --git a/dev-ros/rviz/rviz-1.12.14.ebuild b/dev-ros/rviz/rviz-1.12.14.ebuild new file mode 100644 index 00000000000..b2eef9fdeb6 --- /dev/null +++ b/dev-ros/rviz/rviz-1.12.14.ebuild @@ -0,0 +1,67 @@ +# 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-libs/tinyxml:= + + 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 +}