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/rosauth/
Date: Sun, 11 Oct 2015 15:15:16
Message-Id: 1444576374.4bb80a001a41f3d24a4d53eccbf588a180c8a3ba.aballier@gentoo
1 commit: 4bb80a001a41f3d24a4d53eccbf588a180c8a3ba
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 15:12:54 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 15:12:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb80a00
7
8 dev-ros/rosauth: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/rosauth/Manifest | 1 +
13 dev-ros/rosauth/metadata.xml | 5 +++++
14 dev-ros/rosauth/rosauth-0.1.7.ebuild | 23 +++++++++++++++++++++++
15 dev-ros/rosauth/rosauth-9999.ebuild | 23 +++++++++++++++++++++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/rosauth/Manifest b/dev-ros/rosauth/Manifest
19 new file mode 100644
20 index 0000000..d685376
21 --- /dev/null
22 +++ b/dev-ros/rosauth/Manifest
23 @@ -0,0 +1 @@
24 +DIST rosauth-0.1.7.tar.gz 6060 SHA256 c85c4163c94d20bce9864180785210bfe3dfd110114f18212bd711d1be87c48e SHA512 c52317cd173ec655b779f96ffe324cd136a54168484f26fff2a0d9fe2da6e25cc5109f1905d7528a9f6a433287873b63c53f96ec425ca6af740d4eea0b3250b5 WHIRLPOOL 9a21f936bea44735f3dbaf413cb9fbd93f7d673e186f99f7c7eff284d3187c44d096c1635a094cd35ce04a0909558ae174b16bb3a5d3ffe19022f655a8bc9238
25
26 diff --git a/dev-ros/rosauth/metadata.xml b/dev-ros/rosauth/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rosauth/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/rosauth/rosauth-0.1.7.ebuild b/dev-ros/rosauth/rosauth-0.1.7.ebuild
39 new file mode 100644
40 index 0000000..ff0731f
41 --- /dev/null
42 +++ b/dev-ros/rosauth/rosauth-0.1.7.ebuild
43 @@ -0,0 +1,23 @@
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 +CATKIN_HAS_MESSAGES=yes
50 +ROS_REPO_URI="https://github.com/WPI-RAIL/rosauth"
51 +KEYWORDS="~amd64"
52 +PYTHON_COMPAT=( python2_7 )
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Server Side tools for Authorization and Authentication of ROS Clients"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + dev-ros/roscpp
63 + dev-ros/rostest[${PYTHON_USEDEP}]
64 + dev-libs/openssl:0="
65 +DEPEND="${RDEPEND}
66 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
67
68 diff --git a/dev-ros/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild
69 new file mode 100644
70 index 0000000..ff0731f
71 --- /dev/null
72 +++ b/dev-ros/rosauth/rosauth-9999.ebuild
73 @@ -0,0 +1,23 @@
74 +# Copyright 1999-2014 Gentoo Foundation
75 +# Distributed under the terms of the GNU General Public License v2
76 +# $Id$
77 +
78 +EAPI=5
79 +CATKIN_HAS_MESSAGES=yes
80 +ROS_REPO_URI="https://github.com/WPI-RAIL/rosauth"
81 +KEYWORDS="~amd64"
82 +PYTHON_COMPAT=( python2_7 )
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="Server Side tools for Authorization and Authentication of ROS Clients"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND="
92 + dev-ros/roscpp
93 + dev-ros/rostest[${PYTHON_USEDEP}]
94 + dev-libs/openssl:0="
95 +DEPEND="${RDEPEND}
96 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"