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/robot_model/
Date: Tue, 22 Sep 2015 18:57:28
Message-Id: 1442948226.270391b761c35a5335eedc3baa5bdcee64364fed.aballier@gentoo
1 commit: 270391b761c35a5335eedc3baa5bdcee64364fed
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:56:44 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:57:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270391b7
7
8 ros-meta/robot_model: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/robot_model/Manifest | 1 +
13 ros-meta/robot_model/metadata.xml | 5 +++++
14 ros-meta/robot_model/robot_model-1.11.8.ebuild | 25 +++++++++++++++++++++++++
15 ros-meta/robot_model/robot_model-9999.ebuild | 25 +++++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/ros-meta/robot_model/Manifest b/ros-meta/robot_model/Manifest
19 new file mode 100644
20 index 0000000..89a3e8c
21 --- /dev/null
22 +++ b/ros-meta/robot_model/Manifest
23 @@ -0,0 +1 @@
24 +DIST robot_model-1.11.8.tar.gz 364741 SHA256 781a0510136a820d217862f7491183b3deeadaf18aa0fabeb28d79e365510e12 SHA512 65471bb58c7383987f587a61f9e32fbd991c4eb26f1d5a819db8a5f456def7566ab9d16ab343a885fba73e0a017f5729815501356ef85b6aff0b4f0544a41212 WHIRLPOOL 95a9e654c1e7324593d2671a37b4c16aeee373450d5cb52508435b643c80c72c7263506914459c3c320af47355129dc0e906cdfb30d0e3bda1fd418e016e3a39
25
26 diff --git a/ros-meta/robot_model/metadata.xml b/ros-meta/robot_model/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/robot_model/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/robot_model/robot_model-1.11.8.ebuild b/ros-meta/robot_model/robot_model-1.11.8.ebuild
39 new file mode 100644
40 index 0000000..66cc294
41 --- /dev/null
42 +++ b/ros-meta/robot_model/robot_model-1.11.8.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/robot_model"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +
53 +inherit ros-catkin
54 +
55 +DESCRIPTION="Packages for modeling various aspects of robot information"
56 +LICENSE="BSD"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + dev-ros/collada_parser
62 + dev-ros/collada_urdf
63 + dev-ros/joint_state_publisher
64 + dev-ros/kdl_parser
65 + dev-ros/urdf
66 + dev-ros/urdf_parser_plugin
67 +"
68 +DEPEND="${RDEPEND}"
69
70 diff --git a/ros-meta/robot_model/robot_model-9999.ebuild b/ros-meta/robot_model/robot_model-9999.ebuild
71 new file mode 100644
72 index 0000000..66cc294
73 --- /dev/null
74 +++ b/ros-meta/robot_model/robot_model-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/robot_model"
82 +KEYWORDS="~amd64 ~arm"
83 +ROS_SUBDIR=${PN}
84 +
85 +inherit ros-catkin
86 +
87 +DESCRIPTION="Packages for modeling various aspects of robot information"
88 +LICENSE="BSD"
89 +SLOT="0"
90 +IUSE=""
91 +
92 +RDEPEND="
93 + dev-ros/collada_parser
94 + dev-ros/collada_urdf
95 + dev-ros/joint_state_publisher
96 + dev-ros/kdl_parser
97 + dev-ros/urdf
98 + dev-ros/urdf_parser_plugin
99 +"
100 +DEPEND="${RDEPEND}"