Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/executive_smach/
Date: Tue, 22 Sep 2015 19:30:25
Message-Id: 1442950201.f46c6064a4a922edf806b937998a9b35378787dc.aballier@gentoo
1 commit: f46c6064a4a922edf806b937998a9b35378787dc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:27:05 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:30:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46c6064
7
8 ros-meta/executive_smach: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/executive_smach/Manifest | 1 +
13 .../executive_smach/executive_smach-2.0.0.ebuild | 24 ++++++++++++++++++++++
14 .../executive_smach/executive_smach-9999.ebuild | 24 ++++++++++++++++++++++
15 ros-meta/executive_smach/metadata.xml | 5 +++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/ros-meta/executive_smach/Manifest b/ros-meta/executive_smach/Manifest
19 new file mode 100644
20 index 0000000..4bc8b5a
21 --- /dev/null
22 +++ b/ros-meta/executive_smach/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/ros-meta/executive_smach/executive_smach-2.0.0.ebuild b/ros-meta/executive_smach/executive_smach-2.0.0.ebuild
27 new file mode 100644
28 index 0000000..76573ce
29 --- /dev/null
30 +++ b/ros-meta/executive_smach/executive_smach-2.0.0.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +ROS_REPO_URI="https://github.com/ros/executive_smach"
39 +KEYWORDS="~amd64 ~arm"
40 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
41 +ROS_SUBDIR=${PN}
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="SMACH library and ROS SMACH integration packages"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-ros/smach
52 + dev-ros/smach_ros
53 + dev-ros/smach_msgs
54 +"
55 +DEPEND="${RDEPEND}"
56
57 diff --git a/ros-meta/executive_smach/executive_smach-9999.ebuild b/ros-meta/executive_smach/executive_smach-9999.ebuild
58 new file mode 100644
59 index 0000000..76573ce
60 --- /dev/null
61 +++ b/ros-meta/executive_smach/executive_smach-9999.ebuild
62 @@ -0,0 +1,24 @@
63 +# Copyright 1999-2014 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Id$
66 +
67 +EAPI=5
68 +
69 +ROS_REPO_URI="https://github.com/ros/executive_smach"
70 +KEYWORDS="~amd64 ~arm"
71 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
72 +ROS_SUBDIR=${PN}
73 +
74 +inherit ros-catkin
75 +
76 +DESCRIPTION="SMACH library and ROS SMACH integration packages"
77 +LICENSE="BSD"
78 +SLOT="0"
79 +IUSE=""
80 +
81 +RDEPEND="
82 + dev-ros/smach
83 + dev-ros/smach_ros
84 + dev-ros/smach_msgs
85 +"
86 +DEPEND="${RDEPEND}"
87
88 diff --git a/ros-meta/executive_smach/metadata.xml b/ros-meta/executive_smach/metadata.xml
89 new file mode 100644
90 index 0000000..c42ea5b
91 --- /dev/null
92 +++ b/ros-meta/executive_smach/metadata.xml
93 @@ -0,0 +1,5 @@
94 +<?xml version="1.0" encoding="UTF-8"?>
95 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
96 +<pkgmetadata>
97 +<herd>ros</herd>
98 +</pkgmetadata>