summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-12-28 20:08:50 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-28 20:10:55 +0100
commit334d9477a464188b49a0694a7a3918baef1ce70c (patch)
treeccdb883216d232f4de2cff03f580d19497f38236 /dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild
parentdev-ros/controller_interface: Remove old (diff)
downloadgentoo-334d9477a464188b49a0694a7a3918baef1ce70c.tar.gz
gentoo-334d9477a464188b49a0694a7a3918baef1ce70c.tar.bz2
gentoo-334d9477a464188b49a0694a7a3918baef1ce70c.zip
dev-ros/hardware_interface: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild')
-rw-r--r--dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild b/dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild
deleted file mode 100644
index e1709694f729..000000000000
--- a/dev-ros/hardware_interface/hardware_interface-0.11.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Hardware Interface base class"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roscpp"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )"