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/pr2_msgs/
Date: Wed, 23 Sep 2015 10:49:05
Message-Id: 1443004901.c9e34634b00d53bca460a042b64c5f3a0f01fc3f.aballier@gentoo
1 commit: c9e34634b00d53bca460a042b64c5f3a0f01fc3f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:41:41 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:41:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e34634
7
8 dev-ros/pr2_msgs: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/pr2_msgs/Manifest | 1 +
13 dev-ros/pr2_msgs/metadata.xml | 5 +++++
14 dev-ros/pr2_msgs/pr2_msgs-1.11.9.ebuild | 21 +++++++++++++++++++++
15 dev-ros/pr2_msgs/pr2_msgs-9999.ebuild | 21 +++++++++++++++++++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/dev-ros/pr2_msgs/Manifest b/dev-ros/pr2_msgs/Manifest
19 new file mode 100644
20 index 0000000..81a1f40
21 --- /dev/null
22 +++ b/dev-ros/pr2_msgs/Manifest
23 @@ -0,0 +1 @@
24 +DIST pr2_common-1.11.9.tar.gz 33337556 SHA256 c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213 WHIRLPOOL ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05
25
26 diff --git a/dev-ros/pr2_msgs/metadata.xml b/dev-ros/pr2_msgs/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/pr2_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/pr2_msgs/pr2_msgs-1.11.9.ebuild b/dev-ros/pr2_msgs/pr2_msgs-1.11.9.ebuild
39 new file mode 100644
40 index 0000000..b296b46
41 --- /dev/null
42 +++ b/dev-ros/pr2_msgs/pr2_msgs-1.11.9.ebuild
43 @@ -0,0 +1,21 @@
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/pr2/pr2_common"
50 +KEYWORDS="~amd64"
51 +ROS_SUBDIR=${PN}
52 +CATKIN_HAS_MESSAGES=yes
53 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="Messages for representing PR2 state, such as battery information and the PR2 fingertip sensors"
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND=""
64 +DEPEND="${RDEPEND}"
65
66 diff --git a/dev-ros/pr2_msgs/pr2_msgs-9999.ebuild b/dev-ros/pr2_msgs/pr2_msgs-9999.ebuild
67 new file mode 100644
68 index 0000000..b296b46
69 --- /dev/null
70 +++ b/dev-ros/pr2_msgs/pr2_msgs-9999.ebuild
71 @@ -0,0 +1,21 @@
72 +# Copyright 1999-2014 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +# $Id$
75 +
76 +EAPI=5
77 +ROS_REPO_URI="https://github.com/pr2/pr2_common"
78 +KEYWORDS="~amd64"
79 +ROS_SUBDIR=${PN}
80 +CATKIN_HAS_MESSAGES=yes
81 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
82 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="Messages for representing PR2 state, such as battery information and the PR2 fingertip sensors"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND=""
92 +DEPEND="${RDEPEND}"