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_ros/
Date: Tue, 22 Sep 2015 19:30:25
Message-Id: 1442950201.4b6cd774c86538e5bf5cbd17418d5622c3548c45.aballier@gentoo
1 commit: 4b6cd774c86538e5bf5cbd17418d5622c3548c45
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:26:31 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=4b6cd774
7
8 dev-ros/smach_ros: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/smach_ros/Manifest | 1 +
13 dev-ros/smach_ros/metadata.xml | 5 +++++
14 dev-ros/smach_ros/smach_ros-2.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
15 dev-ros/smach_ros/smach_ros-9999.ebuild | 30 ++++++++++++++++++++++++++++++
16 4 files changed, 66 insertions(+)
17
18 diff --git a/dev-ros/smach_ros/Manifest b/dev-ros/smach_ros/Manifest
19 new file mode 100644
20 index 0000000..4bc8b5a
21 --- /dev/null
22 +++ b/dev-ros/smach_ros/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_ros/metadata.xml b/dev-ros/smach_ros/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/smach_ros/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_ros/smach_ros-2.0.0.ebuild b/dev-ros/smach_ros/smach_ros-2.0.0.ebuild
39 new file mode 100644
40 index 0000000..ec92913
41 --- /dev/null
42 +++ b/dev-ros/smach_ros/smach_ros-2.0.0.ebuild
43 @@ -0,0 +1,30 @@
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 +KEYWORDS="~amd64 ~arm"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="Extensions for the SMACH library to integrate it tightly with ROS"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-ros/rostest[${PYTHON_USEDEP}]
64 + dev-ros/rospy[${PYTHON_USEDEP}]
65 + dev-ros/rostopic[${PYTHON_USEDEP}]
66 + dev-ros/actionlib[${PYTHON_USEDEP}]
67 + dev-ros/smach[${PYTHON_USEDEP}]
68 + dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
69 + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
70 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
71 + dev-ros/smach_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
72 +"
73 +DEPEND="${RDEPEND}"
74
75 diff --git a/dev-ros/smach_ros/smach_ros-9999.ebuild b/dev-ros/smach_ros/smach_ros-9999.ebuild
76 new file mode 100644
77 index 0000000..ec92913
78 --- /dev/null
79 +++ b/dev-ros/smach_ros/smach_ros-9999.ebuild
80 @@ -0,0 +1,30 @@
81 +# Copyright 1999-2014 Gentoo Foundation
82 +# Distributed under the terms of the GNU General Public License v2
83 +# $Id$
84 +
85 +EAPI=5
86 +
87 +ROS_REPO_URI="https://github.com/ros/executive_smach"
88 +KEYWORDS="~amd64 ~arm"
89 +PYTHON_COMPAT=( python2_7 )
90 +ROS_SUBDIR=${PN}
91 +
92 +inherit ros-catkin
93 +
94 +DESCRIPTION="Extensions for the SMACH library to integrate it tightly with ROS"
95 +LICENSE="BSD"
96 +SLOT="0"
97 +IUSE=""
98 +
99 +RDEPEND="
100 + dev-ros/rostest[${PYTHON_USEDEP}]
101 + dev-ros/rospy[${PYTHON_USEDEP}]
102 + dev-ros/rostopic[${PYTHON_USEDEP}]
103 + dev-ros/actionlib[${PYTHON_USEDEP}]
104 + dev-ros/smach[${PYTHON_USEDEP}]
105 + dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
106 + dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
107 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
108 + dev-ros/smach_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
109 +"
110 +DEPEND="${RDEPEND}"