From bb59069e0890eaf53c3936d6d8432f2daf1e5002 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 6 Apr 2021 10:27:12 +0200 Subject: dev-ros/rqt_reconfigure: bump to 0.5.4 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexis Ballier --- dev-ros/rqt_reconfigure/Manifest | 2 +- .../rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild | 28 ------------------- .../rqt_reconfigure/rqt_reconfigure-0.5.4.ebuild | 31 ++++++++++++++++++++++ .../rqt_reconfigure/rqt_reconfigure-9999.ebuild | 5 +++- 4 files changed, 36 insertions(+), 30 deletions(-) delete mode 100644 dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild create mode 100644 dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.4.ebuild (limited to 'dev-ros') diff --git a/dev-ros/rqt_reconfigure/Manifest b/dev-ros/rqt_reconfigure/Manifest index f5085432f11d..38acb10749a4 100644 --- a/dev-ros/rqt_reconfigure/Manifest +++ b/dev-ros/rqt_reconfigure/Manifest @@ -1 +1 @@ -DIST rqt_reconfigure-0.5.3.tar.gz 31439 BLAKE2B 2af1c2e0fd4c8b57ff0af077bc112198fd9454a11e715492c6ab38c1b3a52833d8257f9a64ebc4ed9e030c09b6154c312969844b3e6200f7a28047a4e1bd03c9 SHA512 c8986dde4094e62b29f0f8699af2ca7cd2b477f34c6e65ae5943162a5d3de7b06a4cc93bdfacfc44f3ea9b750e415cf77f1d5d11c9307bcc13f636378d0a3fc8 +DIST rqt_reconfigure-0.5.4.tar.gz 31640 BLAKE2B 6751492454eb4bdf368de771c016cf712042ae1676a3890b819aecf6285aa1937f5f0528651ce7fb0e935e595d8ef3094ecb0a7a282f4b44f8d5107891329b32 SHA512 ae2e2286bfb974b53070359fdaed9345191674142ca11bbc7bc823c166fe2df5c035b6623b6566b189367f77312e08c30b1ba25cfcc5f2d7d49092380a9bc1da diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild deleted file mode 100644 index 475a03749044..000000000000 --- a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure" - -inherit ros-catkin - -DESCRIPTION="Provides the way to view and edit the parameters from dynamic_reconfigure" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_console[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/roslint[${PYTHON_SINGLE_USEDEP}] - ) -" diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.4.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.4.ebuild new file mode 100644 index 000000000000..2616cff7f4fc --- /dev/null +++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure" + +# Tests fail with ninja +CMAKE_MAKEFILE_GENERATOR=emake + +inherit ros-catkin + +DESCRIPTION="Provides the way to view and edit the parameters from dynamic_reconfigure" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_console[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-ros/roslint[${PYTHON_SINGLE_USEDEP}] + ) +" diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild index 475a03749044..2616cff7f4fc 100644 --- a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild +++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,6 +6,9 @@ EAPI=7 KEYWORDS="~amd64" ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure" +# Tests fail with ninja +CMAKE_MAKEFILE_GENERATOR=emake + inherit ros-catkin DESCRIPTION="Provides the way to view and edit the parameters from dynamic_reconfigure" -- cgit v1.2.3-65-gdbad