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/simulators/
Date: Wed, 23 Sep 2015 13:02:46
Message-Id: 1443013355.257667463ebefa7f0c79d92d0d711469f4db1f05.aballier@gentoo
1 commit: 257667463ebefa7f0c79d92d0d711469f4db1f05
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 13:01:30 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 13:02:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25766746
7
8 ros-meta/simulators: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/simulators/Manifest | 1 +
13 ros-meta/simulators/metadata.xml | 5 +++++
14 ros-meta/simulators/simulators-1.2.0.ebuild | 25 +++++++++++++++++++++++++
15 ros-meta/simulators/simulators-9999.ebuild | 25 +++++++++++++++++++++++++
16 4 files changed, 56 insertions(+)
17
18 diff --git a/ros-meta/simulators/Manifest b/ros-meta/simulators/Manifest
19 new file mode 100644
20 index 0000000..7ebda7a
21 --- /dev/null
22 +++ b/ros-meta/simulators/Manifest
23 @@ -0,0 +1 @@
24 +DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
25
26 diff --git a/ros-meta/simulators/metadata.xml b/ros-meta/simulators/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/ros-meta/simulators/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/simulators/simulators-1.2.0.ebuild b/ros-meta/simulators/simulators-1.2.0.ebuild
39 new file mode 100644
40 index 0000000..2e1ed55
41 --- /dev/null
42 +++ b/ros-meta/simulators/simulators-1.2.0.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 +
50 +ROS_REPO_URI="https://github.com/ros/metapackages"
51 +KEYWORDS="~amd64"
52 +ROS_SUBDIR=${PN}
53 +
54 +inherit ros-catkin
55 +
56 +DESCRIPTION="Metapackage for ROS simulation packages"
57 +LICENSE="BSD"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +RDEPEND="
62 + ros-meta/robot
63 + ros-meta/gazebo_ros_pkgs
64 + ros-meta/rqt_common_plugins
65 + ros-meta/rqt_robot_plugins
66 + dev-ros/stage_ros
67 +"
68 +DEPEND="${RDEPEND}"
69
70 diff --git a/ros-meta/simulators/simulators-9999.ebuild b/ros-meta/simulators/simulators-9999.ebuild
71 new file mode 100644
72 index 0000000..2e1ed55
73 --- /dev/null
74 +++ b/ros-meta/simulators/simulators-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 +
82 +ROS_REPO_URI="https://github.com/ros/metapackages"
83 +KEYWORDS="~amd64"
84 +ROS_SUBDIR=${PN}
85 +
86 +inherit ros-catkin
87 +
88 +DESCRIPTION="Metapackage for ROS simulation packages"
89 +LICENSE="BSD"
90 +SLOT="0"
91 +IUSE=""
92 +
93 +RDEPEND="
94 + ros-meta/robot
95 + ros-meta/gazebo_ros_pkgs
96 + ros-meta/rqt_common_plugins
97 + ros-meta/rqt_robot_plugins
98 + dev-ros/stage_ros
99 +"
100 +DEPEND="${RDEPEND}"