summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-04-02 13:03:12 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-04-05 11:52:05 +0200
commitd288aafa06247df1ecacd1a48c988b513c8130f4 (patch)
tree4e773865ddd8938aa8a3e63d6e9ee84f6b835c24 /ros-meta/driver_common/driver_common-1.6.9.ebuild
parentdev-ros/timestamp_tools: Bump to 1.6.9. (diff)
downloadgentoo-d288aafa06247df1ecacd1a48c988b513c8130f4.tar.gz
gentoo-d288aafa06247df1ecacd1a48c988b513c8130f4.tar.bz2
gentoo-d288aafa06247df1ecacd1a48c988b513c8130f4.zip
ros-meta/driver_common: 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 'ros-meta/driver_common/driver_common-1.6.9.ebuild')
-rw-r--r--ros-meta/driver_common/driver_common-1.6.9.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/driver_common/driver_common-1.6.9.ebuild b/ros-meta/driver_common/driver_common-1.6.9.ebuild
new file mode 100644
index 000000000000..daf44ef132e2
--- /dev/null
+++ b/ros-meta/driver_common/driver_common-1.6.9.ebuild
@@ -0,0 +1,20 @@
+# 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"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Classes and tools that are useful throughout the driver stacks"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/driver_base
+ dev-ros/timestamp_tools
+"
+DEPEND="${RDEPEND}"