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_publisher/
Date: Wed, 23 Sep 2015 10:30:15
Message-Id: 1443003803.4a4c28dba83371ebdd7948cec5014a2d25469429.aballier@gentoo
1 commit: 4a4c28dba83371ebdd7948cec5014a2d25469429
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:23:23 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:23:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4c28db
7
8 dev-ros/rqt_publisher: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_publisher/Manifest | 1 +
13 dev-ros/rqt_publisher/metadata.xml | 5 ++++
14 dev-ros/rqt_publisher/rqt_publisher-0.3.12.ebuild | 28 +++++++++++++++++++++++
15 dev-ros/rqt_publisher/rqt_publisher-9999.ebuild | 28 +++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/rqt_publisher/Manifest b/dev-ros/rqt_publisher/Manifest
19 new file mode 100644
20 index 0000000..a503bd5
21 --- /dev/null
22 +++ b/dev-ros/rqt_publisher/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_publisher/metadata.xml b/dev-ros/rqt_publisher/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_publisher/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_publisher/rqt_publisher-0.3.12.ebuild b/dev-ros/rqt_publisher/rqt_publisher-0.3.12.ebuild
39 new file mode 100644
40 index 0000000..6786cf1
41 --- /dev/null
42 +++ b/dev-ros/rqt_publisher/rqt_publisher-0.3.12.ebuild
43 @@ -0,0 +1,28 @@
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 publishing arbitrary messages with fixed or computed field values"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-python/rospkg[${PYTHON_USEDEP}]
64 + dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
65 + dev-ros/roslib[${PYTHON_USEDEP}]
66 + dev-ros/rosmsg[${PYTHON_USEDEP}]
67 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
68 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
69 + dev-ros/rqt_py_common[${PYTHON_USEDEP}]
70 +"
71 +DEPEND="${RDEPEND}"
72
73 diff --git a/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild b/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild
74 new file mode 100644
75 index 0000000..6786cf1
76 --- /dev/null
77 +++ b/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2014 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +
85 +KEYWORDS="~amd64"
86 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
87 +PYTHON_COMPAT=( python2_7 )
88 +ROS_SUBDIR=${PN}
89 +
90 +inherit ros-catkin
91 +
92 +DESCRIPTION="GUI plugin for publishing arbitrary messages with fixed or computed field values"
93 +LICENSE="BSD"
94 +SLOT="0"
95 +IUSE=""
96 +
97 +RDEPEND="
98 + dev-python/rospkg[${PYTHON_USEDEP}]
99 + dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
100 + dev-ros/roslib[${PYTHON_USEDEP}]
101 + dev-ros/rosmsg[${PYTHON_USEDEP}]
102 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
103 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
104 + dev-ros/rqt_py_common[${PYTHON_USEDEP}]
105 +"
106 +DEPEND="${RDEPEND}"