diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:07:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:44 +0200 |
commit | 7ab319f546ee938ab4008a8ebf35db63697d87e8 (patch) | |
tree | 1c80a68088f1c8a0047a9acfb3e9937be14e28a3 /dev-ros/rqt_msg | |
parent | dev-ros/rqt_nav_view: Remove old (diff) | |
download | gentoo-7ab319f546ee938ab4008a8ebf35db63697d87e8.tar.gz gentoo-7ab319f546ee938ab4008a8ebf35db63697d87e8.tar.bz2 gentoo-7ab319f546ee938ab4008a8ebf35db63697d87e8.zip |
dev-ros/rqt_msg: bump to 0.4.9
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_msg')
-rw-r--r-- | dev-ros/rqt_msg/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_msg/rqt_msg-0.4.9.ebuild | 27 | ||||
-rw-r--r-- | dev-ros/rqt_msg/rqt_msg-9999.ebuild | 5 |
3 files changed, 30 insertions, 3 deletions
diff --git a/dev-ros/rqt_msg/Manifest b/dev-ros/rqt_msg/Manifest index c8ce31bca0e4..a6bf6e4b5c67 100644 --- a/dev-ros/rqt_msg/Manifest +++ b/dev-ros/rqt_msg/Manifest @@ -1,2 +1,3 @@ DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 DIST rqt_msg-0.4.8.tar.gz 6806 BLAKE2B de53b4025006ce38324f00afa80c4b437a80f0313b0814e60c8b2edee9695461cc33675e6a8c9aa52cda44eb79f2f7486eb90fe28727113eaf03b0cd3d905063 SHA512 d1598315f8cccdc83059046d0bbbd5fe970e4a2981f08cc9e3841fae12b85ca3f907a1509b024809ebf3834f8a2e40b7ed26ce39b2e1638d120ea5a749dd715e +DIST rqt_msg-0.4.9.tar.gz 6920 BLAKE2B 5187c050972045401f76546f3e5abc9cfd9fd58d2a42cc0ae317e0f689ca7c3b73ae6f160777510a522670cd03d2553e195157ea51af81c73334c99f705c619c SHA512 a0d36bf30dbd3582d93c3d89d495b4b5aa25d76895b61eed70cc8878ced43e407a72d593e8b38194522d56cbfc2a5622c30179116dcd86de4d3e7b49dc24a9ff diff --git a/dev-ros/rqt_msg/rqt_msg-0.4.9.ebuild b/dev-ros/rqt_msg/rqt_msg-0.4.9.ebuild new file mode 100644 index 000000000000..a921d8d3cd6b --- /dev/null +++ b/dev-ros/rqt_msg/rqt_msg-0.4.9.ebuild @@ -0,0 +1,27 @@ +# 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_msg" + +inherit ros-catkin + +DESCRIPTION="Python GUI plugin for introspecting available ROS message types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rosmsg[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] + dev-ros/rqt_console[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_msg/rqt_msg-9999.ebuild b/dev-ros/rqt_msg/rqt_msg-9999.ebuild index 01361aa919a8..a921d8d3cd6b 100644 --- a/dev-ros/rqt_msg/rqt_msg-9999.ebuild +++ b/dev-ros/rqt_msg/rqt_msg-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 KEYWORDS="~amd64" ROS_REPO_URI="https://github.com/ros-visualization/rqt_msg" -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |