Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/roslint/
Date: Tue, 22 Sep 2015 19:22:21
Message-Id: 1442949728.37231472961a53dd1bb142950f34392d7135244f.aballier@gentoo
1 commit: 37231472961a53dd1bb142950f34392d7135244f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:20:06 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:22:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37231472
7
8 dev-ros/roslint: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/roslint/Manifest | 1 +
13 dev-ros/roslint/metadata.xml | 5 +++++
14 dev-ros/roslint/roslint-0.10.0.ebuild | 18 ++++++++++++++++++
15 dev-ros/roslint/roslint-9999.ebuild | 18 ++++++++++++++++++
16 4 files changed, 42 insertions(+)
17
18 diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest
19 new file mode 100644
20 index 0000000..267ad5c
21 --- /dev/null
22 +++ b/dev-ros/roslint/Manifest
23 @@ -0,0 +1 @@
24 +DIST roslint-0.10.0.tar.gz 97138 SHA256 7dae1d2a46bf8f5ca920aa90e1e070d8db53816fe4f7d93b28694075554aa9c6 SHA512 69e5b655e69030c36ce59b5f5d7133d7bd4e6906fdcb551aff2742258f194e08e32715aa77649bd626596d84ba868d03648874b941b19ce18e071880df71ca56 WHIRLPOOL 026359ead0fe2d959dfc2eef981e7f191fcd3283b069c51a9949e58454062dad0097d2fd43a238879cb0e4a12910346731ef87b6fb34eb1b0f12d41a9df4f3ff
25
26 diff --git a/dev-ros/roslint/metadata.xml b/dev-ros/roslint/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/roslint/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/roslint/roslint-0.10.0.ebuild b/dev-ros/roslint/roslint-0.10.0.ebuild
39 new file mode 100644
40 index 0000000..71581e4
41 --- /dev/null
42 +++ b/dev-ros/roslint/roslint-0.10.0.ebuild
43 @@ -0,0 +1,18 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros/roslint"
50 +KEYWORDS="~amd64 ~arm"
51 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND=""
61 +DEPEND="${RDEPEND}"
62
63 diff --git a/dev-ros/roslint/roslint-9999.ebuild b/dev-ros/roslint/roslint-9999.ebuild
64 new file mode 100644
65 index 0000000..71581e4
66 --- /dev/null
67 +++ b/dev-ros/roslint/roslint-9999.ebuild
68 @@ -0,0 +1,18 @@
69 +# Copyright 1999-2014 Gentoo Foundation
70 +# Distributed under the terms of the GNU General Public License v2
71 +# $Id$
72 +
73 +EAPI=5
74 +ROS_REPO_URI="https://github.com/ros/roslint"
75 +KEYWORDS="~amd64 ~arm"
76 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
77 +
78 +inherit ros-catkin
79 +
80 +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
81 +LICENSE="BSD"
82 +SLOT="0"
83 +IUSE=""
84 +
85 +RDEPEND=""
86 +DEPEND="${RDEPEND}"