public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/
Date: Thu,  2 Apr 2020 00:29:02 +0000 (UTC)	[thread overview]
Message-ID: <1585787307.2bada84c86922d41c82ac1121c47275be2d418f8.asturm@gentoo> (raw)

commit:     2bada84c86922d41c82ac1121c47275be2d418f8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 23:52:38 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14757
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
-	<dev-games/ogre-1.10:=
+	<dev-games/ogre-1.10:=[-double-precision]
 	virtual/opengl
 	dev-qt/qtwidgets:5
 	dev-qt/qtcore:5
@@ -66,7 +65,3 @@ src_configure() {
 	local mycatkincmakeargs=( "-DUseQt5=ON" )
 	ros-catkin_src_configure
 }
-
-src_test() {
-	virtx ros-catkin_src_test
-}

diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-1.13.3-r1.ebuild
similarity index 90%
copy from dev-ros/rviz/rviz-9999.ebuild
copy to dev-ros/rviz/rviz-1.13.3-r1.ebuild
index 358973db867..787bbed37b6 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-1.13.3-r1.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
-	<dev-games/ogre-1.10:=
+	<dev-games/ogre-1.10:=[-double-precision]
 	virtual/opengl
 	dev-qt/qtwidgets:5
 	dev-qt/qtcore:5
@@ -66,7 +65,3 @@ src_configure() {
 	local mycatkincmakeargs=( "-DUseQt5=ON" )
 	ros-catkin_src_configure
 }
-
-src_test() {
-	virtx ros-catkin_src_test
-}

diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-1.13.6-r1.ebuild
similarity index 94%
copy from dev-ros/rviz/rviz-9999.ebuild
copy to dev-ros/rviz/rviz-1.13.6-r1.ebuild
index 358973db867..1e9f682c7ff 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-1.13.6-r1.ebuild
@@ -1,11 +1,10 @@
-# 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
 
@@ -17,7 +16,7 @@ IUSE=""
 RDEPEND="
 	dev-libs/boost:=[threads]
 	media-libs/assimp
-	<dev-games/ogre-1.10:=
+	<dev-games/ogre-1.10:=[-double-precision]
 	virtual/opengl
 	dev-qt/qtwidgets:5
 	dev-qt/qtcore:5

diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-9999.ebuild
index 358973db867..4c97b1574ba 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-9999.ebuild
@@ -1,11 +1,10 @@
-# 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 )
+KEYWORDS=""
 
 inherit ros-catkin virtualx
 
@@ -17,7 +16,7 @@ IUSE=""
 RDEPEND="
 	dev-libs/boost:=[threads]
 	media-libs/assimp
-	<dev-games/ogre-1.10:=
+	<dev-games/ogre-1.10:=[-double-precision]
 	virtual/opengl
 	dev-qt/qtwidgets:5
 	dev-qt/qtcore:5


             reply	other threads:[~2020-04-02  0:29 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02  0:29 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-24 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/ Alexis Ballier
2022-06-03 12:34 Joonas Niilola
2022-03-09 13:19 Alexis Ballier
2022-03-09 13:19 Alexis Ballier
2022-03-09 13:19 Alexis Ballier
2021-08-12 16:58 Alexis Ballier
2021-08-03  7:35 Alexis Ballier
2020-07-16 13:02 Alexis Ballier
2020-07-16 13:02 Alexis Ballier
2019-12-12 12:31 Alexis Ballier
2019-05-24 16:23 Alexis Ballier
2018-08-04 18:46 Alexis Ballier
2018-08-04 18:46 Alexis Ballier
2018-03-30 13:27 Alexis Ballier
2018-03-30 13:27 Alexis Ballier
2018-01-07  6:38 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-11-10  8:51 Alexis Ballier
2017-08-24  8:55 Alexis Ballier
2017-08-24  8:55 Alexis Ballier
2017-08-04 18:40 Alexis Ballier
2017-05-08 14:07 Alexis Ballier
2017-05-07 12:36 Alexis Ballier
2017-05-04  9:12 Alexis Ballier
2016-11-28 15:11 Alexis Ballier
2016-11-01 14:54 Alexis Ballier
2016-07-26  9:24 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2016-04-15 16:33 Alexis Ballier
2016-04-05 10:55 Alexis Ballier
2016-03-24 11:18 Alexis Ballier
2015-10-15 11:26 Alexis Ballier
2015-09-23  9:44 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585787307.2bada84c86922d41c82ac1121c47275be2d418f8.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox