summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-04-02 13:03:08 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-04-05 11:52:04 +0200
commitaee7ba319142781c1f16089b29308a07ad71db98 (patch)
tree1766b20d48059796af4deb3a58bc44cbd02a0540 /dev-ros/timestamp_tools
parentdev-ros/driver_base: Bump to 1.6.9. (diff)
downloadgentoo-aee7ba319142781c1f16089b29308a07ad71db98.tar.gz
gentoo-aee7ba319142781c1f16089b29308a07ad71db98.tar.bz2
gentoo-aee7ba319142781c1f16089b29308a07ad71db98.zip
dev-ros/timestamp_tools: 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/timestamp_tools')
-rw-r--r--dev-ros/timestamp_tools/Manifest1
-rw-r--r--dev-ros/timestamp_tools/timestamp_tools-1.6.9.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/timestamp_tools/Manifest b/dev-ros/timestamp_tools/Manifest
index bf27cd3bcb9d..3c2c50627dce 100644
--- a/dev-ros/timestamp_tools/Manifest
+++ b/dev-ros/timestamp_tools/Manifest
@@ -1 +1,2 @@
DIST driver_common-1.6.8.tar.gz 15055 BLAKE2B 2d9a4c23d65b8e2f60343f5e3b454e1cc41334d34e0246891b533f216acb743df628d95dd2c0087b06284a85e0ea872baad495a7ed7b59c03e8f8ff32eba4ed8 SHA512 b698143d08785088ac13e62f5b96676bd590a84e4ffb147fa3698be6a8ded510f648d043ecdc1d31ba7b95fb3041d06ee1a39b224c359b8612adebdba259d188
+DIST driver_common-1.6.9.tar.gz 15374 BLAKE2B 88bcba03596d9a641091d37db8329807cfa0d4dd766298a25f8e41b6da567eb246fdd8c4c8a39698b60a47a118b81b15c3ac93154490a1258d93d3e2fbd5c049 SHA512 1a5f7d261a3e754b380824256d35432cee521b7d255a7f152b6a69d5181ea45a2bbca7a7c6d4e0bea753c8f3c59018a63357c87d2535a9cb55ba311f11e5d749
diff --git a/dev-ros/timestamp_tools/timestamp_tools-1.6.9.ebuild b/dev-ros/timestamp_tools/timestamp_tools-1.6.9.ebuild
new file mode 100644
index 000000000000..2499187a79bc
--- /dev/null
+++ b/dev-ros/timestamp_tools/timestamp_tools-1.6.9.ebuild
@@ -0,0 +1,22 @@
+# 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 to help timestamp hardware events"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/roslib
+ dev-ros/roscpp
+"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/boost.patch" )