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/rosdiagnostic/
Date: Wed, 26 Apr 2017 17:54:15
Message-Id: 1493227770.0633d0023040df5707ae56b38d25d3f0cef22d67.aballier@gentoo
1 commit: 0633d0023040df5707ae56b38d25d3f0cef22d67
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 17:26:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 17:29:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0633d002
7
8 dev-ros/rosdiagnostic: initial import
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/rosdiagnostic/Manifest | 1 +
13 dev-ros/rosdiagnostic/metadata.xml | 11 +++++++++++
14 dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild | 21 +++++++++++++++++++++
15 dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild | 21 +++++++++++++++++++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/rosdiagnostic/Manifest b/dev-ros/rosdiagnostic/Manifest
19 new file mode 100644
20 index 00000000000..c0da37d2e25
21 --- /dev/null
22 +++ b/dev-ros/rosdiagnostic/Manifest
23 @@ -0,0 +1 @@
24 +DIST diagnostics-1.9.0.tar.gz 528593 SHA256 9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c WHIRLPOOL 2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74
25
26 diff --git a/dev-ros/rosdiagnostic/metadata.xml b/dev-ros/rosdiagnostic/metadata.xml
27 new file mode 100644
28 index 00000000000..6cc2de65678
29 --- /dev/null
30 +++ b/dev-ros/rosdiagnostic/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>ros@g.o</email>
37 + <name>Gentoo ROS Project</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="github">ros/diagnostics</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
45 new file mode 100644
46 index 00000000000..c186f88cf03
47 --- /dev/null
48 +++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
49 @@ -0,0 +1,21 @@
50 +# Copyright 1999-2017 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=5
54 +ROS_REPO_URI="https://github.com/ros/diagnostics"
55 +KEYWORDS="~amd64 ~arm"
56 +ROS_SUBDIR=${PN}
57 +PYTHON_COMPAT=( python2_7 )
58 +
59 +inherit ros-catkin
60 +
61 +DESCRIPTION="Command to print aggregated diagnostic contents to the command line"
62 +LICENSE="BSD"
63 +SLOT="0"
64 +IUSE=""
65 +
66 +DEPEND="
67 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
68 + dev-ros/rospy[${PYTHON_USEDEP}]
69 +"
70 +RDEPEND="${DEPEND}"
71
72 diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild
73 new file mode 100644
74 index 00000000000..c186f88cf03
75 --- /dev/null
76 +++ b/dev-ros/rosdiagnostic/rosdiagnostic-9999.ebuild
77 @@ -0,0 +1,21 @@
78 +# Copyright 1999-2017 Gentoo Foundation
79 +# Distributed under the terms of the GNU General Public License v2
80 +
81 +EAPI=5
82 +ROS_REPO_URI="https://github.com/ros/diagnostics"
83 +KEYWORDS="~amd64 ~arm"
84 +ROS_SUBDIR=${PN}
85 +PYTHON_COMPAT=( python2_7 )
86 +
87 +inherit ros-catkin
88 +
89 +DESCRIPTION="Command to print aggregated diagnostic contents to the command line"
90 +LICENSE="BSD"
91 +SLOT="0"
92 +IUSE=""
93 +
94 +DEPEND="
95 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
96 + dev-ros/rospy[${PYTHON_USEDEP}]
97 +"
98 +RDEPEND="${DEPEND}"