summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-07-03 13:05:31 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-07-03 13:21:53 +0200
commit09d73f028868ded543ccb8d095dd21714c207949 (patch)
treee26cff0315256cf076d6623dfbfa6e88177dcc49 /dev-ros/test_rosgraph/test_rosgraph-1.14.2.ebuild
parentdev-ros/test_roscpp: Bump to 1.14.2. (diff)
downloadgentoo-09d73f028868ded543ccb8d095dd21714c207949.tar.gz
gentoo-09d73f028868ded543ccb8d095dd21714c207949.tar.bz2
gentoo-09d73f028868ded543ccb8d095dd21714c207949.zip
dev-ros/test_rosgraph: Bump to 1.14.2.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-ros/test_rosgraph/test_rosgraph-1.14.2.ebuild')
-rw-r--r--dev-ros/test_rosgraph/test_rosgraph-1.14.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/test_rosgraph/test_rosgraph-1.14.2.ebuild b/dev-ros/test_rosgraph/test_rosgraph-1.14.2.ebuild
new file mode 100644
index 000000000000..e901f1348a64
--- /dev/null
+++ b/dev-ros/test_rosgraph/test_rosgraph-1.14.2.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}] )
+"