diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:04:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:11 +0200 |
commit | 4ade0e54413bf3570fd105fa8746787d411a7237 (patch) | |
tree | 28958aff97d88e22473317965b1fc49ee7228665 /dev-ros/rqt_shell | |
parent | dev-ros/rqt_shell: remove old (diff) | |
download | gentoo-4ade0e54413bf3570fd105fa8746787d411a7237.tar.gz gentoo-4ade0e54413bf3570fd105fa8746787d411a7237.tar.bz2 gentoo-4ade0e54413bf3570fd105fa8746787d411a7237.zip |
dev-ros/rqt_shell: update to split repo
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_shell')
-rw-r--r-- | dev-ros/rqt_shell/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ros/rqt_shell/rqt_shell-9999.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-ros/rqt_shell/metadata.xml b/dev-ros/rqt_shell/metadata.xml index cb473d142b8e..510acf1680d4 100644 --- a/dev-ros/rqt_shell/metadata.xml +++ b/dev-ros/rqt_shell/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_shell</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ros/rqt_shell/rqt_shell-9999.ebuild b/dev-ros/rqt_shell/rqt_shell-9999.ebuild index 08253cd6f7c2..7cf7b1be6b20 100644 --- a/dev-ros/rqt_shell/rqt_shell-9999.ebuild +++ b/dev-ros/rqt_shell/rqt_shell-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_shell" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin |