diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 07:50:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:07 +0200 |
commit | 7b47283f4530b9700408836131cc1a7cde3ed150 (patch) | |
tree | 0505271192eaa161bb7c52f4bd31326bef24b1ab /dev-ros/rqt_py_common | |
parent | dev-ros/rqt_py_common: remove old (diff) | |
download | gentoo-7b47283f4530b9700408836131cc1a7cde3ed150.tar.gz gentoo-7b47283f4530b9700408836131cc1a7cde3ed150.tar.bz2 gentoo-7b47283f4530b9700408836131cc1a7cde3ed150.zip |
dev-ros/rqt_py_common: repo has moved to rqt
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_py_common')
-rw-r--r-- | dev-ros/rqt_py_common/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ros/rqt_py_common/rqt_py_common-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/rqt_py_common/metadata.xml b/dev-ros/rqt_py_common/metadata.xml index cb473d142b8e..a016c2096bc5 100644 --- a/dev-ros/rqt_py_common/metadata.xml +++ b/dev-ros/rqt_py_common/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</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild index 44de02e1f302..bb0ac4b8ba23 100644 --- a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild +++ b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild @@ -1,10 +1,10 @@ -# 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" PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} |