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/robot_pose_publisher/
Date: Mon, 02 Nov 2015 09:23:32
Message-Id: 1446456196.7b9b8646a826262d8f092c4b0cca4c6e4de81603.aballier@gentoo
1 commit: 7b9b8646a826262d8f092c4b0cca4c6e4de81603
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:23:03 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 09:23:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9b8646
7
8 dev-ros/robot_pose_publisher: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/robot_pose_publisher/Manifest | 1 +
13 dev-ros/robot_pose_publisher/metadata.xml | 5 +++++
14 .../robot_pose_publisher-0.2.3.ebuild | 21 +++++++++++++++++++++
15 .../robot_pose_publisher-9999.ebuild | 21 +++++++++++++++++++++
16 4 files changed, 48 insertions(+)
17
18 diff --git a/dev-ros/robot_pose_publisher/Manifest b/dev-ros/robot_pose_publisher/Manifest
19 new file mode 100644
20 index 0000000..872de2f
21 --- /dev/null
22 +++ b/dev-ros/robot_pose_publisher/Manifest
23 @@ -0,0 +1 @@
24 +DIST robot_pose_publisher-0.2.3.tar.gz 4225 SHA256 b8e1f7e8957a89a929e66a3222261431e227639100f21a184e22dbd4226a467f SHA512 393c906754015161643a3047e8ab6690292d4446fc89fb1caa6e1a8fd25e6d880bcd23ea9780eea7c2fe7eb83331455894c93a90fdce01d0f483cae90b653314 WHIRLPOOL 4395b4a4395725eb1ff74768f92f0b39c42163b1c5a237d6776c01ec747e80e4fef3ce51ce632877f586e8219e6a9ea97ebfe3c591d1a807d4989239aa3675a6
25
26 diff --git a/dev-ros/robot_pose_publisher/metadata.xml b/dev-ros/robot_pose_publisher/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/robot_pose_publisher/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/robot_pose_publisher/robot_pose_publisher-0.2.3.ebuild b/dev-ros/robot_pose_publisher/robot_pose_publisher-0.2.3.ebuild
39 new file mode 100644
40 index 0000000..ae81a98
41 --- /dev/null
42 +++ b/dev-ros/robot_pose_publisher/robot_pose_publisher-0.2.3.ebuild
43 @@ -0,0 +1,21 @@
44 +# Copyright 1999-2015 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/WPI-RAIL/robot_pose_publisher"
50 +KEYWORDS="~amd64 ~arm"
51 +
52 +inherit ros-catkin
53 +
54 +DESCRIPTION="A Simple Node to Publish the Robot's Position Relative to the Map using TFs"
55 +LICENSE="BSD"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND="
60 + dev-ros/roscpp
61 + dev-ros/tf
62 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 +"
64 +DEPEND="${RDEPEND}"
65
66 diff --git a/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild b/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild
67 new file mode 100644
68 index 0000000..ae81a98
69 --- /dev/null
70 +++ b/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild
71 @@ -0,0 +1,21 @@
72 +# Copyright 1999-2015 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/WPI-RAIL/robot_pose_publisher"
78 +KEYWORDS="~amd64 ~arm"
79 +
80 +inherit ros-catkin
81 +
82 +DESCRIPTION="A Simple Node to Publish the Robot's Position Relative to the Map using TFs"
83 +LICENSE="BSD"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +RDEPEND="
88 + dev-ros/roscpp
89 + dev-ros/tf
90 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
91 +"
92 +DEPEND="${RDEPEND}"