From: Alexis Ballier Date: Tue, 22 Sep 2015 13:30:44 +0000 (+0200) Subject: dev-ros/rospy: Install test nodes since tests of other packages need it. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2194f5634c7b93bfe293878483fcc89febd8ae23;p=gentoo.git dev-ros/rospy: Install test nodes since tests of other packages need it. Package-Manager: portage-2.2.21 --- diff --git a/dev-ros/rospy/rospy-1.11.14.ebuild b/dev-ros/rospy/rospy-1.11.14.ebuild index 1d2ec33e68e5..720ae2de005b 100644 --- a/dev-ros/rospy/rospy-1.11.14.ebuild +++ b/dev-ros/rospy/rospy-1.11.14.ebuild @@ -23,3 +23,10 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +src_install() { + ros-catkin_src_install + # Other tests need these nodes + exeinto /usr/share/${PN} + doexe test_nodes/* +} diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild index 1d2ec33e68e5..720ae2de005b 100644 --- a/dev-ros/rospy/rospy-9999.ebuild +++ b/dev-ros/rospy/rospy-9999.ebuild @@ -23,3 +23,10 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +src_install() { + ros-catkin_src_install + # Other tests need these nodes + exeinto /usr/share/${PN} + doexe test_nodes/* +}