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/geodesy/
Date: Thu, 24 Sep 2015 08:56:02
Message-Id: 1443084742.3a3f5f9bb456ed8d1373c9aa6314fda9a6fe9140.aballier@gentoo
1 commit: 3a3f5f9bb456ed8d1373c9aa6314fda9a6fe9140
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:52:22 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:52:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3f5f9b
7
8 dev-ros/geodesy: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/geodesy/Manifest | 1 +
13 dev-ros/geodesy/geodesy-0.4.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
14 dev-ros/geodesy/geodesy-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
15 dev-ros/geodesy/metadata.xml | 5 +++++
16 4 files changed, 74 insertions(+)
17
18 diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
19 new file mode 100644
20 index 0000000..ffc2215
21 --- /dev/null
22 +++ b/dev-ros/geodesy/Manifest
23 @@ -0,0 +1 @@
24 +DIST geographic_info-0.4.0.tar.gz 26981 SHA256 7e31afeeb319e67242304445b690f345d6b66993ab0be582e36a454f7ac8eca4 SHA512 1296ad824caacf0a1240468dbc979c647e8d412246ca8aae19f2091487ab2b9c9ec2c3fe3f3eb92f0b662f318b005a34072555bad6b3d979c1463464f303764d WHIRLPOOL d9865cea02597df7421739c56fc32fd3029c0ebf6a1558a4ee701cb0025269bdb6c735598c0aa411aa7736bfb10fdd554842b7c2e1c96e3b2ebb28a6686e50f6
25
26 diff --git a/dev-ros/geodesy/geodesy-0.4.0.ebuild b/dev-ros/geodesy/geodesy-0.4.0.ebuild
27 new file mode 100644
28 index 0000000..a514643
29 --- /dev/null
30 +++ b/dev-ros/geodesy/geodesy-0.4.0.ebuild
31 @@ -0,0 +1,34 @@
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-geographic-info/geographic_info"
38 +VER_PREFIX=geographic_info-
39 +KEYWORDS="~amd64"
40 +PYTHON_COMPAT=( python2_7 )
41 +ROS_SUBDIR=${PN}
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-ros/angles
52 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
53 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
54 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
55 + dev-ros/tf
56 + dev-ros/unique_id
57 + dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
58 + dev-python/pyproj[${PYTHON_USEDEP}]
59 +"
60 +DEPEND="${RDEPEND}
61 + test? (
62 + dev-ros/rosunit[${PYTHON_USEDEP}]
63 + dev-cpp/gtest
64 + dev-python/nose[${PYTHON_USEDEP}]
65 + )"
66
67 diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild
68 new file mode 100644
69 index 0000000..a514643
70 --- /dev/null
71 +++ b/dev-ros/geodesy/geodesy-9999.ebuild
72 @@ -0,0 +1,34 @@
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/ros-geographic-info/geographic_info"
79 +VER_PREFIX=geographic_info-
80 +KEYWORDS="~amd64"
81 +PYTHON_COMPAT=( python2_7 )
82 +ROS_SUBDIR=${PN}
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND="
92 + dev-ros/angles
93 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
94 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
95 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
96 + dev-ros/tf
97 + dev-ros/unique_id
98 + dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
99 + dev-python/pyproj[${PYTHON_USEDEP}]
100 +"
101 +DEPEND="${RDEPEND}
102 + test? (
103 + dev-ros/rosunit[${PYTHON_USEDEP}]
104 + dev-cpp/gtest
105 + dev-python/nose[${PYTHON_USEDEP}]
106 + )"
107
108 diff --git a/dev-ros/geodesy/metadata.xml b/dev-ros/geodesy/metadata.xml
109 new file mode 100644
110 index 0000000..c42ea5b
111 --- /dev/null
112 +++ b/dev-ros/geodesy/metadata.xml
113 @@ -0,0 +1,5 @@
114 +<?xml version="1.0" encoding="UTF-8"?>
115 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 +<pkgmetadata>
117 +<herd>ros</herd>
118 +</pkgmetadata>