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/urg_node/
Date: Mon, 02 Nov 2015 08:50:33
Message-Id: 1446454185.4506ef8ea547a9dcad22c9ae85878b8264f31f78.aballier@gentoo
1 commit: 4506ef8ea547a9dcad22c9ae85878b8264f31f78
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 08:49:45 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 08:49:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4506ef8e
7
8 dev-ros/urg_node: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/urg_node/Manifest | 1 +
13 dev-ros/urg_node/metadata.xml | 5 +++++
14 dev-ros/urg_node/urg_node-0.1.9.ebuild | 28 ++++++++++++++++++++++++++++
15 dev-ros/urg_node/urg_node-9999.ebuild | 28 ++++++++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/urg_node/Manifest b/dev-ros/urg_node/Manifest
19 new file mode 100644
20 index 0000000..1ad7841
21 --- /dev/null
22 +++ b/dev-ros/urg_node/Manifest
23 @@ -0,0 +1 @@
24 +DIST urg_node-0.1.9.tar.gz 13159 SHA256 b4691da54db803fb7f9d0bd2e2008a58de4a36fa7082dc69a1938c1702994387 SHA512 5b9493363406e80780909c68db50277a8629a6fdad7b012d63431a8e62de35532630e141e7b6664586f18e84915e6d2c6e5183911755a0e0cf13991158a05a97 WHIRLPOOL a0d622d21f7b9234a4c6083bfbcbf7c15a8f5b4e9d5b7a1c7f8217eb944a75e3d7aa997a04bc7d567b183ad7b37275367bc3680a21a79e043a7e1064039fdd32
25
26 diff --git a/dev-ros/urg_node/metadata.xml b/dev-ros/urg_node/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/urg_node/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/urg_node/urg_node-0.1.9.ebuild b/dev-ros/urg_node/urg_node-0.1.9.ebuild
39 new file mode 100644
40 index 0000000..e70e011
41 --- /dev/null
42 +++ b/dev-ros/urg_node/urg_node-0.1.9.ebuild
43 @@ -0,0 +1,28 @@
44 +# Copyright 1999-2015 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-drivers/urg_node"
50 +KEYWORDS="~amd64 ~arm"
51 +PYTHON_COMPAT=( python2_7 )
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="ROS wrapper for the Hokuyo urg_c library"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/urg_c
62 + dev-ros/tf
63 + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
64 + dev-ros/nodelet
65 + dev-ros/rosconsole
66 + dev-ros/roscpp
67 + dev-ros/diagnostic_updater
68 + dev-ros/laser_proc
69 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
70 +"
71 +DEPEND="${RDEPEND}"
72
73 diff --git a/dev-ros/urg_node/urg_node-9999.ebuild b/dev-ros/urg_node/urg_node-9999.ebuild
74 new file mode 100644
75 index 0000000..e70e011
76 --- /dev/null
77 +++ b/dev-ros/urg_node/urg_node-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2015 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +ROS_REPO_URI="https://github.com/ros-drivers/urg_node"
85 +KEYWORDS="~amd64 ~arm"
86 +PYTHON_COMPAT=( python2_7 )
87 +
88 +inherit ros-catkin
89 +
90 +DESCRIPTION="ROS wrapper for the Hokuyo urg_c library"
91 +LICENSE="BSD"
92 +SLOT="0"
93 +IUSE=""
94 +
95 +RDEPEND="
96 + dev-ros/urg_c
97 + dev-ros/tf
98 + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
99 + dev-ros/nodelet
100 + dev-ros/rosconsole
101 + dev-ros/roscpp
102 + dev-ros/diagnostic_updater
103 + dev-ros/laser_proc
104 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
105 +"
106 +DEPEND="${RDEPEND}"