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/python_qt_binding/
Date: Tue, 22 Sep 2015 19:33:39
Message-Id: 1442950384.678af5d789b64d710511db764ab3d96a4ac55817.aballier@gentoo
1 commit: 678af5d789b64d710511db764ab3d96a4ac55817
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:33:04 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:33:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678af5d7
7
8 dev-ros/python_qt_binding: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/python_qt_binding/Manifest | 1 +
13 dev-ros/python_qt_binding/metadata.xml | 5 +++++
14 .../python_qt_binding-0.2.17.ebuild | 22 ++++++++++++++++++++++
15 .../python_qt_binding-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/python_qt_binding/Manifest b/dev-ros/python_qt_binding/Manifest
19 new file mode 100644
20 index 0000000..d46a9fc
21 --- /dev/null
22 +++ b/dev-ros/python_qt_binding/Manifest
23 @@ -0,0 +1 @@
24 +DIST python_qt_binding-0.2.17.tar.gz 12133 SHA256 7f0b5147c7b3908a09c7e771160a27d77b9047c095aa33f110345bf483b775e6 SHA512 332d63962f40d41e236a7f85e7859f1ed78dda4f02ae388e2026b53622e2551b2a702624aabf98e3fbe5d55d24f92b9c0a127386407e20ff60a5ebfbd63ffda0 WHIRLPOOL 05ecfbfaf37c94a333a517c655347f61eae17d5fa6af503e89c5f65ca624e143f7f9c097fa3f3cdda1d90b678805c1ea1228880f7074fb122fc3ebc166de2444
25
26 diff --git a/dev-ros/python_qt_binding/metadata.xml b/dev-ros/python_qt_binding/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/python_qt_binding/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/python_qt_binding/python_qt_binding-0.2.17.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.2.17.ebuild
39 new file mode 100644
40 index 0000000..bf7d83c
41 --- /dev/null
42 +++ b/dev-ros/python_qt_binding/python_qt_binding-0.2.17.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 +
50 +ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding"
51 +KEYWORDS="~amd64"
52 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt"
57 +LICENSE="BSD LGPL-2.1 GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-python/pyside[${PYTHON_USEDEP}]
63 + dev-python/PyQt4[${PYTHON_USEDEP}]
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild
68 new file mode 100644
69 index 0000000..bf7d83c
70 --- /dev/null
71 +++ b/dev-ros/python_qt_binding/python_qt_binding-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 +
79 +ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding"
80 +KEYWORDS="~amd64"
81 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt"
86 +LICENSE="BSD LGPL-2.1 GPL-2"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-python/pyside[${PYTHON_USEDEP}]
92 + dev-python/PyQt4[${PYTHON_USEDEP}]
93 +"
94 +DEPEND="${RDEPEND}"