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/unique_identifier/
Date: Thu, 24 Sep 2015 08:56:03
Message-Id: 1443084918.91328ae4b51361a81bcc4e7de9736815b730efe0.aballier@gentoo
1 commit: 91328ae4b51361a81bcc4e7de9736815b730efe0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:55:18 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:55:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91328ae4
7
8 ros-meta/unique_identifier: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/unique_identifier/Manifest | 1 +
13 ros-meta/unique_identifier/metadata.xml | 5 +++++
14 .../unique_identifier-1.0.5.ebuild | 22 ++++++++++++++++++++++
15 .../unique_identifier-9999.ebuild | 22 ++++++++++++++++++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/ros-meta/unique_identifier/Manifest b/ros-meta/unique_identifier/Manifest
19 new file mode 100644
20 index 0000000..3f304f4
21 --- /dev/null
22 +++ b/ros-meta/unique_identifier/Manifest
23 @@ -0,0 +1 @@
24 +DIST unique_identifier-1.0.5.tar.gz 12252 SHA256 70f3fc1e8b81ce2a80383fe1bec69dd0760913852a78ff1d010e6a1c2baa1d3c SHA512 0a12fe42346d83813eed78a369afeec171df928abad2cfa804cb314907fa43a3edad3cef5efe51b3223f819a80ac1633f069e7e0bd721efc9f487a1089d160d3 WHIRLPOOL 2b18cb09845254b88026ef69739203a66438563094375e5cd711239af90f157f1727deb82252c719fd5b78a372c8877771c42bbd30c360acc8c943676a343197
25
26 diff --git a/ros-meta/unique_identifier/metadata.xml b/ros-meta/unique_identifier/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/unique_identifier/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/ros-meta/unique_identifier/unique_identifier-1.0.5.ebuild b/ros-meta/unique_identifier/unique_identifier-1.0.5.ebuild
39 new file mode 100644
40 index 0000000..a342914
41 --- /dev/null
42 +++ b/ros-meta/unique_identifier/unique_identifier-1.0.5.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/ros-geographic-info/unique_identifier"
50 +VER_PREFIX=unique_identifier-
51 +KEYWORDS="~amd64 ~arm"
52 +ROS_SUBDIR=${PN}
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="ROS messages and interfaces for universally unique identifiers"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/unique_id
63 + dev-ros/uuid_msgs
64 +"
65 +DEPEND="${RDEPEND}"
66
67 diff --git a/ros-meta/unique_identifier/unique_identifier-9999.ebuild b/ros-meta/unique_identifier/unique_identifier-9999.ebuild
68 new file mode 100644
69 index 0000000..a342914
70 --- /dev/null
71 +++ b/ros-meta/unique_identifier/unique_identifier-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/ros-geographic-info/unique_identifier"
79 +VER_PREFIX=unique_identifier-
80 +KEYWORDS="~amd64 ~arm"
81 +ROS_SUBDIR=${PN}
82 +
83 +inherit ros-catkin
84 +
85 +DESCRIPTION="ROS messages and interfaces for universally unique identifiers"
86 +LICENSE="BSD"
87 +SLOT="0"
88 +IUSE=""
89 +
90 +RDEPEND="
91 + dev-ros/unique_id
92 + dev-ros/uuid_msgs
93 +"
94 +DEPEND="${RDEPEND}"