dev-ros/realtime_tools: bump to 1.11.0
authorAlexis Ballier <aballier@gentoo.org>
Fri, 10 Nov 2017 08:25:52 +0000 (09:25 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 10 Nov 2017 08:51:18 +0000 (09:51 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

dev-ros/realtime_tools/Manifest
dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild [new file with mode: 0644]

index 4d03715256e41d893ea99fb285de971cb51c5d1f..4221479f88d41b3de4d05f9b8e89f6038417103c 100644 (file)
@@ -1 +1,2 @@
 DIST realtime_tools-1.10.0.tar.gz 9069 SHA256 ecc9a0734a6ac91df530ae461335ec67a7504918413fc4a9e1cfb70770b6b351 SHA512 e9e87813249078f9dc0375eac61432d14f54a572060b99bdf312a7c06cc7b8b562dd1bb541b7636ab3c68aeafc87a74e084b1719e661eb48bb74e5f778a3eff4 WHIRLPOOL 2d20ac34e8775f8840ec50154f88f2b232b710d236b0b21730f1d8c570fdbeecb26c5d9ac385f288c45f2189443aa370d6286f3954a4d5c4543413c35ca1fa9d
+DIST realtime_tools-1.11.0.tar.gz 8770 SHA256 9553239ca14f0e1af3fa3a6ed2af6710dc4d6ce934b5f859a867fbae15d8f495 SHA512 93f17646587a1094bf10d94539d727d5da56656b60041544006c5ad520f454adb98440f9cf2c1fa3f95027a3d296b13594117bcb111766e85fe60d1363fd98f5 WHIRLPOOL 03cc18d638fef41db345fd33d79593b65b40d1412c808ea6c2a090b4508892acead06d3365080d6fa11b2c55d548be348b535cbf907a40f0a233d8c4d2c91549
diff --git a/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild
new file mode 100644 (file)
index 0000000..828df64
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/roscpp
+       dev-ros/rospy[${PYTHON_USEDEP}]
+       dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"