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/libmavconn/
Date: Mon, 02 Nov 2015 09:53:27
Message-Id: 1446456875.dbf05552429d772c3fd71901a1f6b1dfd60245d2.aballier@gentoo
1 commit: dbf05552429d772c3fd71901a1f6b1dfd60245d2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:34:35 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 09:34:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf05552
7
8 dev-ros/libmavconn: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/libmavconn/Manifest | 1 +
13 dev-ros/libmavconn/libmavconn-0.15.0.ebuild | 22 ++++++++++++++++++++++
14 dev-ros/libmavconn/libmavconn-9999.ebuild | 22 ++++++++++++++++++++++
15 dev-ros/libmavconn/metadata.xml | 5 +++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/libmavconn/Manifest b/dev-ros/libmavconn/Manifest
19 new file mode 100644
20 index 0000000..77358be
21 --- /dev/null
22 +++ b/dev-ros/libmavconn/Manifest
23 @@ -0,0 +1 @@
24 +DIST mavros-0.15.0.tar.gz 189901 SHA256 f03d5f5968108d43a95d6774f2a76f56131d7d408481ea10f391ab7dc757af1d SHA512 bfd73130e2aa00b4d17f0558d5554d616546909c8a43ceff96623ad78faa77a426229da6c3bce296801014822bf1c61e27b4740c0b2d82d53a7094c892a03306 WHIRLPOOL 3bebdd948d9ab2923a98cc2bca0c845de198292a4013bc03dd5d96bc573d10fd5a6148643a2778358552836043f849375773b4b6dfc430dea965310eab668bd2
25
26 diff --git a/dev-ros/libmavconn/libmavconn-0.15.0.ebuild b/dev-ros/libmavconn/libmavconn-0.15.0.ebuild
27 new file mode 100644
28 index 0000000..b355f3b
29 --- /dev/null
30 +++ b/dev-ros/libmavconn/libmavconn-0.15.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2015 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/mavlink/mavros"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="MAVLink communication library"
44 +LICENSE="GPL-3 LGPL-3 BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + >=dev-ros/mavlink-gbp-release-2015
50 + dev-libs/boost:=
51 + dev-libs/console_bridge
52 +"
53 +DEPEND="${RDEPEND}"
54
55 diff --git a/dev-ros/libmavconn/libmavconn-9999.ebuild b/dev-ros/libmavconn/libmavconn-9999.ebuild
56 new file mode 100644
57 index 0000000..b355f3b
58 --- /dev/null
59 +++ b/dev-ros/libmavconn/libmavconn-9999.ebuild
60 @@ -0,0 +1,22 @@
61 +# Copyright 1999-2015 Gentoo Foundation
62 +# Distributed under the terms of the GNU General Public License v2
63 +# $Id$
64 +
65 +EAPI=5
66 +ROS_REPO_URI="https://github.com/mavlink/mavros"
67 +KEYWORDS="~amd64 ~arm"
68 +ROS_SUBDIR=${PN}
69 +
70 +inherit ros-catkin
71 +
72 +DESCRIPTION="MAVLink communication library"
73 +LICENSE="GPL-3 LGPL-3 BSD"
74 +SLOT="0"
75 +IUSE=""
76 +
77 +RDEPEND="
78 + >=dev-ros/mavlink-gbp-release-2015
79 + dev-libs/boost:=
80 + dev-libs/console_bridge
81 +"
82 +DEPEND="${RDEPEND}"
83
84 diff --git a/dev-ros/libmavconn/metadata.xml b/dev-ros/libmavconn/metadata.xml
85 new file mode 100644
86 index 0000000..c42ea5b
87 --- /dev/null
88 +++ b/dev-ros/libmavconn/metadata.xml
89 @@ -0,0 +1,5 @@
90 +<?xml version="1.0" encoding="UTF-8"?>
91 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
92 +<pkgmetadata>
93 +<herd>ros</herd>
94 +</pkgmetadata>