diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 16:55:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:48 +0200 |
commit | 79ddd7696288028e0025bea8aa0e7ac87a94e9f4 (patch) | |
tree | 298331ff4ff759d744a6ce700783c4fd3f0c8f5d /dev-ros/roslint | |
parent | dev-ros/roslisp: Remove old (diff) | |
download | gentoo-79ddd7696288028e0025bea8aa0e7ac87a94e9f4.tar.gz gentoo-79ddd7696288028e0025bea8aa0e7ac87a94e9f4.tar.bz2 gentoo-79ddd7696288028e0025bea8aa0e7ac87a94e9f4.zip |
dev-ros/roslint: bump to 0.12.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslint')
-rw-r--r-- | dev-ros/roslint/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/roslint/roslint-0.12.0.ebuild | 17 | ||||
-rw-r--r-- | dev-ros/roslint/roslint-9999.ebuild | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest index 13f0d1672a52..0f5d570f4d16 100644 --- a/dev-ros/roslint/Manifest +++ b/dev-ros/roslint/Manifest @@ -1,3 +1,4 @@ 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 +DIST roslint-0.12.0.tar.gz 103218 BLAKE2B f4396457df4d575a5ffecb5d6aac299c7d614272e5189cd20fcaaf36bc3ac2bbf7aa47806a9b0f7de35d242f93747af5e420d1aea21f69eadc83150b6311aceb SHA512 f533852f193fe0c78940a42bcff0971c3ac71f550a83120414bfcb954ea6c919c50f843e08fb4e3b14f76647676c7adf0fd8bb9dd5f835b4477f3fa8b39f25d7 diff --git a/dev-ros/roslint/roslint-0.12.0.ebuild b/dev-ros/roslint/roslint-0.12.0.ebuild new file mode 100644 index 000000000000..55b0c60c4539 --- /dev/null +++ b/dev-ros/roslint/roslint-0.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/roslint" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) + +inherit ros-catkin + +DESCRIPTION="Static checking of Python or C++ source code for errors and standards compliance" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/roslint/roslint-9999.ebuild b/dev-ros/roslint/roslint-9999.ebuild index 30a13432d8c5..55b0c60c4539 100644 --- a/dev-ros/roslint/roslint-9999.ebuild +++ b/dev-ros/roslint/roslint-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/roslint" KEYWORDS="~amd64 ~arm" PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin -DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance" +DESCRIPTION="Static checking of Python or C++ source code for errors and standards compliance" LICENSE="BSD" SLOT="0" IUSE="" |