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/smach_msgs/
Date: Tue, 22 Sep 2015 19:30:30
Message-Id: 1442950200.49561e5d0635f0bfd36b4aae557ac71bce5d3d21.aballier@gentoo
1 commit: 49561e5d0635f0bfd36b4aae557ac71bce5d3d21
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:23:39 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:30:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49561e5d
7
8 dev-ros/smach_msgs: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/smach_msgs/Manifest | 1 +
13 dev-ros/smach_msgs/metadata.xml | 5 +++++
14 dev-ros/smach_msgs/smach_msgs-2.0.0.ebuild | 22 ++++++++++++++++++++++
15 dev-ros/smach_msgs/smach_msgs-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/smach_msgs/Manifest b/dev-ros/smach_msgs/Manifest
19 new file mode 100644
20 index 0000000..4bc8b5a
21 --- /dev/null
22 +++ b/dev-ros/smach_msgs/Manifest
23 @@ -0,0 +1 @@
24 +DIST executive_smach-2.0.0.tar.gz 39920 SHA256 48f11db9a1be8accf6bce4dc20efa825f8fab1697d8620690eb51051ddd2c6b3 SHA512 e1970128f2a49e92e99821922351cb62c64d4367781397f6f6b3c20691c2712824edabe4e4a67264fe48555f3b0c8d1f1fd7bc8820fb6f5937f7c6a22815c601 WHIRLPOOL 045578126017e77486c4e87dd85badbff8a8227e580ba792389fe871c732455bc5d1abcb83cff230705ff85a1679682f9a99541727fcb253858e02cd33dc0184
25
26 diff --git a/dev-ros/smach_msgs/metadata.xml b/dev-ros/smach_msgs/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/smach_msgs/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/smach_msgs/smach_msgs-2.0.0.ebuild b/dev-ros/smach_msgs/smach_msgs-2.0.0.ebuild
39 new file mode 100644
40 index 0000000..9ea1f71
41 --- /dev/null
42 +++ b/dev-ros/smach_msgs/smach_msgs-2.0.0.ebuild
43 @@ -0,0 +1,22 @@
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 +
50 +ROS_REPO_URI="https://github.com/ros/executive_smach"
51 +CATKIN_HAS_MESSAGES=yes
52 +KEYWORDS="~amd64 ~arm"
53 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
54 +ROS_SUBDIR=${PN}
55 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
56 +
57 +inherit ros-catkin
58 +
59 +DESCRIPTION="Set of messages that are used by the introspection interfaces for smach"
60 +LICENSE="BSD"
61 +SLOT="0"
62 +IUSE=""
63 +
64 +RDEPEND=""
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/smach_msgs/smach_msgs-9999.ebuild b/dev-ros/smach_msgs/smach_msgs-9999.ebuild
68 new file mode 100644
69 index 0000000..9ea1f71
70 --- /dev/null
71 +++ b/dev-ros/smach_msgs/smach_msgs-9999.ebuild
72 @@ -0,0 +1,22 @@
73 +# Copyright 1999-2014 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 +# $Id$
76 +
77 +EAPI=5
78 +
79 +ROS_REPO_URI="https://github.com/ros/executive_smach"
80 +CATKIN_HAS_MESSAGES=yes
81 +KEYWORDS="~amd64 ~arm"
82 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
83 +ROS_SUBDIR=${PN}
84 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
85 +
86 +inherit ros-catkin
87 +
88 +DESCRIPTION="Set of messages that are used by the introspection interfaces for smach"
89 +LICENSE="BSD"
90 +SLOT="0"
91 +IUSE=""
92 +
93 +RDEPEND=""
94 +DEPEND="${RDEPEND}"