Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/calibration_launch/
Date: Sun, 11 Oct 2015 14:35:32
Message-Id: 1444574061.a8d6e915131d875498a6f0a2330f3739fadb4b8e.aballier@gentoo
1 commit: a8d6e915131d875498a6f0a2330f3739fadb4b8e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:03:57 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:34:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d6e915
7
8 dev-ros/calibration_launch: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/calibration_launch/Manifest | 1 +
13 .../calibration_launch-0.10.13.ebuild | 25 ++++++++++++++++++++++
14 .../calibration_launch-9999.ebuild | 25 ++++++++++++++++++++++
15 dev-ros/calibration_launch/metadata.xml | 5 +++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/dev-ros/calibration_launch/Manifest b/dev-ros/calibration_launch/Manifest
19 new file mode 100644
20 index 0000000..3890704
21 --- /dev/null
22 +++ b/dev-ros/calibration_launch/Manifest
23 @@ -0,0 +1 @@
24 +DIST calibration-0.10.13.tar.gz 112305 SHA256 935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb WHIRLPOOL 94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
25
26 diff --git a/dev-ros/calibration_launch/calibration_launch-0.10.13.ebuild b/dev-ros/calibration_launch/calibration_launch-0.10.13.ebuild
27 new file mode 100644
28 index 0000000..8a48796
29 --- /dev/null
30 +++ b/dev-ros/calibration_launch/calibration_launch-0.10.13.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Launch files that can be helpful in configuring the calibration stack to run on your robot"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +DEPEND=""
49 +RDEPEND="
50 + dev-ros/interval_intersection
51 + dev-ros/joint_states_settler
52 + dev-ros/laser_cb_detector
53 + dev-ros/monocam_settler
54 + dev-ros/roslaunch
55 + dev-libs/urdfdom
56 +"
57
58 diff --git a/dev-ros/calibration_launch/calibration_launch-9999.ebuild b/dev-ros/calibration_launch/calibration_launch-9999.ebuild
59 new file mode 100644
60 index 0000000..8a48796
61 --- /dev/null
62 +++ b/dev-ros/calibration_launch/calibration_launch-9999.ebuild
63 @@ -0,0 +1,25 @@
64 +# Copyright 1999-2014 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Id$
67 +
68 +EAPI=5
69 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
70 +KEYWORDS="~amd64 ~arm"
71 +ROS_SUBDIR=${PN}
72 +
73 +inherit ros-catkin
74 +
75 +DESCRIPTION="Launch files that can be helpful in configuring the calibration stack to run on your robot"
76 +LICENSE="BSD"
77 +SLOT="0"
78 +IUSE=""
79 +
80 +DEPEND=""
81 +RDEPEND="
82 + dev-ros/interval_intersection
83 + dev-ros/joint_states_settler
84 + dev-ros/laser_cb_detector
85 + dev-ros/monocam_settler
86 + dev-ros/roslaunch
87 + dev-libs/urdfdom
88 +"
89
90 diff --git a/dev-ros/calibration_launch/metadata.xml b/dev-ros/calibration_launch/metadata.xml
91 new file mode 100644
92 index 0000000..c42ea5b
93 --- /dev/null
94 +++ b/dev-ros/calibration_launch/metadata.xml
95 @@ -0,0 +1,5 @@
96 +<?xml version="1.0" encoding="UTF-8"?>
97 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 +<pkgmetadata>
99 +<herd>ros</herd>
100 +</pkgmetadata>