dev-ros/roslint: Bump to 0.11.1
authorAlexis Ballier <aballier@gentoo.org>
Tue, 21 Mar 2017 09:48:35 +0000 (10:48 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 21 Mar 2017 10:12:11 +0000 (11:12 +0100)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-ros/roslint/Manifest
dev-ros/roslint/roslint-0.11.1.ebuild [new file with mode: 0644]

index 4228aab9577d84799bae6ad9643a47b6f64ae6fa..0f63fff596e67d99be74c54aaf7342f27ef88910 100644 (file)
@@ -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 (file)
index 0000000..f158c13
--- /dev/null
@@ -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}"