summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-08-28 19:27:57 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-08-29 17:50:29 +0200
commit8097831481b36baa534d2c71284c433909c88fe2 (patch)
treecba788cb8215c5ec839d12682e7a24ba4989ac39 /ros-meta/vision_visp/vision_visp-0.11.1.ebuild
parentdev-ros/visp_tracker: Bump to 0.11.1. (diff)
downloadgentoo-8097831481b36baa534d2c71284c433909c88fe2.tar.gz
gentoo-8097831481b36baa534d2c71284c433909c88fe2.tar.bz2
gentoo-8097831481b36baa534d2c71284c433909c88fe2.zip
ros-meta/vision_visp: Bump to 0.11.1.
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/vision_visp/vision_visp-0.11.1.ebuild')
-rw-r--r--ros-meta/vision_visp/vision_visp-0.11.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/ros-meta/vision_visp/vision_visp-0.11.1.ebuild b/ros-meta/vision_visp/vision_visp-0.11.1.ebuild
new file mode 100644
index 000000000000..a3e7b3906be4
--- /dev/null
+++ b/ros-meta/vision_visp/vision_visp-0.11.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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