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_action/
Date: Thu, 04 May 2017 09:12:55
Message-Id: 1493889158.081a15e16c646179ecc0fdcbc6f23ed3068b6477.aballier@gentoo
1 commit: 081a15e16c646179ecc0fdcbc6f23ed3068b6477
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 08:42:18 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 09:12:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081a15e1
7
8 dev-ros/rqt_action: bump to 0.4.8
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/rqt_action/Manifest | 1 +
13 dev-ros/rqt_action/rqt_action-0.4.8.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ros/rqt_action/Manifest b/dev-ros/rqt_action/Manifest
17 index 7bb8c4d7409..c5156370959 100644
18 --- a/dev-ros/rqt_action/Manifest
19 +++ b/dev-ros/rqt_action/Manifest
20 @@ -1 +1,2 @@
21 +DIST rqt_action-0.4.8.tar.gz 3229 SHA256 c4ea1d502037e6c21c4cad3edc163838432eefebc5356fdf6fd3b9e6e894effe SHA512 5cb353679a388983303f978c00a6b68be931008fb4edbe0102540aa59dcfeb97d2a44b60b0e3460dfd4444b707fedd0298d6dc1f3dbe15d44478d38da58acf20 WHIRLPOOL d14795e595a70ee075082bc8d1b46d72ba0d78101a91861da4e18753a9075354f7046d7b67911d4f07fd89cb137c53be4f78012065b74bc78d24a703f85a8002
22 DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
23
24 diff --git a/dev-ros/rqt_action/rqt_action-0.4.8.ebuild b/dev-ros/rqt_action/rqt_action-0.4.8.ebuild
25 new file mode 100644
26 index 00000000000..d368b9658f6
27 --- /dev/null
28 +++ b/dev-ros/rqt_action/rqt_action-0.4.8.ebuild
29 @@ -0,0 +1,22 @@
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_action"
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Introspect all available ROS action (from actionlib) types"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/rospy[${PYTHON_USEDEP}]
48 + dev-ros/rqt_msg[${PYTHON_USEDEP}]
49 + dev-ros/rqt_py_common[${PYTHON_USEDEP}]
50 +"
51 +DEPEND="${RDEPEND}"