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: Sat, 04 Nov 2017 11:06:14
Message-Id: 1509793553.ec7e9a38b63eb8a4066b231fe97ee7cb8a13e365.aballier@gentoo
1 commit: ec7e9a38b63eb8a4066b231fe97ee7cb8a13e365
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 10:44:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 11:05:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7e9a38
7
8 ros-meta/qt_gui_core: Bump to 0.3.8.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 ros-meta/qt_gui_core/Manifest | 1 +
13 ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/ros-meta/qt_gui_core/Manifest b/ros-meta/qt_gui_core/Manifest
17 index 48c9af2167b..73bb7d94a7a 100644
18 --- a/ros-meta/qt_gui_core/Manifest
19 +++ b/ros-meta/qt_gui_core/Manifest
20 @@ -1 +1,2 @@
21 DIST qt_gui_core-0.3.6.tar.gz 90705 SHA256 32c8ee990b6aca5d53a856071fb718fa6e92ffc4951e76df96496abeac75df8d SHA512 bdd824010552af098f2b9294aef18c73413a1f76fe1cf61daccf9d9f17d7d16f6a9a1ec11c157460c1b89d6c44f21fccbdcab813ca42c052a6bc46de52f86ab0 WHIRLPOOL d2ba2bb42580ca7639669e144766cf8e7411e1879c72cfed055c3e78e3caf1bc3a7a294cec2270c103e000c9ad334cb0b1da8f7d210c0fffa484d92194d60b19
22 +DIST qt_gui_core-0.3.8.tar.gz 91248 SHA256 cf12b52bcb1a75f6b3278715050b06e6420a974cae531c4f1958e7f843341f74 SHA512 aec926adffc9f1ab84d7d5cccb207d87254496b37e9e2e4c430de191917823424751206647d61821a65dec0aad3241dab22c85f21980fbe1a4bf114bb2c29d70 WHIRLPOOL b859fb21564410b61c378e04d02c5b15527d68b81d8334e2e18ce7bac7b1d675a3af94c94d13984087cf7c3a5e88226d46834555c9bec9f50d7e39501b5b8fad
23
24 diff --git a/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild b/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild
25 new file mode 100644
26 index 00000000000..7942d12d336
27 --- /dev/null
28 +++ b/ros-meta/qt_gui_core/qt_gui_core-0.3.8.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
36 +KEYWORDS="~amd64"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/qt_dotgraph
48 + dev-ros/qt_gui
49 + dev-ros/qt_gui_app
50 + dev-ros/qt_gui_cpp
51 + dev-ros/qt_gui_py_common
52 +"
53 +DEPEND="${RDEPEND}"