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/rqt_topic/
Date: Mon, 04 Dec 2017 21:51:00
Message-Id: 1512423673.927d987feae28e4d4baefd90a7265afb185be9de.aballier@gentoo
1 commit: 927d987feae28e4d4baefd90a7265afb185be9de
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 21:41:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 21:41:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927d987f
7
8 dev-ros/rqt_topic: bump to 0.4.10
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 dev-ros/rqt_topic/Manifest | 1 +
13 dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest
17 index e7aca542212..93d17ba6fd8 100644
18 --- a/dev-ros/rqt_topic/Manifest
19 +++ b/dev-ros/rqt_topic/Manifest
20 @@ -1 +1,2 @@
21 +DIST rqt_topic-0.4.10.tar.gz 8907 BLAKE2B 92343432ddf3b2bd9dff600f088935ca6bceac0239f2818b9a5601a2702bac52c13526571c0be454c41dfe14f2d6baab48e6f95f004c233f474d5fc6ac943423 SHA512 d16c882091d7d2f5701a399faca4dfd5331bbf66b84222cfafcdfc8b362ccff667b9d13bfc2143d41b5d2261b98dde4e0e967c7123ec06b390c80b846a4beae0
22 DIST rqt_topic-0.4.9.tar.gz 8794 BLAKE2B c239e6a54bdcbe4bc2c55bd08a74d523399478ba19b2502f9f75038e2fa7ff949f3e0fd76ec25a3443a037f975eb04625fe37e7fa51240022cac28d979337ebb SHA512 ca7b9a9459406dbafcf58b23fe6695b7f5627326cf0c5f2b5d5bb61475c34200181d4702270a6bad59e23ea0706463e15839624d128f063db167cc5fb60182b9
23
24 diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild b/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild
25 new file mode 100644
26 index 00000000000..bf621ebec80
27 --- /dev/null
28 +++ b/dev-ros/rqt_topic/rqt_topic-0.4.10.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +KEYWORDS="~amd64"
36 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_topic"
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-python/rospkg[${PYTHON_USEDEP}]
48 + dev-ros/rostopic[${PYTHON_USEDEP}]
49 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
50 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
51 + dev-ros/std_msgs[${PYTHON_USEDEP}]
52 + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}]
53 +"
54 +DEPEND="${RDEPEND}"