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/monocam_settler/
Date: Sun, 11 Oct 2015 14:35:17
Message-Id: 1444574061.13a0ae8f6f4fedc8fe5efd443c015d419abbf8e4.aballier@gentoo
1 commit: 13a0ae8f6f4fedc8fe5efd443c015d419abbf8e4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:19:47 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=13a0ae8f
7
8 dev-ros/monocam_settler: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/monocam_settler/Manifest | 1 +
13 dev-ros/monocam_settler/metadata.xml | 5 ++++
14 .../monocam_settler/monocam_settler-0.10.13.ebuild | 28 ++++++++++++++++++++++
15 .../monocam_settler/monocam_settler-9999.ebuild | 28 ++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/monocam_settler/Manifest b/dev-ros/monocam_settler/Manifest
19 new file mode 100644
20 index 0000000..3890704
21 --- /dev/null
22 +++ b/dev-ros/monocam_settler/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/monocam_settler/metadata.xml b/dev-ros/monocam_settler/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/monocam_settler/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/monocam_settler/monocam_settler-0.10.13.ebuild b/dev-ros/monocam_settler/monocam_settler-0.10.13.ebuild
39 new file mode 100644
40 index 0000000..b413582
41 --- /dev/null
42 +++ b/dev-ros/monocam_settler/monocam_settler-0.10.13.ebuild
43 @@ -0,0 +1,28 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
50 +CATKIN_HAS_MESSAGES=yes
51 +KEYWORDS="~amd64 ~arm"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="Listens on a ImageFeatures topic, and waits for the data to settle"
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND="
64 + dev-ros/actionlib[${PYTHON_USEDEP}]
65 + dev-ros/rosconsole
66 + dev-ros/roscpp_serialization
67 + dev-ros/settlerlib
68 + dev-libs/boost:=[threads]
69 +"
70 +DEPEND="${RDEPEND}
71 + test? ( dev-cpp/gtest )"
72
73 diff --git a/dev-ros/monocam_settler/monocam_settler-9999.ebuild b/dev-ros/monocam_settler/monocam_settler-9999.ebuild
74 new file mode 100644
75 index 0000000..b413582
76 --- /dev/null
77 +++ b/dev-ros/monocam_settler/monocam_settler-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2014 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
85 +CATKIN_HAS_MESSAGES=yes
86 +KEYWORDS="~amd64 ~arm"
87 +PYTHON_COMPAT=( python2_7 )
88 +ROS_SUBDIR=${PN}
89 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
90 +
91 +inherit ros-catkin
92 +
93 +DESCRIPTION="Listens on a ImageFeatures topic, and waits for the data to settle"
94 +LICENSE="BSD"
95 +SLOT="0"
96 +IUSE=""
97 +
98 +RDEPEND="
99 + dev-ros/actionlib[${PYTHON_USEDEP}]
100 + dev-ros/rosconsole
101 + dev-ros/roscpp_serialization
102 + dev-ros/settlerlib
103 + dev-libs/boost:=[threads]
104 +"
105 +DEPEND="${RDEPEND}
106 + test? ( dev-cpp/gtest )"