summaryrefslogtreecommitdiff
path: root/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2021.2.2.ebuild
blob: 2b6b1f3ec934715089fe42964ce24bb207c41421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
ROS_REPO_URI="https://github.com/mavlink/mavlink-gbp-release"
EGIT_BRANCH="release/noetic/mavlink"
VER_PREFIX="${EGIT_BRANCH}/"
VER_SUFFIX=-${PV#*_p}
KEYWORDS="~amd64 ~arm"

inherit ros-catkin

DESCRIPTION="MAVLink message marshaling library"
LICENSE="LGPL-3"
SLOT="0"
IUSE=""

RDEPEND="$(python_gen_cond_dep "dev-python/future[\${PYTHON_USEDEP}]")"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}"
PATCHES=( "${FILESDIR}/gentoo.patch" )