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/
Date: Wed, 23 Sep 2015 10:12:41
Message-Id: 1443003128.c49601218f4ebd451d5d737725a58ac509d84020.aballier@gentoo
1 commit: c49601218f4ebd451d5d737725a58ac509d84020
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:08:56 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=c4960121
7
8 dev-ros/rqt_gui: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_gui/Manifest | 1 +
13 dev-ros/rqt_gui/metadata.xml | 5 +++++
14 dev-ros/rqt_gui/rqt_gui-0.2.14.ebuild | 20 ++++++++++++++++++++
15 dev-ros/rqt_gui/rqt_gui-9999.ebuild | 20 ++++++++++++++++++++
16 4 files changed, 46 insertions(+)
17
18 diff --git a/dev-ros/rqt_gui/Manifest b/dev-ros/rqt_gui/Manifest
19 new file mode 100644
20 index 0000000..4bd724f
21 --- /dev/null
22 +++ b/dev-ros/rqt_gui/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/metadata.xml b/dev-ros/rqt_gui/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_gui/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/rqt_gui-0.2.14.ebuild b/dev-ros/rqt_gui/rqt_gui-0.2.14.ebuild
39 new file mode 100644
40 index 0000000..38334a0
41 --- /dev/null
42 +++ b/dev-ros/rqt_gui/rqt_gui-0.2.14.ebuild
43 @@ -0,0 +1,20 @@
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="Main to start an instance of the ROS integrated graphical user interface provided by qt_gui"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="dev-ros/qt_gui[${PYTHON_USEDEP}]"
63 +DEPEND="${RDEPEND}"
64
65 diff --git a/dev-ros/rqt_gui/rqt_gui-9999.ebuild b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
66 new file mode 100644
67 index 0000000..38334a0
68 --- /dev/null
69 +++ b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
70 @@ -0,0 +1,20 @@
71 +# Copyright 1999-2014 Gentoo Foundation
72 +# Distributed under the terms of the GNU General Public License v2
73 +# $Id$
74 +
75 +EAPI=5
76 +
77 +ROS_REPO_URI="https://github.com/ros-visualization/rqt"
78 +KEYWORDS="~amd64"
79 +PYTHON_COMPAT=( python2_7 )
80 +ROS_SUBDIR=${PN}
81 +
82 +inherit ros-catkin
83 +
84 +DESCRIPTION="Main to start an instance of the ROS integrated graphical user interface provided by qt_gui"
85 +LICENSE="BSD"
86 +SLOT="0"
87 +IUSE=""
88 +
89 +RDEPEND="dev-ros/qt_gui[${PYTHON_USEDEP}]"
90 +DEPEND="${RDEPEND}"