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: Fri, 31 Aug 2018 13:56:59
Message-Id: 1535723807.70073dc773d23c01298e4bcde7b618b59d4f067b.aballier@gentoo
1 commit: 70073dc773d23c01298e4bcde7b618b59d4f067b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 10:40:14 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 13:56:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70073dc7
7
8 ros-meta/qt_gui_core: Bump to 0.3.11.
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 ros-meta/qt_gui_core/Manifest | 1 +
13 ros-meta/qt_gui_core/qt_gui_core-0.3.11.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 03d9e38c7d2..0270add1e30 100644
18 --- a/ros-meta/qt_gui_core/Manifest
19 +++ b/ros-meta/qt_gui_core/Manifest
20 @@ -1,4 +1,5 @@
21 DIST qt_gui_core-0.3.10.tar.gz 91569 BLAKE2B 04c764e49c5dc1126d0f87e1c53109748dc11b38e94f242d44fca56e8334eaae3469f2299f9c2c4eef536264d1fd5c3ba5d8dbff0fc809afdb36d0b2a35ea669 SHA512 76c418315453d975ae2901e1d33205f3471ff540fac3be9834a567d4763400688aaedf3d172d45cc2f39652055446085a3ea65c7acca679e271333d8ca6ed3fa
22 +DIST qt_gui_core-0.3.11.tar.gz 91640 BLAKE2B 49615e039ea7a2586679c6d6ffd9a583a16c2087b1c1090885ca83894aa98d44efc10c7bb622068ac49eb8c70eac98a5f495e3b417b3750171c31b433c53bfad SHA512 f83abd1d75ea6794fc25da79912a629bd13167bbe2815c9616a0e1a8993a4730053fc737cb864ba01ac869d9aec85269d2e1a19d963a50b8469e6d073e55db9a
23 DIST qt_gui_core-0.3.6.tar.gz 90705 BLAKE2B 7002d22b8deb2d8cd95ddfffcfd60e8cf092a1ada86a5fb6c666b41689d235f000a9375bf2389a082e187b4aa69accf8da1b7ce1b29c980d736fb9860e10a5d5 SHA512 bdd824010552af098f2b9294aef18c73413a1f76fe1cf61daccf9d9f17d7d16f6a9a1ec11c157460c1b89d6c44f21fccbdcab813ca42c052a6bc46de52f86ab0
24 DIST qt_gui_core-0.3.8.tar.gz 91248 BLAKE2B 9ed159b8d065e7b2a44dcf9ac496a699675e5ec41d5ed222413894f098e122b092c976c934dc37a99846e0fe80858fb377bf937b3eabc3f0c6df126de7944e88 SHA512 aec926adffc9f1ab84d7d5cccb207d87254496b37e9e2e4c430de191917823424751206647d61821a65dec0aad3241dab22c85f21980fbe1a4bf114bb2c29d70
25 DIST qt_gui_core-0.3.9.tar.gz 91495 BLAKE2B c0f2f2b9231a42da68c0032bfb192a47060f4b0915952b77750985be00023f22678480605990a79016b8ed906cacbdb9cd7eafabbb917b06f891f6b7817a999c SHA512 3e7e45001f1749e3ca75c6b33e3e7a131a314a5ec66925b86f2617f6f749f4c2093d33420bbe0f148faa44fb1fb3071241e47180d3c56ed9d1f7a2befb006a95
26
27 diff --git a/ros-meta/qt_gui_core/qt_gui_core-0.3.11.ebuild b/ros-meta/qt_gui_core/qt_gui_core-0.3.11.ebuild
28 new file mode 100644
29 index 00000000000..18cbc0b5b14
30 --- /dev/null
31 +++ b/ros-meta/qt_gui_core/qt_gui_core-0.3.11.ebuild
32 @@ -0,0 +1,24 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=5
37 +
38 +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
39 +KEYWORDS="~amd64"
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/qt_dotgraph
51 + dev-ros/qt_gui
52 + dev-ros/qt_gui_app
53 + dev-ros/qt_gui_cpp
54 + dev-ros/qt_gui_py_common
55 +"
56 +DEPEND="${RDEPEND}"