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/unique_id/
Date: Thu, 24 Sep 2015 08:55:56
Message-Id: 1443084557.a2f83eb52bd631c748ed8bdbdb341d82217fa953.aballier@gentoo
1 commit: a2f83eb52bd631c748ed8bdbdb341d82217fa953
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:49:17 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:49:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f83eb5
7
8 dev-ros/unique_id: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/unique_id/Manifest | 1 +
13 dev-ros/unique_id/metadata.xml | 5 +++++
14 dev-ros/unique_id/unique_id-1.0.5.ebuild | 25 +++++++++++++++++++++++++
15 dev-ros/unique_id/unique_id-9999.ebuild | 25 +++++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/dev-ros/unique_id/Manifest b/dev-ros/unique_id/Manifest
19 new file mode 100644
20 index 0000000..3f304f4
21 --- /dev/null
22 +++ b/dev-ros/unique_id/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/dev-ros/unique_id/metadata.xml b/dev-ros/unique_id/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/unique_id/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/unique_id/unique_id-1.0.5.ebuild b/dev-ros/unique_id/unique_id-1.0.5.ebuild
39 new file mode 100644
40 index 0000000..41ebb73
41 --- /dev/null
42 +++ b/dev-ros/unique_id/unique_id-1.0.5.ebuild
43 @@ -0,0 +1,25 @@
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 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="ROS Python and C++ interfaces for universally unique identifiers"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-ros/uuid_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
64 + dev-ros/rospy[${PYTHON_USEDEP}]
65 + dev-ros/roscpp
66 +"
67 +DEPEND="${RDEPEND}
68 + test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"
69
70 diff --git a/dev-ros/unique_id/unique_id-9999.ebuild b/dev-ros/unique_id/unique_id-9999.ebuild
71 new file mode 100644
72 index 0000000..41ebb73
73 --- /dev/null
74 +++ b/dev-ros/unique_id/unique_id-9999.ebuild
75 @@ -0,0 +1,25 @@
76 +# Copyright 1999-2014 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2
78 +# $Id$
79 +
80 +EAPI=5
81 +ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier"
82 +VER_PREFIX=unique_identifier-
83 +KEYWORDS="~amd64 ~arm"
84 +PYTHON_COMPAT=( python2_7 )
85 +ROS_SUBDIR=${PN}
86 +
87 +inherit ros-catkin
88 +
89 +DESCRIPTION="ROS Python and C++ interfaces for universally unique identifiers"
90 +LICENSE="BSD"
91 +SLOT="0"
92 +IUSE=""
93 +
94 +RDEPEND="
95 + dev-ros/uuid_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
96 + dev-ros/rospy[${PYTHON_USEDEP}]
97 + dev-ros/roscpp
98 +"
99 +DEPEND="${RDEPEND}
100 + test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"