From e3ca285b47798fd6308c6a5ec876b4833e48e46d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 6 Apr 2021 10:28:10 +0200 Subject: dev-ros/rqt_plot: bump to 0.4.13 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexis Ballier --- dev-ros/rqt_plot/Manifest | 2 +- dev-ros/rqt_plot/rqt_plot-0.4.12.ebuild | 31 ------------------------------- dev-ros/rqt_plot/rqt_plot-0.4.13.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-ros/rqt_plot/rqt_plot-0.4.12.ebuild create mode 100644 dev-ros/rqt_plot/rqt_plot-0.4.13.ebuild (limited to 'dev-ros/rqt_plot') diff --git a/dev-ros/rqt_plot/Manifest b/dev-ros/rqt_plot/Manifest index dbb519f751ad..a3055699e823 100644 --- a/dev-ros/rqt_plot/Manifest +++ b/dev-ros/rqt_plot/Manifest @@ -1 +1 @@ -DIST rqt_plot-0.4.12.tar.gz 19862 BLAKE2B b98e9d3c5862674997e6e6792332beae945a798eadb8ca0fd5b9d105fa04e6fe9a36033d48535d1918b5f3ab6d40cc5c3e0babae7e55079f013f4acd998dbdbc SHA512 adb20495b1c7402fda5685afe300d25ea7117fbe540025588c0fc30bf5791f408286a8ba9101dafd97d88a11e5561cd0f1b8c35e868bf979b6c5833b3c9f85e6 +DIST rqt_plot-0.4.13.tar.gz 20082 BLAKE2B 89d3653fddf7db0beae573aefcd115258db5e05e0a41a00fcdcbad70779a0e0e64a6b7fa5aff4b620af2099b6af424f5b235f7e7c25bb64b35b46a0a26c05bff SHA512 dc1a94ec74050313f7c6dcc308f56afff8e4fb31f9f8679e9d6f341e6d77f63ba94fc53c57ecde1a472f9b8c26c8d14307b8451ca7fb6c3fcf77f4b0a4bdcb6a diff --git a/dev-ros/rqt_plot/rqt_plot-0.4.12.ebuild b/dev-ros/rqt_plot/rqt_plot-0.4.12.ebuild deleted file mode 100644 index 84ec25dcda92..000000000000 --- a/dev-ros/rqt_plot/rqt_plot-0.4.12.ebuild +++ /dev/null @@ -1,31 +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_plot" - -inherit ros-catkin - -DESCRIPTION="GUI plugin visualizing numeric values in a 2D plot" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep "dev-python/matplotlib[\${PYTHON_USEDEP}]") - $(python_gen_cond_dep "dev-python/pyqtgraph[\${PYTHON_USEDEP}]") - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]") - dev-ros/qt_gui_py_common[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${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}] - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - >=dev-ros/python_qt_binding-0.2.19[${PYTHON_SINGLE_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_plot/rqt_plot-0.4.13.ebuild b/dev-ros/rqt_plot/rqt_plot-0.4.13.ebuild new file mode 100644 index 000000000000..cd9938c0d4f2 --- /dev/null +++ b/dev-ros/rqt_plot/rqt_plot-0.4.13.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_plot" + +inherit ros-catkin + +DESCRIPTION="GUI plugin visualizing numeric values in a 2D plot" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + $(python_gen_cond_dep "dev-python/matplotlib[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/pyqtgraph[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]") + dev-ros/qt_gui_py_common[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${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}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_SINGLE_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad