diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-11 12:09:15 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-11 12:25:16 +0100 |
commit | 61ed23e17bdbdf3fecddce0a4164a3dab21aa7f9 (patch) | |
tree | e8d23ced50add7c40d955a267eee3fd3d04347de /ros-meta/vision_visp/vision_visp-0.10.0.ebuild | |
parent | dev-ros/visp_tracker: Bump to 0.10.0. (diff) | |
download | gentoo-61ed23e17bdbdf3fecddce0a4164a3dab21aa7f9.tar.gz gentoo-61ed23e17bdbdf3fecddce0a4164a3dab21aa7f9.tar.bz2 gentoo-61ed23e17bdbdf3fecddce0a4164a3dab21aa7f9.zip |
ros-meta/vision_visp: Bump to 0.10.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'ros-meta/vision_visp/vision_visp-0.10.0.ebuild')
-rw-r--r-- | ros-meta/vision_visp/vision_visp-0.10.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ros-meta/vision_visp/vision_visp-0.10.0.ebuild b/ros-meta/vision_visp/vision_visp-0.10.0.ebuild new file mode 100644 index 000000000000..21d226c1d08a --- /dev/null +++ b/ros-meta/vision_visp/vision_visp-0.10.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/lagadic/vision_visp" +KEYWORDS="~amd64 ~arm" +VER_PREFIX="kinetic-" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Virtual package providing ViSP related packages" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/visp_auto_tracker + dev-ros/visp_bridge + dev-ros/visp_camera_calibration + dev-ros/visp_hand2eye_calibration + dev-ros/visp_tracker +" +DEPEND="" +if [ "${PV#9999}" = "${PV}" ] ; then + S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" +fi |