Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/qt_gui_core/
Date: Wed, 23 Sep 2015 10:12:43
Message-Id: 1443003129.2a9e25adaa568563c875886468ee6c9e405ba1e1.aballier@gentoo
1 commit: 2a9e25adaa568563c875886468ee6c9e405ba1e1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:11:21 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:12:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9e25ad
7
8 ros-meta/qt_gui_core: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/qt_gui_core/Manifest | 1 +
13 ros-meta/qt_gui_core/metadata.xml | 5 +++++
14 ros-meta/qt_gui_core/qt_gui_core-0.2.29.ebuild | 25 +++++++++++++++++++++++++
15 ros-meta/qt_gui_core/qt_gui_core-9999.ebuild | 25 +++++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/ros-meta/qt_gui_core/Manifest b/ros-meta/qt_gui_core/Manifest
19 new file mode 100644
20 index 0000000..85ca418
21 --- /dev/null
22 +++ b/ros-meta/qt_gui_core/Manifest
23 @@ -0,0 +1 @@
24 +DIST qt_gui_core-0.2.29.tar.gz 85881 SHA256 7c51b4fd7e795e37e3f8a4b691a5e520466105fdddbc85e194c10c608fe7448c SHA512 958526a3bd76070e121d75a82c589894aef980870091cb853802fcb60328b54cbc95ee0c9eececa18e24608808cca2c722c5699b662c2a578f150995171d71db WHIRLPOOL f83328ce59fd9cd8db5a066f1a2a93bde54b28268891b18cf73b31d5584b0dc7f932350a39e729c97be3bc3b6780422dd2538321f29b0acd13d06387e0054975
25
26 diff --git a/ros-meta/qt_gui_core/metadata.xml b/ros-meta/qt_gui_core/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/qt_gui_core/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/ros-meta/qt_gui_core/qt_gui_core-0.2.29.ebuild b/ros-meta/qt_gui_core/qt_gui_core-0.2.29.ebuild
39 new file mode 100644
40 index 0000000..34851c9
41 --- /dev/null
42 +++ b/ros-meta/qt_gui_core/qt_gui_core-0.2.29.ebuild
43 @@ -0,0 +1,25 @@
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/qt_gui_core"
51 +KEYWORDS="~amd64"
52 +ROS_SUBDIR=${PN}
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/qt_dotgraph
63 + dev-ros/qt_gui
64 + dev-ros/qt_gui_app
65 + dev-ros/qt_gui_cpp
66 + dev-ros/qt_gui_py_common
67 +"
68 +DEPEND="${RDEPEND}"
69
70 diff --git a/ros-meta/qt_gui_core/qt_gui_core-9999.ebuild b/ros-meta/qt_gui_core/qt_gui_core-9999.ebuild
71 new file mode 100644
72 index 0000000..34851c9
73 --- /dev/null
74 +++ b/ros-meta/qt_gui_core/qt_gui_core-9999.ebuild
75 @@ -0,0 +1,25 @@
76 +# Copyright 1999-2014 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2
78 +# $Id$
79 +
80 +EAPI=5
81 +
82 +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
83 +KEYWORDS="~amd64"
84 +ROS_SUBDIR=${PN}
85 +
86 +inherit ros-catkin
87 +
88 +DESCRIPTION="Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI"
89 +LICENSE="BSD"
90 +SLOT="0"
91 +IUSE=""
92 +
93 +RDEPEND="
94 + dev-ros/qt_dotgraph
95 + dev-ros/qt_gui
96 + dev-ros/qt_gui_app
97 + dev-ros/qt_gui_cpp
98 + dev-ros/qt_gui_py_common
99 +"
100 +DEPEND="${RDEPEND}"