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/geometric_shapes/
Date: Tue, 22 Sep 2015 18:57:25
Message-Id: 1442948225.c9af23a5593f37ab64d9383eba56b11ad824a3d9.aballier@gentoo
1 commit: c9af23a5593f37ab64d9383eba56b11ad824a3d9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:52:38 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:57:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9af23a5
7
8 dev-ros/geometric_shapes: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/geometric_shapes/Manifest | 1 +
13 .../geometric_shapes/geometric_shapes-0.4.3.ebuild | 36 ++++++++++++++++++++++
14 .../geometric_shapes/geometric_shapes-9999.ebuild | 36 ++++++++++++++++++++++
15 dev-ros/geometric_shapes/metadata.xml | 5 +++
16 4 files changed, 78 insertions(+)
17
18 diff --git a/dev-ros/geometric_shapes/Manifest b/dev-ros/geometric_shapes/Manifest
19 new file mode 100644
20 index 0000000..43d32ea
21 --- /dev/null
22 +++ b/dev-ros/geometric_shapes/Manifest
23 @@ -0,0 +1 @@
24 +DIST geometric_shapes-0.4.3.tar.gz 57689 SHA256 9030b7713ca397852f7d0d19caf18ddd7c93ff0236c19e31d01e72e655bc407b SHA512 77cf3d4d9603f29357bd26d3e4fcec077589f25292f467204bedc072c10ac3dc3869f2491697d6f3a6f23149dcc3973b7fa4f50b94c0e6f3f4ee92b8319ed12e WHIRLPOOL 92acf4d7056c03fcd9479e47c9747856fd1d67f846aaf0d48e84967c5f8cb1a1a7318276306e2324af6a9efa4586de06fe740b6b171824e39edd89e750faff4c
25
26 diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild
27 new file mode 100644
28 index 0000000..bbc8126
29 --- /dev/null
30 +++ b/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild
31 @@ -0,0 +1,36 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes"
38 +KEYWORDS="~amd64 ~arm"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Generic definitions of geometric shapes and bodies"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-libs/boost:=
49 + media-libs/qhull
50 + media-libs/assimp
51 + sci-libs/octomap
52 + dev-ros/random_numbers
53 + dev-ros/resource_retriever
54 + dev-ros/eigen_stl_containers
55 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
56 + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
57 +"
58 +DEPEND="${RDEPEND}
59 + test? ( dev-cpp/gtest )
60 +"
61 +
62 +src_prepare() {
63 + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
64 + -i CMakeLists.txt \
65 + || die
66 + ros-catkin_src_prepare
67 +}
68
69 diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
70 new file mode 100644
71 index 0000000..bbc8126
72 --- /dev/null
73 +++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
74 @@ -0,0 +1,36 @@
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-planning/geometric_shapes"
81 +KEYWORDS="~amd64 ~arm"
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="Generic definitions of geometric shapes and bodies"
86 +LICENSE="BSD"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-libs/boost:=
92 + media-libs/qhull
93 + media-libs/assimp
94 + sci-libs/octomap
95 + dev-ros/random_numbers
96 + dev-ros/resource_retriever
97 + dev-ros/eigen_stl_containers
98 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
99 + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
100 +"
101 +DEPEND="${RDEPEND}
102 + test? ( dev-cpp/gtest )
103 +"
104 +
105 +src_prepare() {
106 + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
107 + -i CMakeLists.txt \
108 + || die
109 + ros-catkin_src_prepare
110 +}
111
112 diff --git a/dev-ros/geometric_shapes/metadata.xml b/dev-ros/geometric_shapes/metadata.xml
113 new file mode 100644
114 index 0000000..c42ea5b
115 --- /dev/null
116 +++ b/dev-ros/geometric_shapes/metadata.xml
117 @@ -0,0 +1,5 @@
118 +<?xml version="1.0" encoding="UTF-8"?>
119 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
120 +<pkgmetadata>
121 +<herd>ros</herd>
122 +</pkgmetadata>