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_python_tutorial/
Date: Wed, 23 Sep 2015 10:57:36
Message-Id: 1443005653.f71ef21b97848acf2e5adca8f6179b4a876a2e29.aballier@gentoo
1 commit: f71ef21b97848acf2e5adca8f6179b4a876a2e29
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:54:13 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:54:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71ef21b
7
8 dev-ros/rviz_python_tutorial: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rviz_python_tutorial/Manifest | 1 +
13 dev-ros/rviz_python_tutorial/metadata.xml | 5 +++++
14 .../rviz_python_tutorial-0.9.2.ebuild | 19 +++++++++++++++++++
15 .../rviz_python_tutorial-9999.ebuild | 19 +++++++++++++++++++
16 4 files changed, 44 insertions(+)
17
18 diff --git a/dev-ros/rviz_python_tutorial/Manifest b/dev-ros/rviz_python_tutorial/Manifest
19 new file mode 100644
20 index 0000000..3a579b3
21 --- /dev/null
22 +++ b/dev-ros/rviz_python_tutorial/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_python_tutorial/metadata.xml b/dev-ros/rviz_python_tutorial/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rviz_python_tutorial/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_python_tutorial/rviz_python_tutorial-0.9.2.ebuild b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.9.2.ebuild
39 new file mode 100644
40 index 0000000..45523db
41 --- /dev/null
42 +++ b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.9.2.ebuild
43 @@ -0,0 +1,19 @@
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 +PYTHON_COMPAT=( python2_7 )
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Tutorials showing how to call into rviz internals from python scripts"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="dev-ros/rviz[${PYTHON_USEDEP}]"
62 +DEPEND="${RDEPEND}"
63
64 diff --git a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild
65 new file mode 100644
66 index 0000000..45523db
67 --- /dev/null
68 +++ b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild
69 @@ -0,0 +1,19 @@
70 +# Copyright 1999-2014 Gentoo Foundation
71 +# Distributed under the terms of the GNU General Public License v2
72 +# $Id$
73 +
74 +EAPI=5
75 +ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials"
76 +KEYWORDS="~amd64"
77 +ROS_SUBDIR=${PN}
78 +PYTHON_COMPAT=( python2_7 )
79 +
80 +inherit ros-catkin
81 +
82 +DESCRIPTION="Tutorials showing how to call into rviz internals from python scripts"
83 +LICENSE="BSD"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +RDEPEND="dev-ros/rviz[${PYTHON_USEDEP}]"
88 +DEPEND="${RDEPEND}"