summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-14 13:03:52 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-14 13:05:05 +0200
commite634919916539b023c733be97310822df3bff6a4 (patch)
treecd7401085bddd66bcd798476580c8b5d1d73a1e9 /dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild
parentros-meta/mavros: Bump to 1.4.0. (diff)
downloadgentoo-e634919916539b023c733be97310822df3bff6a4.tar.gz
gentoo-e634919916539b023c733be97310822df3bff6a4.tar.bz2
gentoo-e634919916539b023c733be97310822df3bff6a4.zip
dev-ros/mavlink-gbp-release: bump to 2020.9.10
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild')
-rw-r--r--dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild
new file mode 100644
index 000000000000..86036c60a87e
--- /dev/null
+++ b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 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" )