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/settlerlib/
Date: Sun, 11 Oct 2015 14:35:13
Message-Id: 1444574061.d7e6c2b2d4c3ae0cb7ab56167a044af01b17086a.aballier@gentoo
1 commit: d7e6c2b2d4c3ae0cb7ab56167a044af01b17086a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:16: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=d7e6c2b2
7
8 dev-ros/settlerlib: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/settlerlib/Manifest | 1 +
13 dev-ros/settlerlib/metadata.xml | 5 +++++
14 dev-ros/settlerlib/settlerlib-0.10.13.ebuild | 23 +++++++++++++++++++++++
15 dev-ros/settlerlib/settlerlib-9999.ebuild | 23 +++++++++++++++++++++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/settlerlib/Manifest b/dev-ros/settlerlib/Manifest
19 new file mode 100644
20 index 0000000..3890704
21 --- /dev/null
22 +++ b/dev-ros/settlerlib/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/settlerlib/metadata.xml b/dev-ros/settlerlib/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/settlerlib/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/settlerlib/settlerlib-0.10.13.ebuild b/dev-ros/settlerlib/settlerlib-0.10.13.ebuild
39 new file mode 100644
40 index 0000000..13928c6
41 --- /dev/null
42 +++ b/dev-ros/settlerlib/settlerlib-0.10.13.ebuild
43 @@ -0,0 +1,23 @@
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 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Helper functions and routines to help creating a settler for a specific sensor channel"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-libs/boost:=
62 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 + dev-ros/rosconsole
64 + dev-ros/rostime
65 +"
66 +DEPEND="${RDEPEND}"
67
68 diff --git a/dev-ros/settlerlib/settlerlib-9999.ebuild b/dev-ros/settlerlib/settlerlib-9999.ebuild
69 new file mode 100644
70 index 0000000..13928c6
71 --- /dev/null
72 +++ b/dev-ros/settlerlib/settlerlib-9999.ebuild
73 @@ -0,0 +1,23 @@
74 +# Copyright 1999-2014 Gentoo Foundation
75 +# Distributed under the terms of the GNU General Public License v2
76 +# $Id$
77 +
78 +EAPI=5
79 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
80 +KEYWORDS="~amd64 ~arm"
81 +ROS_SUBDIR=${PN}
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="Helper functions and routines to help creating a settler for a specific sensor channel"
86 +LICENSE="BSD"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-libs/boost:=
92 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 + dev-ros/rosconsole
94 + dev-ros/rostime
95 +"
96 +DEPEND="${RDEPEND}"