diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:09:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:12 +0200 |
commit | 172dcc19bc194e9c5f60ac7789428d5056b41ca9 (patch) | |
tree | cc3888246eb8f5c425cdadfcead273d5540dcc9e /dev-ros/rqt_topic | |
parent | dev-ros/rqt_topic: remove old (diff) | |
download | gentoo-172dcc19bc194e9c5f60ac7789428d5056b41ca9.tar.gz gentoo-172dcc19bc194e9c5f60ac7789428d5056b41ca9.tar.bz2 gentoo-172dcc19bc194e9c5f60ac7789428d5056b41ca9.zip |
dev-ros/rqt_topic: bump to 0.4.8 and update to split repos
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_topic')
-rw-r--r-- | dev-ros/rqt_topic/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_topic/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild | 25 | ||||
-rw-r--r-- | dev-ros/rqt_topic/rqt_topic-9999.ebuild | 5 |
4 files changed, 29 insertions, 4 deletions
diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest index 7bb8c4d74093..a251c56eff0a 100644 --- a/dev-ros/rqt_topic/Manifest +++ b/dev-ros/rqt_topic/Manifest @@ -1 +1,2 @@ DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65 +DIST rqt_topic-0.4.8.tar.gz 8743 SHA256 2ceb9f052df8b5af149d15ccf4e0482d3b7b3932f32fe955784be1a5f5d07a4c SHA512 bc2874821aec9ce85e8a2d574dabc4c09ae41f77e6dc063af5a79841e80e781cf3a467df4c9094c74667d87bbc0720c355437ae43200ced623679e6fbeda1b27 WHIRLPOOL b22bec58797d7788a0d68a2a39d2f1c36d4b131c52d0c36e0cc480d288e6751f89a6008a49d358b27fa1f72917167dbc9ae6657f6474112d42ea904fd56018c5 diff --git a/dev-ros/rqt_topic/metadata.xml b/dev-ros/rqt_topic/metadata.xml index cb473d142b8e..f5e4498d99d9 100644 --- a/dev-ros/rqt_topic/metadata.xml +++ b/dev-ros/rqt_topic/metadata.xml @@ -6,6 +6,6 @@ <name>Gentoo ROS Project</name> </maintainer> <upstream> - <remote-id type="github">ros-visualization/rqt_common_plugins</remote-id> + <remote-id type="github">ros-visualization/rqt_topic</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild b/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild new file mode 100644 index 000000000000..bf621ebec809 --- /dev/null +++ b/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_topic" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="GUI plugin for displaying debug information about ROS topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/rostopic[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/std_msgs[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_topic/rqt_topic-9999.ebuild b/dev-ros/rqt_topic/rqt_topic-9999.ebuild index 10300d30c451..bf621ebec809 100644 --- a/dev-ros/rqt_topic/rqt_topic-9999.ebuild +++ b/dev-ros/rqt_topic/rqt_topic-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_topic" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin |