summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-28 16:53:12 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-28 16:53:39 +0100
commitb5d178c11f4fd9532a74ed49a9203a3ce8bc9eb3 (patch)
tree98310ecfcac463afab82b866856fc7834a3ad2a6 /ros-meta/vision_visp/vision_visp-0.9.3.ebuild
parentdev-ros/visp_hand2eye_calibration: Bump to kinetic version and 0.9.3. (diff)
downloadgentoo-b5d178c11f4fd9532a74ed49a9203a3ce8bc9eb3.tar.gz
gentoo-b5d178c11f4fd9532a74ed49a9203a3ce8bc9eb3.tar.bz2
gentoo-b5d178c11f4fd9532a74ed49a9203a3ce8bc9eb3.zip
ros-meta/vision_visp: Bump to kinetic version and 0.9.3.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'ros-meta/vision_visp/vision_visp-0.9.3.ebuild')
-rw-r--r--ros-meta/vision_visp/vision_visp-0.9.3.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/ros-meta/vision_visp/vision_visp-0.9.3.ebuild b/ros-meta/vision_visp/vision_visp-0.9.3.ebuild
new file mode 100644
index 000000000000..21d226c1d08a
--- /dev/null
+++ b/ros-meta/vision_visp/vision_visp-0.9.3.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