dev-ros/joint_state_publisher: update uri, fix test deps
authorAlexis Ballier <aballier@gentoo.org>
Wed, 11 Apr 2018 18:26:02 +0000 (20:26 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 11 Apr 2018 18:27:03 +0000 (20:27 +0200)
Closes: https://bugs.gentoo.org/632634
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild
dev-ros/joint_state_publisher/metadata.xml

index 7a7a68e62676b1a34bf24988e584f8414d74a706..5f4325158a53e7d8ad907bacf14754b21d863eea 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model"
+ROS_REPO_URI="https://github.com/ros/joint_state_publisher"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )
@@ -20,3 +20,5 @@ RDEPEND="${DEPEND}
        dev-ros/python_qt_binding[${PYTHON_USEDEP}]
        dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 "
+DEPEND="${DEPEND}
+       test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
index ceef7c794c185dee224ad71de373bb03cc50a1c7..b74086ddd5fa529e455e219dfbfcf959ebcdd2ec 100644 (file)
@@ -6,6 +6,6 @@
                <name>Gentoo ROS Project</name>
        </maintainer>
        <upstream>
-               <remote-id type="github">ros/robot_model</remote-id>
+               <remote-id type="github">ros/joint_state_publisher</remote-id>
        </upstream>
 </pkgmetadata>