diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-21 10:48:35 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-21 11:12:11 +0100 |
commit | cc8d758901ab6970bd7df9e952c1391cd1d9e874 (patch) | |
tree | 532fbb4649923c591a7b5e4738b412d3a3ced372 /dev-ros | |
parent | media-libs/opencore-amr: Bump to 0.1.5 (diff) | |
download | gentoo-cc8d758901ab6970bd7df9e952c1391cd1d9e874.tar.gz gentoo-cc8d758901ab6970bd7df9e952c1391cd1d9e874.tar.bz2 gentoo-cc8d758901ab6970bd7df9e952c1391cd1d9e874.zip |
dev-ros/roslint: Bump to 0.11.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/roslint/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/roslint/roslint-0.11.1.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest index 4228aab9577d..0f63fff596e6 100644 --- a/dev-ros/roslint/Manifest +++ b/dev-ros/roslint/Manifest @@ -1 +1,2 @@ DIST roslint-0.11.0.tar.gz 97432 SHA256 ef220c5d03834f07ea458dc07604b518458aeef96e79e5bb804b3089082830ce SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c WHIRLPOOL 45927133553d518f04af73393dd644080ffdc67bd98b707b7cde5b9c233a793bf0f8920bed766dec61f99dffb48bf033a48eac6447e0fdcfa0e14cfedef0a5e7 +DIST roslint-0.11.1.tar.gz 97481 SHA256 29d89a66707acfff567cbd455520fa4d339598fa7e0add7063de8c1fa6aba86c SHA512 5cb0ce8de001565e33e8d96a8f71df0f80792851abdb1ff68663f5672b5a3c6ea193a3083e6074b182a245de364c153007fa105dc2cdd900ed60d4f9cb799483 WHIRLPOOL 52fb97f58a1b8dd5396e03ee028e875bae5eb057d87f19d5507620e011cecae9d8050ac894a23b2d203cc02c34b0e7f8071bfba2785c30f0661123aa1a80d37c diff --git a/dev-ros/roslint/roslint-0.11.1.ebuild b/dev-ros/roslint/roslint-0.11.1.ebuild new file mode 100644 index 000000000000..f158c135ef39 --- /dev/null +++ b/dev-ros/roslint/roslint-0.11.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 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}" |