Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/
Date: Wed, 23 Sep 2015 12:52:37
Message-Id: 1443011913.aba19139adcd3f8557d6d3d82d71f1ff84dbef47.aballier@gentoo
1 commit: aba19139adcd3f8557d6d3d82d71f1ff84dbef47
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:38:33 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:38:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba19139
7
8 dev-ros/realtime_tools: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/realtime_tools/Manifest | 1 +
13 dev-ros/realtime_tools/metadata.xml | 5 +++++
14 dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild | 22 ++++++++++++++++++++++
15 dev-ros/realtime_tools/realtime_tools-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/realtime_tools/Manifest b/dev-ros/realtime_tools/Manifest
19 new file mode 100644
20 index 0000000..bdf6fc6
21 --- /dev/null
22 +++ b/dev-ros/realtime_tools/Manifest
23 @@ -0,0 +1 @@
24 +DIST realtime_tools-1.9.1.tar.gz 8820 SHA256 1de97577326d4f87932eec94b4a46587c20f8989a69997ef613a0a79c375da2d SHA512 7aa007acc922ecade003a1002be31905fa109ac827989f78df74e6c160a64107356f9e2a0153576b8ca993f3812be39661677aaae37fe690b327e5c3511f5a07 WHIRLPOOL 38d9d92df0d6cba3ab2cbfad7ae82d6e456cfdcde6c67b88b92c134acd2487e73ec48a253460a04d42c972d7dc8ae63acd27dd76924c6862004c6ceea7281166
25
26 diff --git a/dev-ros/realtime_tools/metadata.xml b/dev-ros/realtime_tools/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/realtime_tools/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild b/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
39 new file mode 100644
40 index 0000000..88c591a
41 --- /dev/null
42 +++ b/dev-ros/realtime_tools/realtime_tools-1.9.1.ebuild
43 @@ -0,0 +1,22 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
50 +KEYWORDS="~amd64"
51 +PYTHON_COMPAT=( python2_7 )
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/roscpp
62 + dev-ros/rospy[${PYTHON_USEDEP}]
63 + dev-libs/boost:=
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
68 new file mode 100644
69 index 0000000..88c591a
70 --- /dev/null
71 +++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
72 @@ -0,0 +1,22 @@
73 +# Copyright 1999-2014 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 +# $Id$
76 +
77 +EAPI=5
78 +ROS_REPO_URI="https://github.com/ros-controls/realtime_tools"
79 +KEYWORDS="~amd64"
80 +PYTHON_COMPAT=( python2_7 )
81 +
82 +inherit ros-catkin
83 +
84 +DESCRIPTION="Set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
85 +LICENSE="BSD"
86 +SLOT="0"
87 +IUSE=""
88 +
89 +RDEPEND="
90 + dev-ros/roscpp
91 + dev-ros/rospy[${PYTHON_USEDEP}]
92 + dev-libs/boost:=
93 +"
94 +DEPEND="${RDEPEND}"