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/rqt_topic/
Date: Wed, 23 Sep 2015 10:30:29
Message-Id: 1443004057.23ec5e17fc641bcd8c365a62853f024ef952303c.aballier@gentoo
1 commit: 23ec5e17fc641bcd8c365a62853f024ef952303c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:27:37 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:27:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ec5e17
7
8 dev-ros/rqt_topic: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_topic/Manifest | 1 +
13 dev-ros/rqt_topic/metadata.xml | 5 +++++
14 dev-ros/rqt_topic/rqt_topic-0.3.12.ebuild | 26 ++++++++++++++++++++++++++
15 dev-ros/rqt_topic/rqt_topic-9999.ebuild | 26 ++++++++++++++++++++++++++
16 4 files changed, 58 insertions(+)
17
18 diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest
19 new file mode 100644
20 index 0000000..a503bd5
21 --- /dev/null
22 +++ b/dev-ros/rqt_topic/Manifest
23 @@ -0,0 +1 @@
24 +DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d WHIRLPOOL d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
25
26 diff --git a/dev-ros/rqt_topic/metadata.xml b/dev-ros/rqt_topic/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_topic/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/rqt_topic/rqt_topic-0.3.12.ebuild b/dev-ros/rqt_topic/rqt_topic-0.3.12.ebuild
39 new file mode 100644
40 index 0000000..8c028b2
41 --- /dev/null
42 +++ b/dev-ros/rqt_topic/rqt_topic-0.3.12.ebuild
43 @@ -0,0 +1,26 @@
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 +
50 +KEYWORDS="~amd64"
51 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-python/rospkg[${PYTHON_USEDEP}]
64 + dev-ros/rostopic[${PYTHON_USEDEP}]
65 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
66 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
67 + dev-ros/std_msgs[${PYTHON_USEDEP}]
68 +"
69 +DEPEND="${RDEPEND}"
70
71 diff --git a/dev-ros/rqt_topic/rqt_topic-9999.ebuild b/dev-ros/rqt_topic/rqt_topic-9999.ebuild
72 new file mode 100644
73 index 0000000..8c028b2
74 --- /dev/null
75 +++ b/dev-ros/rqt_topic/rqt_topic-9999.ebuild
76 @@ -0,0 +1,26 @@
77 +# Copyright 1999-2014 Gentoo Foundation
78 +# Distributed under the terms of the GNU General Public License v2
79 +# $Id$
80 +
81 +EAPI=5
82 +
83 +KEYWORDS="~amd64"
84 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
85 +PYTHON_COMPAT=( python2_7 )
86 +ROS_SUBDIR=${PN}
87 +
88 +inherit ros-catkin
89 +
90 +DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
91 +LICENSE="BSD"
92 +SLOT="0"
93 +IUSE=""
94 +
95 +RDEPEND="
96 + dev-python/rospkg[${PYTHON_USEDEP}]
97 + dev-ros/rostopic[${PYTHON_USEDEP}]
98 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
99 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
100 + dev-ros/std_msgs[${PYTHON_USEDEP}]
101 +"
102 +DEPEND="${RDEPEND}"