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/calibration_estimation/
Date: Sun, 11 Oct 2015 14:35:10
Message-Id: 1444574061.6cbb9692eb7cddf6462f76a2146049db8fec4ef5.aballier@gentoo
1 commit: 6cbb9692eb7cddf6462f76a2146049db8fec4ef5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 13:59:04 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:34:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbb9692
7
8 dev-ros/calibration_estimation: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.23
11
12 dev-ros/calibration_estimation/Manifest | 1 +
13 .../calibration_estimation-0.10.13.ebuild | 31 ++++++++++++++++++++++
14 .../calibration_estimation-9999.ebuild | 31 ++++++++++++++++++++++
15 dev-ros/calibration_estimation/metadata.xml | 5 ++++
16 4 files changed, 68 insertions(+)
17
18 diff --git a/dev-ros/calibration_estimation/Manifest b/dev-ros/calibration_estimation/Manifest
19 new file mode 100644
20 index 0000000..3890704
21 --- /dev/null
22 +++ b/dev-ros/calibration_estimation/Manifest
23 @@ -0,0 +1 @@
24 +DIST calibration-0.10.13.tar.gz 112305 SHA256 935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb WHIRLPOOL 94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
25
26 diff --git a/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild b/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild
27 new file mode 100644
28 index 0000000..b6c1e6f
29 --- /dev/null
30 +++ b/dev-ros/calibration_estimation/calibration_estimation-0.10.13.ebuild
31 @@ -0,0 +1,31 @@
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 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python2_7 )
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Runs an optimization to estimate the a robot's kinematic parameters"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-python/numpy[${PYTHON_USEDEP}]
51 + dev-ros/rosgraph[${PYTHON_USEDEP}]
52 + dev-ros/roslib[${PYTHON_USEDEP}]
53 + dev-python/rospkg[${PYTHON_USEDEP}]
54 + dev-ros/rospy[${PYTHON_USEDEP}]
55 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
56 + dev-python/matplotlib[${PYTHON_USEDEP}]
57 + dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
58 + sci-libs/scipy[${PYTHON_USEDEP}]
59 + dev-libs/urdfdom[${PYTHON_USEDEP}]
60 +"
61 +DEPEND="${RDEPEND}
62 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )"
63
64 diff --git a/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild b/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild
65 new file mode 100644
66 index 0000000..b6c1e6f
67 --- /dev/null
68 +++ b/dev-ros/calibration_estimation/calibration_estimation-9999.ebuild
69 @@ -0,0 +1,31 @@
70 +# Copyright 1999-2014 Gentoo Foundation
71 +# Distributed under the terms of the GNU General Public License v2
72 +# $Id$
73 +
74 +EAPI=5
75 +ROS_REPO_URI="https://github.com/ros-perception/calibration"
76 +KEYWORDS="~amd64 ~arm"
77 +PYTHON_COMPAT=( python2_7 )
78 +ROS_SUBDIR=${PN}
79 +
80 +inherit ros-catkin
81 +
82 +DESCRIPTION="Runs an optimization to estimate the a robot's kinematic parameters"
83 +LICENSE="BSD"
84 +SLOT="0"
85 +IUSE=""
86 +
87 +RDEPEND="
88 + dev-python/numpy[${PYTHON_USEDEP}]
89 + dev-ros/rosgraph[${PYTHON_USEDEP}]
90 + dev-ros/roslib[${PYTHON_USEDEP}]
91 + dev-python/rospkg[${PYTHON_USEDEP}]
92 + dev-ros/rospy[${PYTHON_USEDEP}]
93 + dev-ros/calibration_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
94 + dev-python/matplotlib[${PYTHON_USEDEP}]
95 + dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
96 + sci-libs/scipy[${PYTHON_USEDEP}]
97 + dev-libs/urdfdom[${PYTHON_USEDEP}]
98 +"
99 +DEPEND="${RDEPEND}
100 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )"
101
102 diff --git a/dev-ros/calibration_estimation/metadata.xml b/dev-ros/calibration_estimation/metadata.xml
103 new file mode 100644
104 index 0000000..c42ea5b
105 --- /dev/null
106 +++ b/dev-ros/calibration_estimation/metadata.xml
107 @@ -0,0 +1,5 @@
108 +<?xml version="1.0" encoding="UTF-8"?>
109 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 +<pkgmetadata>
111 +<herd>ros</herd>
112 +</pkgmetadata>