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/pr2_dashboard_aggregator/
Date: Thu, 15 Feb 2018 05:52:15
Message-Id: 1518672713.b7f794eab7e106cc928f9e7e7b68d3e7b8c6f097.aballier@gentoo
1 commit: b7f794eab7e106cc928f9e7e7b68d3e7b8c6f097
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:31:53 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:31:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f794ea
7
8 dev-ros/pr2_dashboard_aggregator: Bump to 1.12.1.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/pr2_dashboard_aggregator/Manifest | 1 +
13 .../pr2_dashboard_aggregator-1.12.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ros/pr2_dashboard_aggregator/Manifest b/dev-ros/pr2_dashboard_aggregator/Manifest
17 index d13882d9e3c..47fce931dbe 100644
18 --- a/dev-ros/pr2_dashboard_aggregator/Manifest
19 +++ b/dev-ros/pr2_dashboard_aggregator/Manifest
20 @@ -4,3 +4,4 @@ DIST pr2_common-1.11.13.tar.gz 33598596 BLAKE2B 19aab42e80f1bd18f337d935c4e496cd
21 DIST pr2_common-1.11.14.tar.gz 33598683 BLAKE2B b5658b42fabe0a3fa506f740610f0977f6b386f2b79789eb595985e27079e0e06668e21b582b88c4e9f9d2364ff176b4f9f2ec2b30ecbfb43224f9888ced3645 SHA512 c34a82f72aa0c64c7c2abe36af5ec02c73e4bff161e105d3f8cfd65a460688b4fbd3e4529109546bf525c4703706054f522f74a9c9b352939c5582f064bbf2bf
22 DIST pr2_common-1.11.9.tar.gz 33337556 BLAKE2B b743f4fcde9b3688d3630ce42e5f194fd3a4aef40262aa8da61cb6337b50770d50e10ca4097f5f14104dbc99555b815ecd9ff14daa9ba7878cfc2e26bb85c8ac SHA512 44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
23 DIST pr2_common-1.12.0.tar.gz 33598910 BLAKE2B 3c44fe6ba6214d0c35ca674f5433a89bb6ba703bf5522615bd67912cb077f7ebf1eb9239fa8f076dc4bd813f89fa341617301ac873166ddbd43243d8e5001661 SHA512 da933ff9521a9337198a890e0ba10281510b861b4bff3023e7d251251f7ef7f8579f86b2992238975329c5c63ecdf00b17e895f1e0dec4e180336860fdd0c921
24 +DIST pr2_common-1.12.1.tar.gz 33597926 BLAKE2B eef3676b2ad029514aef09c09b4e463246397c2fd605b60bdba355e54ce44b1248efe6eef02e0303fd347f8c9b6b8965abafccee07b1f77e70f6e7db4a12a5e5 SHA512 e74be6f0507b1a7ae0fa385a06ff0a960661c5f0ec723bd7ac6d4782d4a61e3b4a95fda5cd09b37ed62ecf72be7c9c55132d3967644211c957c224717bc15485
25
26 diff --git a/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.12.1.ebuild b/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.12.1.ebuild
27 new file mode 100644
28 index 00000000000..52c01cd2ea3
29 --- /dev/null
30 +++ b/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.12.1.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/pr2/pr2_common"
37 +KEYWORDS="~amd64"
38 +ROS_SUBDIR=${PN}
39 +PYTHON_COMPAT=( python2_7 )
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Aggregates all of the topics that a 'pr2_dashboard' app might be interested in"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/rospy[${PYTHON_USEDEP}]
50 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 + dev-ros/pr2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}"