diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 07:25:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:03 +0200 |
commit | b21713254349e14789845e0e8e99ed088e4b9064 (patch) | |
tree | fddc8c37dad415d624577c9cca94f613752372d2 /dev-ros/rqt_action | |
parent | dev-ros/rqt_action: remove old (diff) | |
download | gentoo-b21713254349e14789845e0e8e99ed088e4b9064.tar.gz gentoo-b21713254349e14789845e0e8e99ed088e4b9064.tar.bz2 gentoo-b21713254349e14789845e0e8e99ed088e4b9064.zip |
dev-ros/rqt_action: update to separate repo
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_action')
-rw-r--r-- | dev-ros/rqt_action/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ros/rqt_action/rqt_action-9999.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-ros/rqt_action/metadata.xml b/dev-ros/rqt_action/metadata.xml index cb473d142b8e..e5c138054234 100644 --- a/dev-ros/rqt_action/metadata.xml +++ b/dev-ros/rqt_action/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_action</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ros/rqt_action/rqt_action-9999.ebuild b/dev-ros/rqt_action/rqt_action-9999.ebuild index 297a0a0ba876..d368b9658f68 100644 --- a/dev-ros/rqt_action/rqt_action-9999.ebuild +++ b/dev-ros/rqt_action/rqt_action-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_action" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin |