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_gui_py/
Date: Wed, 23 Sep 2015 10:12:50
Message-Id: 1443003128.6fbaf2281d3aab7383adfd722de7f152c2be1b48.aballier@gentoo
1 commit: 6fbaf2281d3aab7383adfd722de7f152c2be1b48
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:09:35 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:12:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbaf228
7
8 dev-ros/rqt_gui_py: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_gui_py/Manifest | 1 +
13 dev-ros/rqt_gui_py/metadata.xml | 5 +++++
14 dev-ros/rqt_gui_py/rqt_gui_py-0.2.14.ebuild | 24 ++++++++++++++++++++++++
15 dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild | 24 ++++++++++++++++++++++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/rqt_gui_py/Manifest b/dev-ros/rqt_gui_py/Manifest
19 new file mode 100644
20 index 0000000..4bd724f
21 --- /dev/null
22 +++ b/dev-ros/rqt_gui_py/Manifest
23 @@ -0,0 +1 @@
24 +DIST rqt-0.2.14.tar.gz 96624 SHA256 0b80921c0a1f0811ede8afe16b5479f44c3cb085b23d6e81560a4b7874f565af SHA512 852933ae34ecd996c979de5d8431fb9e7c15f43570fdc6b82336098ab2859670407cb8f2319665bfbfaa815221c6e8a1698fe12349d2092fd98f632c4a0d92f5 WHIRLPOOL 56c2e3b24b10bcaee19523c32f6f63581290a20dbce6112e2327578dd5ecebf3f78e40274d12c5a253005c91f63889c6fb40b011c2e49c7ba2f4b2851dc23e42
25
26 diff --git a/dev-ros/rqt_gui_py/metadata.xml b/dev-ros/rqt_gui_py/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_gui_py/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_gui_py/rqt_gui_py-0.2.14.ebuild b/dev-ros/rqt_gui_py/rqt_gui_py-0.2.14.ebuild
39 new file mode 100644
40 index 0000000..4c1e30c
41 --- /dev/null
42 +++ b/dev-ros/rqt_gui_py/rqt_gui_py-0.2.14.ebuild
43 @@ -0,0 +1,24 @@
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 +ROS_REPO_URI="https://github.com/ros-visualization/rqt"
51 +KEYWORDS="~amd64"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="Enables GUI plugins to use the Python client library for ROS"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-ros/rospy[${PYTHON_USEDEP}]
64 + dev-ros/qt_gui[${PYTHON_USEDEP}]
65 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
66 +"
67 +DEPEND="${RDEPEND}"
68
69 diff --git a/dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild b/dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild
70 new file mode 100644
71 index 0000000..4c1e30c
72 --- /dev/null
73 +++ b/dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild
74 @@ -0,0 +1,24 @@
75 +# Copyright 1999-2014 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +# $Id$
78 +
79 +EAPI=5
80 +
81 +ROS_REPO_URI="https://github.com/ros-visualization/rqt"
82 +KEYWORDS="~amd64"
83 +PYTHON_COMPAT=( python2_7 )
84 +ROS_SUBDIR=${PN}
85 +
86 +inherit ros-catkin
87 +
88 +DESCRIPTION="Enables GUI plugins to use the Python client library for ROS"
89 +LICENSE="BSD"
90 +SLOT="0"
91 +IUSE=""
92 +
93 +RDEPEND="
94 + dev-ros/rospy[${PYTHON_USEDEP}]
95 + dev-ros/qt_gui[${PYTHON_USEDEP}]
96 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
97 +"
98 +DEPEND="${RDEPEND}"