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_pose_view/
Date: Wed, 23 Sep 2015 10:39:49
Message-Id: 1443004401.e7170abbd837dbf0c986d8ab7ce8e31fa38f8f44.aballier@gentoo
1 commit: e7170abbd837dbf0c986d8ab7ce8e31fa38f8f44
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:33:21 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:33:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7170abb
7
8 dev-ros/rqt_pose_view: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_pose_view/Manifest | 1 +
13 dev-ros/rqt_pose_view/metadata.xml | 5 ++++
14 dev-ros/rqt_pose_view/rqt_pose_view-0.4.2.ebuild | 31 ++++++++++++++++++++++++
15 dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild | 31 ++++++++++++++++++++++++
16 4 files changed, 68 insertions(+)
17
18 diff --git a/dev-ros/rqt_pose_view/Manifest b/dev-ros/rqt_pose_view/Manifest
19 new file mode 100644
20 index 0000000..3674c36
21 --- /dev/null
22 +++ b/dev-ros/rqt_pose_view/Manifest
23 @@ -0,0 +1 @@
24 +DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
25
26 diff --git a/dev-ros/rqt_pose_view/metadata.xml b/dev-ros/rqt_pose_view/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_pose_view/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_pose_view/rqt_pose_view-0.4.2.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-0.4.2.ebuild
39 new file mode 100644
40 index 0000000..a4afb74
41 --- /dev/null
42 +++ b/dev-ros/rqt_pose_view/rqt_pose_view-0.4.2.ebuild
43 @@ -0,0 +1,31 @@
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_robot_plugins"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="GUI plugin for visualizing 3D poses"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
64 + dev-python/pyopengl[${PYTHON_USEDEP}]
65 + dev-ros/python_qt_binding[${PYTHON_USEDEP}]
66 + dev-python/PyQt4[opengl,${PYTHON_USEDEP}]
67 + dev-python/rospkg[${PYTHON_USEDEP}]
68 + dev-ros/rospy[${PYTHON_USEDEP}]
69 + dev-ros/rostopic[${PYTHON_USEDEP}]
70 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
71 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
72 + dev-ros/tf[${PYTHON_USEDEP}]
73 +"
74 +DEPEND="${RDEPEND}"
75
76 diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
77 new file mode 100644
78 index 0000000..a4afb74
79 --- /dev/null
80 +++ b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
81 @@ -0,0 +1,31 @@
82 +# Copyright 1999-2014 Gentoo Foundation
83 +# Distributed under the terms of the GNU General Public License v2
84 +# $Id$
85 +
86 +EAPI=5
87 +
88 +KEYWORDS="~amd64"
89 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
90 +PYTHON_COMPAT=( python2_7 )
91 +ROS_SUBDIR=${PN}
92 +
93 +inherit ros-catkin
94 +
95 +DESCRIPTION="GUI plugin for visualizing 3D poses"
96 +LICENSE="BSD"
97 +SLOT="0"
98 +IUSE=""
99 +
100 +RDEPEND="
101 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
102 + dev-python/pyopengl[${PYTHON_USEDEP}]
103 + dev-ros/python_qt_binding[${PYTHON_USEDEP}]
104 + dev-python/PyQt4[opengl,${PYTHON_USEDEP}]
105 + dev-python/rospkg[${PYTHON_USEDEP}]
106 + dev-ros/rospy[${PYTHON_USEDEP}]
107 + dev-ros/rostopic[${PYTHON_USEDEP}]
108 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
109 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
110 + dev-ros/tf[${PYTHON_USEDEP}]
111 +"
112 +DEPEND="${RDEPEND}"