summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-12-28 19:22:26 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-28 20:10:38 +0100
commit8e774dfda90cbda55b23f070881f6625cab7c04d (patch)
treee477046add96f705e0af455326c1a9b68b5d02a9 /dev-ros
parentdev-ros/filters: add missing console bridge deps (diff)
downloadgentoo-8e774dfda90cbda55b23f070881f6625cab7c04d.tar.gz
gentoo-8e774dfda90cbda55b23f070881f6625cab7c04d.tar.bz2
gentoo-8e774dfda90cbda55b23f070881f6625cab7c04d.zip
dev-ros/libmavconn: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/libmavconn/Manifest1
-rw-r--r--dev-ros/libmavconn/libmavconn-0.18.7.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/libmavconn/Manifest b/dev-ros/libmavconn/Manifest
index 0e3113a6f631..a4182b3b8785 100644
--- a/dev-ros/libmavconn/Manifest
+++ b/dev-ros/libmavconn/Manifest
@@ -1,2 +1 @@
-DIST mavros-0.18.7.tar.gz 213566 BLAKE2B 447e1c0e060e134d7246adbbc2d8174c97fa5f3b79f16626e9b8dfae9a5502c42a036f11573696cc0e705fec959c62aadaad6094fb430da5c4f8b21a7572d390 SHA512 8ab17de7b9892d8eb7141d998460814d572d359b6ab5a3d2fe6a854506eedd784b936f9630a917b3de9ef5db7ac1375ff8374e816e9d0262f3d6b926b86f68ec
DIST mavros-0.19.0.tar.gz 219739 BLAKE2B 4e9a47fa4cdbf11b530bdc39a8048b1834689039af3005d30ffcc2b626651612db12ecc1929ecaf994c5a887224bcf2b0469d1e15ed5b353be4132fb0f523a96 SHA512 87b1b77505d3606196d609a016bcb89b3831e982f8352a13f69f5c2580f46ac603edb2d3c2ce4df5cdd1424172145b88d2b35d149c2be507eb0f23039e7e45a7
diff --git a/dev-ros/libmavconn/libmavconn-0.18.7.ebuild b/dev-ros/libmavconn/libmavconn-0.18.7.ebuild
deleted file mode 100644
index 9e40eae6dc74..000000000000
--- a/dev-ros/libmavconn/libmavconn-0.18.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/mavlink/mavros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="MAVLink communication library"
-LICENSE="GPL-3 LGPL-3 BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-ros/mavlink-gbp-release-2016.7.7
- dev-libs/boost:=
- dev-libs/console_bridge
-"
-DEPEND="${RDEPEND}"