summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-24 09:34:01 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-24 09:34:01 +0200
commit4e9d8e75cf413993635be5dbf2a24da6628f9129 (patch)
tree578a2646fd76562855b1466fcced27f808934c9d /dev-ros
parentros-meta/ros_control: remove old (diff)
downloadgentoo-4e9d8e75cf413993635be5dbf2a24da6628f9129.tar.gz
gentoo-4e9d8e75cf413993635be5dbf2a24da6628f9129.tar.bz2
gentoo-4e9d8e75cf413993635be5dbf2a24da6628f9129.zip
dev-ros/realtime_tools: bump to 1.9.2
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/realtime_tools/Manifest1
-rw-r--r--dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
index bdf6fc64c573..74efb3f37dd0 100644
--- a/dev-ros/realtime_tools/Manifest
+++ b/dev-ros/realtime_tools/Manifest
@@ -1 +1,2 @@
DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166
+DIST realtime_tools-1.9.2.tar.gz 8973 SHA256 3b30b87a9aaa9310f1deb96f5d38f6cf17ec67a77472bec78dc1f2c22f2d6301 SHA512 85d23c0f13899bd2b203309a68a197e0a51865a7a1db1d9428be254eb085d0cf6d20c2baef957287915a7e1e2d11dcbb71451bfe8b70b48078154e8a3f75cba2 WHIRLPOOL 525ef436592382851cfd2c753c4b87908b6cfd8ad4113b9eab42281e795e561788007d30b500a387de9d6862577842e3c83e10f04300df0c3585411bdc1856a7
diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
new file mode 100644
index 000000000000..52e27bb666bc
--- /dev/null
+++ b/dev-ros/realtime_tools/realtime_tools-1.9.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"