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/rqt_topic-9999.ebuild | |
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/rqt_topic-9999.ebuild')
-rw-r--r-- | dev-ros/rqt_topic/rqt_topic-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 |