diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-11-10 09:25:52 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-11-10 09:51:18 +0100 |
commit | 55c651ec61d1e80b791e3d9bf2a10f3c50c7891e (patch) | |
tree | 29fea90b43d33624d16be3716a830a6913e37a6a /dev-ros | |
parent | dev-ros/realtime_tools: Remove old (diff) | |
download | gentoo-55c651ec61d1e80b791e3d9bf2a10f3c50c7891e.tar.gz gentoo-55c651ec61d1e80b791e3d9bf2a10f3c50c7891e.tar.bz2 gentoo-55c651ec61d1e80b791e3d9bf2a10f3c50c7891e.zip |
dev-ros/realtime_tools: bump to 1.11.0
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/realtime_tools/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest index 4d03715256e4..4221479f88d4 100644 --- a/dev-ros/realtime_tools/Manifest +++ b/dev-ros/realtime_tools/Manifest @@ -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 index 000000000000..828df6489858 --- /dev/null +++ b/dev-ros/realtime_tools/realtime_tools-1.11.0.ebuild @@ -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}" |