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/roslint/
Date: Mon, 28 Mar 2016 07:17:29
Message-Id: 1459148658.8eb5807602a446199e0fc3dc43d1cc13d1c9ce49.aballier@gentoo
1 commit: 8eb5807602a446199e0fc3dc43d1cc13d1c9ce49
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 07:04:18 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 07:04:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb58076
7
8 dev-ros/roslint: bump to 0.11.0
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/roslint/Manifest | 1 +
14 dev-ros/roslint/roslint-0.11.0.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest
18 index 267ad5c..db6bccf 100644
19 --- a/dev-ros/roslint/Manifest
20 +++ b/dev-ros/roslint/Manifest
21 @@ -1 +1,2 @@
22 DIST roslint-0.10.0.tar.gz 97138 SHA256 7dae1d2a46bf8f5ca920aa90e1e070d8db53816fe4f7d93b28694075554aa9c6 SHA512 69e5b655e69030c36ce59b5f5d7133d7bd4e6906fdcb551aff2742258f194e08e32715aa77649bd626596d84ba868d03648874b941b19ce18e071880df71ca56 WHIRLPOOL 026359ead0fe2d959dfc2eef981e7f191fcd3283b069c51a9949e58454062dad0097d2fd43a238879cb0e4a12910346731ef87b6fb34eb1b0f12d41a9df4f3ff
23 +DIST roslint-0.11.0.tar.gz 97432 SHA256 ef220c5d03834f07ea458dc07604b518458aeef96e79e5bb804b3089082830ce SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c WHIRLPOOL 45927133553d518f04af73393dd644080ffdc67bd98b707b7cde5b9c233a793bf0f8920bed766dec61f99dffb48bf033a48eac6447e0fdcfa0e14cfedef0a5e7
24
25 diff --git a/dev-ros/roslint/roslint-0.11.0.ebuild b/dev-ros/roslint/roslint-0.11.0.ebuild
26 new file mode 100644
27 index 0000000..71581e4
28 --- /dev/null
29 +++ b/dev-ros/roslint/roslint-0.11.0.ebuild
30 @@ -0,0 +1,18 @@
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 +ROS_REPO_URI="https://github.com/ros/roslint"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND=""
48 +DEPEND="${RDEPEND}"