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/octomap_ros/
Date: Sun, 11 Oct 2015 15:34:28
Message-Id: 1444577645.620a2a96ea7a45aa4a3ba239b4d6c6cab81e9d14.aballier@gentoo
1 commit: 620a2a96ea7a45aa4a3ba239b4d6c6cab81e9d14
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 15:34:05 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 15:34:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a2a96
7
8 dev-ros/octomap_ros: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/octomap_ros/Manifest | 1 +
13 dev-ros/octomap_ros/metadata.xml | 5 +++++
14 dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild | 22 ++++++++++++++++++++++
15 dev-ros/octomap_ros/octomap_ros-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest
19 new file mode 100644
20 index 0000000..6483a21
21 --- /dev/null
22 +++ b/dev-ros/octomap_ros/Manifest
23 @@ -0,0 +1 @@
24 +DIST octomap_ros-0.4.0.tar.gz 5076 SHA256 6f4f90bbfe88c8314a406cfe70f0c4388d4d2d85a461d90911b2e6bf738ed153 SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce WHIRLPOOL 0840264e55bbcf9298e4d18ed0d39e8bfb7bbde7b42998ecdb28fa4b26e8184caa762747896a9e0da9f7028691836c508d22f74a61a8a20c7b562e2ec34892c1
25
26 diff --git a/dev-ros/octomap_ros/metadata.xml b/dev-ros/octomap_ros/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/octomap_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/octomap_ros/octomap_ros-0.4.0.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
39 new file mode 100644
40 index 0000000..36b7f89
41 --- /dev/null
42 +++ b/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
43 @@ -0,0 +1,22 @@
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/OctoMap/octomap_ros"
50 +KEYWORDS="~amd64 ~arm"
51 +
52 +inherit ros-catkin
53 +
54 +DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types"
55 +LICENSE="BSD"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND="
60 + dev-ros/tf
61 + dev-ros/pcl_ros
62 + dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
68 new file mode 100644
69 index 0000000..36b7f89
70 --- /dev/null
71 +++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
72 @@ -0,0 +1,22 @@
73 +# Copyright 1999-2014 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 +# $Id$
76 +
77 +EAPI=5
78 +ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
79 +KEYWORDS="~amd64 ~arm"
80 +
81 +inherit ros-catkin
82 +
83 +DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types"
84 +LICENSE="BSD"
85 +SLOT="0"
86 +IUSE=""
87 +
88 +RDEPEND="
89 + dev-ros/tf
90 + dev-ros/pcl_ros
91 + dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
92 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
93 +"
94 +DEPEND="${RDEPEND}"