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/xacro/
Date: Tue, 22 Sep 2015 19:22:20
Message-Id: 1442949729.623c5f43da058f52acfbc5eb313638f436e176fa.aballier@gentoo
1 commit: 623c5f43da058f52acfbc5eb313638f436e176fa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 19:21:57 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:22:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623c5f43
7
8 dev-ros/xacro: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/xacro/Manifest | 1 +
13 dev-ros/xacro/metadata.xml | 5 +++++
14 dev-ros/xacro/xacro-1.10.6.ebuild | 23 +++++++++++++++++++++++
15 dev-ros/xacro/xacro-9999.ebuild | 23 +++++++++++++++++++++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
19 new file mode 100644
20 index 0000000..2082b63
21 --- /dev/null
22 +++ b/dev-ros/xacro/Manifest
23 @@ -0,0 +1 @@
24 +DIST xacro-1.10.6.tar.gz 78054 SHA256 6f3b7246465e61569dcae2e79575eb1cbce8ad73b41704c931fbf00466b3a106 SHA512 a41b56f501018c19cfcda988858635296d01210fc34d249906a938eb6daa041d8cf46679cd54da830d76e61a9693688f86adc5093ee2f202c843b7fdf017cb13 WHIRLPOOL f31a935134ca123a5e9a06a03756078756a579e41cfd78e88bb2b0fcf1bd92a9fa10a19da46d21e0fa9ae85d890d84f244dff7e954c7ba2bc657767d7e0ce434
25
26 diff --git a/dev-ros/xacro/metadata.xml b/dev-ros/xacro/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/xacro/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/xacro/xacro-1.10.6.ebuild b/dev-ros/xacro/xacro-1.10.6.ebuild
39 new file mode 100644
40 index 0000000..5065af8
41 --- /dev/null
42 +++ b/dev-ros/xacro/xacro-1.10.6.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 +
50 +ROS_REPO_URI="https://github.com/ros/xacro"
51 +KEYWORDS="~amd64"
52 +PYTHON_COMPAT=( python2_7 )
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="XML macro language"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
62 +DEPEND="${RDEPEND}
63 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
64 +"
65 +RDEPEND="${RDEPEND}
66 + dev-ros/roslaunch[${PYTHON_USEDEP}]"
67
68 diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild
69 new file mode 100644
70 index 0000000..5065af8
71 --- /dev/null
72 +++ b/dev-ros/xacro/xacro-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 +
80 +ROS_REPO_URI="https://github.com/ros/xacro"
81 +KEYWORDS="~amd64"
82 +PYTHON_COMPAT=( python2_7 )
83 +
84 +inherit ros-catkin
85 +
86 +DESCRIPTION="XML macro language"
87 +LICENSE="BSD"
88 +SLOT="0"
89 +IUSE=""
90 +
91 +RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
92 +DEPEND="${RDEPEND}
93 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
94 +"
95 +RDEPEND="${RDEPEND}
96 + dev-ros/roslaunch[${PYTHON_USEDEP}]"