diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-02 10:25:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-02 11:33:27 +0200 |
commit | c94f005025020744968d67db041814102cd34e81 (patch) | |
tree | 599dd5507478373f7b82dc7232bd8345026afd50 /dev-ros/rqt_moveit/rqt_moveit-9999.ebuild | |
parent | 08508b26c8d77c70ac476279e486a6148f1d3633 (diff) | |
download | gentoo-c94f005025020744968d67db041814102cd34e81.tar.gz gentoo-c94f005025020744968d67db041814102cd34e81.tar.xz |
dev-ros/rqt_moveit: bump to 0.5.7 and update to split repos
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_moveit/rqt_moveit-9999.ebuild')
-rw-r--r-- | dev-ros/rqt_moveit/rqt_moveit-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/rqt_moveit/rqt_moveit-9999.ebuild b/dev-ros/rqt_moveit/rqt_moveit-9999.ebuild index 501f5faac80..11c6884465d 100644 --- a/dev-ros/rqt_moveit/rqt_moveit-9999.ebuild +++ b/dev-ros/rqt_moveit/rqt_moveit-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_robot_plugins" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_moveit" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin |