From 37231472961a53dd1bb142950f34392d7135244f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 21:20:06 +0200 Subject: [PATCH] dev-ros/roslint: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/roslint/Manifest | 1 + dev-ros/roslint/metadata.xml | 5 +++++ dev-ros/roslint/roslint-0.10.0.ebuild | 18 ++++++++++++++++++ dev-ros/roslint/roslint-9999.ebuild | 18 ++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 dev-ros/roslint/Manifest create mode 100644 dev-ros/roslint/metadata.xml create mode 100644 dev-ros/roslint/roslint-0.10.0.ebuild create mode 100644 dev-ros/roslint/roslint-9999.ebuild diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest new file mode 100644 index 000000000000..267ad5c4d865 --- /dev/null +++ b/dev-ros/roslint/Manifest @@ -0,0 +1 @@ +DIST roslint-0.10.0.tar.gz 97138 SHA256 7dae1d2a46bf8f5ca920aa90e1e070d8db53816fe4f7d93b28694075554aa9c6 SHA512 69e5b655e69030c36ce59b5f5d7133d7bd4e6906fdcb551aff2742258f194e08e32715aa77649bd626596d84ba868d03648874b941b19ce18e071880df71ca56 WHIRLPOOL 026359ead0fe2d959dfc2eef981e7f191fcd3283b069c51a9949e58454062dad0097d2fd43a238879cb0e4a12910346731ef87b6fb34eb1b0f12d41a9df4f3ff diff --git a/dev-ros/roslint/metadata.xml b/dev-ros/roslint/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/roslint/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/roslint/roslint-0.10.0.ebuild b/dev-ros/roslint/roslint-0.10.0.ebuild new file mode 100644 index 000000000000..71581e45303e --- /dev/null +++ b/dev-ros/roslint/roslint-0.10.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/roslint" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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}" diff --git a/dev-ros/roslint/roslint-9999.ebuild b/dev-ros/roslint/roslint-9999.ebuild new file mode 100644 index 000000000000..71581e45303e --- /dev/null +++ b/dev-ros/roslint/roslint-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/roslint" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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}" -- 2.26.2