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/qt_gui_cpp/
Date: Fri, 01 Apr 2016 05:29:40
Message-Id: 1459488564.694b5226fe3491f5906c135fdbbf1ea29fc51efd.aballier@gentoo
1 commit: 694b5226fe3491f5906c135fdbbf1ea29fc51efd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 05:25:55 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 05:29:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694b5226
7
8 dev-ros/qt_gui_cpp: Bump to 0.2.30.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/qt_gui_cpp/Manifest | 1 +
14 dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild | 33 +++++++++++++++++++++++++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/dev-ros/qt_gui_cpp/Manifest b/dev-ros/qt_gui_cpp/Manifest
18 index 85ca418..436b5e1 100644
19 --- a/dev-ros/qt_gui_cpp/Manifest
20 +++ b/dev-ros/qt_gui_cpp/Manifest
21 @@ -1 +1,2 @@
22 DIST qt_gui_core-0.2.29.tar.gz 85881 SHA256 7c51b4fd7e795e37e3f8a4b691a5e520466105fdddbc85e194c10c608fe7448c SHA512 958526a3bd76070e121d75a82c589894aef980870091cb853802fcb60328b54cbc95ee0c9eececa18e24608808cca2c722c5699b662c2a578f150995171d71db WHIRLPOOL f83328ce59fd9cd8db5a066f1a2a93bde54b28268891b18cf73b31d5584b0dc7f932350a39e729c97be3bc3b6780422dd2538321f29b0acd13d06387e0054975
23 +DIST qt_gui_core-0.2.30.tar.gz 86567 SHA256 d2c7240161dd84b02b024a66119d122a7607dd0e27a299d53d1c75c36d203847 SHA512 4a9671c8814f16a371e77840d6df268e763ce5932d6e85842af34ee5322701ffa19d97d4d75b4fb6d4d272497281462296dc9cfc25d4efd96246a88a8ee08978 WHIRLPOOL c072605d884a051a03ea3e77147fce7e7f3f94c4b5eb253779022a18cf3141d357fdb9fc45c9b5b6917d3e73cc2cfde4d384d64de26f164b4920911965be20e7
24
25 diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild
26 new file mode 100644
27 index 0000000..e480327
28 --- /dev/null
29 +++ b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild
30 @@ -0,0 +1,33 @@
31 +# Copyright 1999-2014 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
38 +KEYWORDS="~amd64"
39 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-qt/qtcore:4
51 + dev-qt/qtgui:4
52 + >=dev-ros/pluginlib-1.9.23
53 + >=dev-ros/qt_gui-0.2.18[${PYTHON_USEDEP}]
54 + dev-libs/tinyxml
55 + dev-ros/python_qt_binding[${PYTHON_USEDEP}]
56 + dev-libs/boost:=
57 +"
58 +DEPEND="${RDEPEND}
59 + virtual/pkgconfig
60 +"
61 +PATCHES=(
62 + "${FILESDIR}/libdir.patch"
63 +)