summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-04-19 14:55:13 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-04-19 15:07:21 +0200
commita13e4e7bb53347749b37d0865207635cc5df76a5 (patch)
treee49b9e5426caf054fea3cadfe2b4843566099444 /dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild
parentdev-ros/calibration_msgs: Bump to 0.10.14. (diff)
downloadgentoo-a13e4e7bb53347749b37d0865207635cc5df76a5.tar.gz
gentoo-a13e4e7bb53347749b37d0865207635cc5df76a5.tar.bz2
gentoo-a13e4e7bb53347749b37d0865207635cc5df76a5.zip
dev-ros/calibration_setup_helper: Bump to 0.10.14.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild')
-rw-r--r--dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild b/dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild
new file mode 100644
index 000000000000..80e38150a399
--- /dev/null
+++ b/dev-ros/calibration_setup_helper/calibration_setup_helper-0.10.14.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/calibration"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Script to generate calibration launch and configurationfiles for your robot"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-ros/calibration_launch"