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/rosserial_python/
Date: Sun, 11 Oct 2015 16:16:19
Message-Id: 1444580157.3a38425ec3e6c6e1679fb135fa100cc738fb1eff.aballier@gentoo
1 commit: 3a38425ec3e6c6e1679fb135fa100cc738fb1eff
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 16:08:50 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 16:15:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a38425e
7
8 dev-ros/rosserial_python: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/rosserial_python/Manifest | 1 +
13 dev-ros/rosserial_python/metadata.xml | 5 +++++
14 .../rosserial_python/rosserial_python-0.7.1.ebuild | 24 ++++++++++++++++++++++
15 .../rosserial_python/rosserial_python-9999.ebuild | 24 ++++++++++++++++++++++
16 4 files changed, 54 insertions(+)
17
18 diff --git a/dev-ros/rosserial_python/Manifest b/dev-ros/rosserial_python/Manifest
19 new file mode 100644
20 index 0000000..2af1683
21 --- /dev/null
22 +++ b/dev-ros/rosserial_python/Manifest
23 @@ -0,0 +1 @@
24 +DIST rosserial-0.7.1.tar.gz 102204 SHA256 203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5 WHIRLPOOL 8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
25
26 diff --git a/dev-ros/rosserial_python/metadata.xml b/dev-ros/rosserial_python/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rosserial_python/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/rosserial_python/rosserial_python-0.7.1.ebuild b/dev-ros/rosserial_python/rosserial_python-0.7.1.ebuild
39 new file mode 100644
40 index 0000000..21d484d
41 --- /dev/null
42 +++ b/dev-ros/rosserial_python/rosserial_python-0.7.1.ebuild
43 @@ -0,0 +1,24 @@
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-drivers/rosserial"
50 +KEYWORDS="~amd64 ~arm"
51 +PYTHON_COMPAT=( python2_7 )
52 +ROS_SUBDIR=${PN}
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="A Python-based implementation of the ROS serial protocol"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/rospy[${PYTHON_USEDEP}]
63 + dev-python/pyserial[${PYTHON_USEDEP}]
64 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
65 + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
66 +"
67 +DEPEND="${RDEPEND}"
68
69 diff --git a/dev-ros/rosserial_python/rosserial_python-9999.ebuild b/dev-ros/rosserial_python/rosserial_python-9999.ebuild
70 new file mode 100644
71 index 0000000..21d484d
72 --- /dev/null
73 +++ b/dev-ros/rosserial_python/rosserial_python-9999.ebuild
74 @@ -0,0 +1,24 @@
75 +# Copyright 1999-2014 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +# $Id$
78 +
79 +EAPI=5
80 +ROS_REPO_URI="https://github.com/ros-drivers/rosserial"
81 +KEYWORDS="~amd64 ~arm"
82 +PYTHON_COMPAT=( python2_7 )
83 +ROS_SUBDIR=${PN}
84 +
85 +inherit ros-catkin
86 +
87 +DESCRIPTION="A Python-based implementation of the ROS serial protocol"
88 +LICENSE="BSD"
89 +SLOT="0"
90 +IUSE=""
91 +
92 +RDEPEND="
93 + dev-ros/rospy[${PYTHON_USEDEP}]
94 + dev-python/pyserial[${PYTHON_USEDEP}]
95 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
96 + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
97 +"
98 +DEPEND="${RDEPEND}"