diff options
author | 2018-02-09 11:01:24 +0100 | |
---|---|---|
committer | 2018-02-09 12:39:08 +0100 | |
commit | 558355df8029066cf02713e88541a8ed81e6b56b (patch) | |
tree | 0ceb5abeca63c1b38351857dff5e49d63146b772 /dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild | |
parent | dev-ros/test_roscpp: Bump to 1.13.6. (diff) | |
download | gentoo-558355df8029066cf02713e88541a8ed81e6b56b.tar.gz gentoo-558355df8029066cf02713e88541a8ed81e6b56b.tar.bz2 gentoo-558355df8029066cf02713e88541a8ed81e6b56b.zip |
dev-ros/test_rosgraph: Bump to 1.13.6.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild')
-rw-r--r-- | dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild b/dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild new file mode 100644 index 000000000000..e901f1348a64 --- /dev/null +++ b/dev-ros/test_rosgraph/test_rosgraph-1.13.6.ebuild @@ -0,0 +1,21 @@ +# 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/ros_comm" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=test/${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Unit tests for rosgraph" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rostest[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-ros/rosgraph[${PYTHON_USEDEP}] ) +" |