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/shape_tools/
Date: Mon, 02 Nov 2015 09:01:29
Message-Id: 1446454568.0d168f929fa3ab3ce9c751cbd270d40baad7234b.aballier@gentoo
1 commit: 0d168f929fa3ab3ce9c751cbd270d40baad7234b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 08:56:08 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 08:56:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d168f92
7
8 dev-ros/shape_tools: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/shape_tools/Manifest | 1 +
13 dev-ros/shape_tools/metadata.xml | 5 +++++
14 dev-ros/shape_tools/shape_tools-0.2.1.ebuild | 28 ++++++++++++++++++++++++++++
15 dev-ros/shape_tools/shape_tools-9999.ebuild | 28 ++++++++++++++++++++++++++++
16 4 files changed, 62 insertions(+)
17
18 diff --git a/dev-ros/shape_tools/Manifest b/dev-ros/shape_tools/Manifest
19 new file mode 100644
20 index 0000000..fb4b451
21 --- /dev/null
22 +++ b/dev-ros/shape_tools/Manifest
23 @@ -0,0 +1 @@
24 +DIST shape_tools-0.2.1.tar.gz 3684 SHA256 19a11713c78e409a466bca5168a7710e096a92f92fcafef4fa485bc7606eaf3e SHA512 4d6da49528518776cb51ace908f0f0326b31b2928f0cb8ae0b12bcb0c1fdac99cbcd71f6bd3324d6aecc38a68a10012535b914a2349925eab1487eed8e1bede3 WHIRLPOOL 01a59f454e70c218c033d8af10612ab8897fe523f806a565f397876015b6a293cebd20f66511723d40034dbf33a29c1fbe68635e0b0569ddf100ed5c99efb2b4
25
26 diff --git a/dev-ros/shape_tools/metadata.xml b/dev-ros/shape_tools/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/shape_tools/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/shape_tools/shape_tools-0.2.1.ebuild b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
39 new file mode 100644
40 index 0000000..55a4029
41 --- /dev/null
42 +++ b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
43 @@ -0,0 +1,28 @@
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 +
50 +ROS_REPO_URI="https://github.com/ros-planning/shape_tools"
51 +KEYWORDS="~amd64 ~arm"
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Tools for operating on shape messages"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
63 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
64 +"
65 +DEPEND="${RDEPEND}"
66 +
67 +src_prepare() {
68 + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
69 + -i CMakeLists.txt \
70 + || die
71 +}
72
73 diff --git a/dev-ros/shape_tools/shape_tools-9999.ebuild b/dev-ros/shape_tools/shape_tools-9999.ebuild
74 new file mode 100644
75 index 0000000..55a4029
76 --- /dev/null
77 +++ b/dev-ros/shape_tools/shape_tools-9999.ebuild
78 @@ -0,0 +1,28 @@
79 +# Copyright 1999-2015 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +# $Id$
82 +
83 +EAPI=5
84 +
85 +ROS_REPO_URI="https://github.com/ros-planning/shape_tools"
86 +KEYWORDS="~amd64 ~arm"
87 +
88 +inherit ros-catkin
89 +
90 +DESCRIPTION="Tools for operating on shape messages"
91 +LICENSE="BSD"
92 +SLOT="0"
93 +IUSE=""
94 +
95 +RDEPEND="
96 + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
97 + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
98 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
99 +"
100 +DEPEND="${RDEPEND}"
101 +
102 +src_prepare() {
103 + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
104 + -i CMakeLists.txt \
105 + || die
106 +}