diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-03-27 08:36:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-03-27 08:40:59 +0200 |
commit | b6d8ed67d3cf8a29aef09e6b36eb9da848f21003 (patch) | |
tree | 582e924d62256a5734204b2d0aa1e938f0689399 /dev-ros | |
parent | ros-meta/ros_control: Bump to 0.14.0. (diff) | |
download | gentoo-b6d8ed67d3cf8a29aef09e6b36eb9da848f21003.tar.gz gentoo-b6d8ed67d3cf8a29aef09e6b36eb9da848f21003.tar.bz2 gentoo-b6d8ed67d3cf8a29aef09e6b36eb9da848f21003.zip |
dev-ros/roslint: bump to 0.11.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/roslint/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/roslint/roslint-0.11.2.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest index 0e77faa3924e..13f0d1672a52 100644 --- a/dev-ros/roslint/Manifest +++ b/dev-ros/roslint/Manifest @@ -1,2 +1,3 @@ DIST roslint-0.11.0.tar.gz 97432 BLAKE2B d923759663726689fd2c94af21ec74a800825636c71fbcce178be3bc559e63cb67c040fefce0c3e420d09899010f6f059143dc22d236e511eae815584849e015 SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c DIST roslint-0.11.1.tar.gz 97481 BLAKE2B d42e4998f2a51d6bebe9060745dce2ed3b3299725762445621cdb0464acfe17454ddfa747ebbc7a7e5c3482a18d905d3a930cfb2f7bef20ce5ef90987788e92d SHA512 5cb0ce8de001565e33e8d96a8f71df0f80792851abdb1ff68663f5672b5a3c6ea193a3083e6074b182a245de364c153007fa105dc2cdd900ed60d4f9cb799483 +DIST roslint-0.11.2.tar.gz 97537 BLAKE2B 3460ecff57588ad0579fba96bd77b45ab86b7c4a160209a8515f3c4881290528e8ca138522df3f9a76f00d3e24d66d91ca78292510a1ae7024bed6cd2f8151f9 SHA512 0aa80b679bf38ed503ab06227bc3c949f5b5473d0a6b0b0c496ae8b37611ae7edb8a42bbb1b0398a9b3428a23934a6805da04fd29668aab93c212f87aa224b2b diff --git a/dev-ros/roslint/roslint-0.11.2.ebuild b/dev-ros/roslint/roslint-0.11.2.ebuild new file mode 100644 index 000000000000..c659c0c20ce9 --- /dev/null +++ b/dev-ros/roslint/roslint-0.11.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/roslint" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +inherit ros-catkin + +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |