summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-04-02 13:03:03 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-04-05 11:52:04 +0200
commit6d58ab007815bc846545724e407cd6be5258441d (patch)
tree3867475c5325d302cce78ca169a6e11d0bf48e61 /dev-ros/driver_base/driver_base-1.6.9.ebuild
parentros-meta/diagnostics: Bump to 1.10.4. (diff)
downloadgentoo-6d58ab007815bc846545724e407cd6be5258441d.tar.gz
gentoo-6d58ab007815bc846545724e407cd6be5258441d.tar.bz2
gentoo-6d58ab007815bc846545724e407cd6be5258441d.zip
dev-ros/driver_base: Bump to 1.6.9.
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/driver_base/driver_base-1.6.9.ebuild')
-rw-r--r--dev-ros/driver_base/driver_base-1.6.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/driver_base/driver_base-1.6.9.ebuild b/dev-ros/driver_base/driver_base-1.6.9.ebuild
new file mode 100644
index 000000000000..1931a276ceea
--- /dev/null
+++ b/dev-ros/driver_base/driver_base-1.6.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-drivers/driver_common"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Framework for writing drivers"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:="
+DEPEND="${RDEPEND}"