Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/geographic_info/
Date: Thu, 24 Sep 2015 08:56:13
Message-Id: 1443084880.bc19a704cbd1a9bf3b1cee2f8b4877c51721f185.aballier@gentoo
1 commit: bc19a704cbd1a9bf3b1cee2f8b4877c51721f185
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:54:40 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:54:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc19a704
7
8 ros-meta/geographic_info: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/geographic_info/Manifest | 1 +
13 .../geographic_info/geographic_info-0.4.0.ebuild | 23 ++++++++++++++++++++++
14 .../geographic_info/geographic_info-9999.ebuild | 23 ++++++++++++++++++++++
15 ros-meta/geographic_info/metadata.xml | 5 +++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/ros-meta/geographic_info/Manifest b/ros-meta/geographic_info/Manifest
19 new file mode 100644
20 index 0000000..ffc2215
21 --- /dev/null
22 +++ b/ros-meta/geographic_info/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/ros-meta/geographic_info/geographic_info-0.4.0.ebuild b/ros-meta/geographic_info/geographic_info-0.4.0.ebuild
27 new file mode 100644
28 index 0000000..e150167
29 --- /dev/null
30 +++ b/ros-meta/geographic_info/geographic_info-0.4.0.ebuild
31 @@ -0,0 +1,23 @@
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 +CATKIN_HAS_MESSAGES=yes
38 +ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
39 +VER_PREFIX=${PN}-
40 +KEYWORDS="~amd64"
41 +ROS_SUBDIR=${PN}
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="Geographic information metapackage"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-ros/geodesy
52 + dev-ros/geographic_msgs
53 +"
54 +DEPEND="${RDEPEND}"
55
56 diff --git a/ros-meta/geographic_info/geographic_info-9999.ebuild b/ros-meta/geographic_info/geographic_info-9999.ebuild
57 new file mode 100644
58 index 0000000..e150167
59 --- /dev/null
60 +++ b/ros-meta/geographic_info/geographic_info-9999.ebuild
61 @@ -0,0 +1,23 @@
62 +# Copyright 1999-2014 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Id$
65 +
66 +EAPI=5
67 +CATKIN_HAS_MESSAGES=yes
68 +ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
69 +VER_PREFIX=${PN}-
70 +KEYWORDS="~amd64"
71 +ROS_SUBDIR=${PN}
72 +
73 +inherit ros-catkin
74 +
75 +DESCRIPTION="Geographic information metapackage"
76 +LICENSE="BSD"
77 +SLOT="0"
78 +IUSE=""
79 +
80 +RDEPEND="
81 + dev-ros/geodesy
82 + dev-ros/geographic_msgs
83 +"
84 +DEPEND="${RDEPEND}"
85
86 diff --git a/ros-meta/geographic_info/metadata.xml b/ros-meta/geographic_info/metadata.xml
87 new file mode 100644
88 index 0000000..c42ea5b
89 --- /dev/null
90 +++ b/ros-meta/geographic_info/metadata.xml
91 @@ -0,0 +1,5 @@
92 +<?xml version="1.0" encoding="UTF-8"?>
93 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 +<pkgmetadata>
95 +<herd>ros</herd>
96 +</pkgmetadata>