summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/mavlink-gbp-release/mavlink-gbp-release-2019.11.11.ebuild')
-rw-r--r--dev-ros/mavlink-gbp-release/mavlink-gbp-release-2019.11.11.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2019.11.11.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2019.11.11.ebuild
deleted file mode 100644
index a8c6412274a2..000000000000
--- a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2019.11.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/mavlink/mavlink-gbp-release"
-VER_PREFIX=release/melodic/mavlink/
-VER_SUFFIX=-${PV#*_p}
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-EGIT_BRANCH="release/melodic/mavlink"
-DESCRIPTION="MAVLink message marshaling library"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}"
-PATCHES=( "${FILESDIR}/gentoo.patch" )