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/mavros/
Date: Mon, 02 Nov 2015 09:53:32
Message-Id: 1446457637.7b6d8f9253d4a2009297f5dafdd2c6d75f4ab234.aballier@gentoo
1 commit: 7b6d8f9253d4a2009297f5dafdd2c6d75f4ab234
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:47:17 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 09:47:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6d8f92
7
8 dev-ros/mavros: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/mavros/Manifest | 1 +
13 dev-ros/mavros/mavros-0.15.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
14 dev-ros/mavros/mavros-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
15 dev-ros/mavros/metadata.xml | 5 +++++
16 4 files changed, 74 insertions(+)
17
18 diff --git a/dev-ros/mavros/Manifest b/dev-ros/mavros/Manifest
19 new file mode 100644
20 index 0000000..77358be
21 --- /dev/null
22 +++ b/dev-ros/mavros/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/mavros/mavros-0.15.0.ebuild b/dev-ros/mavros/mavros-0.15.0.ebuild
27 new file mode 100644
28 index 0000000..00414b5
29 --- /dev/null
30 +++ b/dev-ros/mavros/mavros-0.15.0.ebuild
31 @@ -0,0 +1,34 @@
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 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="MAVLink extendable communication node for ROS"
45 +LICENSE="GPL-3 LGPL-3 BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/diagnostic_updater
51 + dev-ros/pluginlib
52 + dev-ros/roscpp
53 + dev-ros/tf
54 + dev-ros/angles
55 + dev-ros/libmavconn
56 + dev-ros/rosconsole_bridge
57 + dev-libs/boost:=
58 + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
59 + dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
60 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
61 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild
68 new file mode 100644
69 index 0000000..00414b5
70 --- /dev/null
71 +++ b/dev-ros/mavros/mavros-9999.ebuild
72 @@ -0,0 +1,34 @@
73 +# Copyright 1999-2015 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 +# $Id$
76 +
77 +EAPI=5
78 +ROS_REPO_URI="https://github.com/mavlink/mavros"
79 +KEYWORDS="~amd64 ~arm"
80 +PYTHON_COMPAT=( python2_7 )
81 +ROS_SUBDIR=${PN}
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="MAVLink extendable communication node for ROS"
86 +LICENSE="GPL-3 LGPL-3 BSD"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-ros/diagnostic_updater
92 + dev-ros/pluginlib
93 + dev-ros/roscpp
94 + dev-ros/tf
95 + dev-ros/angles
96 + dev-ros/libmavconn
97 + dev-ros/rosconsole_bridge
98 + dev-libs/boost:=
99 + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
100 + dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
101 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
102 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
103 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
104 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
105 +"
106 +DEPEND="${RDEPEND}"
107
108 diff --git a/dev-ros/mavros/metadata.xml b/dev-ros/mavros/metadata.xml
109 new file mode 100644
110 index 0000000..c42ea5b
111 --- /dev/null
112 +++ b/dev-ros/mavros/metadata.xml
113 @@ -0,0 +1,5 @@
114 +<?xml version="1.0" encoding="UTF-8"?>
115 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 +<pkgmetadata>
117 +<herd>ros</herd>
118 +</pkgmetadata>