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: Tue, 27 Mar 2018 06:41:32
Message-Id: 1522132859.b6d8ed67d3cf8a29aef09e6b36eb9da848f21003.aballier@gentoo
1 commit: b6d8ed67d3cf8a29aef09e6b36eb9da848f21003
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 06:36:10 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 06:40:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d8ed67
7
8 dev-ros/roslint: bump to 0.11.2
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/roslint/Manifest | 1 +
13 dev-ros/roslint/roslint-0.11.2.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest
17 index 0e77faa3924..13f0d1672a5 100644
18 --- a/dev-ros/roslint/Manifest
19 +++ b/dev-ros/roslint/Manifest
20 @@ -1,2 +1,3 @@
21 DIST roslint-0.11.0.tar.gz 97432 BLAKE2B d923759663726689fd2c94af21ec74a800825636c71fbcce178be3bc559e63cb67c040fefce0c3e420d09899010f6f059143dc22d236e511eae815584849e015 SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c
22 DIST roslint-0.11.1.tar.gz 97481 BLAKE2B d42e4998f2a51d6bebe9060745dce2ed3b3299725762445621cdb0464acfe17454ddfa747ebbc7a7e5c3482a18d905d3a930cfb2f7bef20ce5ef90987788e92d SHA512 5cb0ce8de001565e33e8d96a8f71df0f80792851abdb1ff68663f5672b5a3c6ea193a3083e6074b182a245de364c153007fa105dc2cdd900ed60d4f9cb799483
23 +DIST roslint-0.11.2.tar.gz 97537 BLAKE2B 3460ecff57588ad0579fba96bd77b45ab86b7c4a160209a8515f3c4881290528e8ca138522df3f9a76f00d3e24d66d91ca78292510a1ae7024bed6cd2f8151f9 SHA512 0aa80b679bf38ed503ab06227bc3c949f5b5473d0a6b0b0c496ae8b37611ae7edb8a42bbb1b0398a9b3428a23934a6805da04fd29668aab93c212f87aa224b2b
24
25 diff --git a/dev-ros/roslint/roslint-0.11.2.ebuild b/dev-ros/roslint/roslint-0.11.2.ebuild
26 new file mode 100644
27 index 00000000000..c659c0c20ce
28 --- /dev/null
29 +++ b/dev-ros/roslint/roslint-0.11.2.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros/roslint"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND=""
47 +DEPEND="${RDEPEND}"