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 224FA138350 for ; Thu, 2 Apr 2020 00:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393EEE0CC7; Thu, 2 Apr 2020 00:29:05 +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 0BDB8E0CC7 for ; Thu, 2 Apr 2020 00:29:05 +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 B59F634FBF5 for ; Thu, 2 Apr 2020 00:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B74D1B1 for ; Thu, 2 Apr 2020 00:29:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1585787307.2bada84c86922d41c82ac1121c47275be2d418f8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rviz/rviz-1.13.1-r2.ebuild dev-ros/rviz/rviz-1.13.3-r1.ebuild dev-ros/rviz/rviz-1.13.6-r1.ebuild dev-ros/rviz/rviz-9999.ebuild X-VCS-Directories: dev-ros/rviz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2bada84c86922d41c82ac1121c47275be2d418f8 X-VCS-Branch: master Date: Thu, 2 Apr 2020 00:29:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c56150a6-be33-4927-9c18-64b326459e82 X-Archives-Hash: d9cde509687b12be969df10e5ecfba15 commit: 2bada84c86922d41c82ac1121c47275be2d418f8 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Feb 23 23:52:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 2 00:28:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bada84c dev-ros/rviz: EAPI 7, force single-precision ogre Bug: https://bugs.gentoo.org/710540 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14757 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-ros/rviz/{rviz-9999.ebuild => rviz-1.13.1-r2.ebuild} | 13 ++++--------- dev-ros/rviz/{rviz-9999.ebuild => rviz-1.13.3-r1.ebuild} | 13 ++++--------- dev-ros/rviz/{rviz-9999.ebuild => rviz-1.13.6-r1.ebuild} | 7 +++---- dev-ros/rviz/rviz-9999.ebuild | 9 ++++----- 4 files changed, 15 insertions(+), 27 deletions(-) diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-1.13.1-r2.ebuild similarity index 90% copy from dev-ros/rviz/rviz-9999.ebuild copy to dev-ros/rviz/rviz-1.13.1-r2.ebuild index 358973db867..787bbed37b6 100644 --- a/dev-ros/rviz/rviz-9999.ebuild +++ b/dev-ros/rviz/rviz-1.13.1-r2.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="7" ROS_REPO_URI="https://github.com/ros-visualization/rviz" KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) -inherit ros-catkin virtualx +inherit ros-catkin DESCRIPTION="3D visualization tool for ROS" LICENSE="BSD" @@ -17,7 +16,7 @@ IUSE="" RDEPEND=" dev-libs/boost:=[threads] media-libs/assimp -