diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 15:30:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 16:36:25 +0200 |
commit | 2194f5634c7b93bfe293878483fcc89febd8ae23 (patch) | |
tree | 1eb0ef70384a144428baee07085fe631f967d47d /dev-ros/rospy | |
parent | dev-ros/rosout: Fix header. (diff) | |
download | gentoo-2194f5634c7b93bfe293878483fcc89febd8ae23.tar.gz gentoo-2194f5634c7b93bfe293878483fcc89febd8ae23.tar.bz2 gentoo-2194f5634c7b93bfe293878483fcc89febd8ae23.zip |
dev-ros/rospy: Install test nodes since tests of other packages need it.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rospy')
-rw-r--r-- | dev-ros/rospy/rospy-1.11.14.ebuild | 7 | ||||
-rw-r--r-- | dev-ros/rospy/rospy-9999.ebuild | 7 |
2 files changed, 14 insertions, 0 deletions
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/* +} |