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/rviz_plugin_tutorials/
Date: Wed, 23 Sep 2015 10:57:36
Message-Id: 1443005606.9e5f4a060b16640d8c02b4e091a3b5e57013a9f2.aballier@gentoo
1 commit: 9e5f4a060b16640d8c02b4e091a3b5e57013a9f2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:53:26 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:53:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5f4a06
7
8 dev-ros/rviz_plugin_tutorials: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rviz_plugin_tutorials/Manifest | 1 +
13 dev-ros/rviz_plugin_tutorials/metadata.xml | 5 +++++
14 .../rviz_plugin_tutorials-0.9.2.ebuild | 22 ++++++++++++++++++++++
15 .../rviz_plugin_tutorials-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/rviz_plugin_tutorials/Manifest b/dev-ros/rviz_plugin_tutorials/Manifest
19 new file mode 100644
20 index 0000000..3a579b3
21 --- /dev/null
22 +++ b/dev-ros/rviz_plugin_tutorials/Manifest
23 @@ -0,0 +1 @@
24 +DIST visualization_tutorials-0.9.2.tar.gz 428117 SHA256 71d6c3a9662e98bec4f7e556aa801a55b654d6c2332dbfe97ac1c9e9612a5293 SHA512 4a2b323e74725dbb77fbba6405d39246a89b170c66dec78288c4461d70c419efc3197eed5867f68305e490552d0480525153f98a64a3025efddc367db824ca53 WHIRLPOOL e600bbc1820b31b67263449c53957c877a677f77b546817135dd9571145321c145824b8dd38ddeb720af9f3e65a96248925fd18984bc55281c90897e4369b944
25
26 diff --git a/dev-ros/rviz_plugin_tutorials/metadata.xml b/dev-ros/rviz_plugin_tutorials/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rviz_plugin_tutorials/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/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild
39 new file mode 100644
40 index 0000000..770d685
41 --- /dev/null
42 +++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.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-visualization/visualization_tutorials"
50 +KEYWORDS="~amd64"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Tutorials showing how to write plugins for RViz"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/rviz
62 + dev-qt/qtcore:4
63 + dev-qt/qtgui:4
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild
68 new file mode 100644
69 index 0000000..770d685
70 --- /dev/null
71 +++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-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-visualization/visualization_tutorials"
79 +KEYWORDS="~amd64"
80 +ROS_SUBDIR=${PN}
81 +
82 +inherit ros-catkin
83 +
84 +DESCRIPTION="Tutorials showing how to write plugins for RViz"
85 +LICENSE="BSD"
86 +SLOT="0"
87 +IUSE=""
88 +
89 +RDEPEND="
90 + dev-ros/rviz
91 + dev-qt/qtcore:4
92 + dev-qt/qtgui:4
93 +"
94 +DEPEND="${RDEPEND}"