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/desktop/
Date: Wed, 23 Sep 2015 10:57:39
Message-Id: 1443005829.f2121d30941fd130636f28d0e1b1c95fdf1985a6.aballier@gentoo
1 commit: f2121d30941fd130636f28d0e1b1c95fdf1985a6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:57:09 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:57:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2121d30
7
8 ros-meta/desktop: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 ros-meta/desktop/Manifest | 1 +
13 ros-meta/desktop/desktop-1.2.0.ebuild | 27 +++++++++++++++++++++++++++
14 ros-meta/desktop/desktop-9999.ebuild | 27 +++++++++++++++++++++++++++
15 ros-meta/desktop/metadata.xml | 5 +++++
16 4 files changed, 60 insertions(+)
17
18 diff --git a/ros-meta/desktop/Manifest b/ros-meta/desktop/Manifest
19 new file mode 100644
20 index 0000000..7ebda7a
21 --- /dev/null
22 +++ b/ros-meta/desktop/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/desktop/desktop-1.2.0.ebuild b/ros-meta/desktop/desktop-1.2.0.ebuild
27 new file mode 100644
28 index 0000000..9eabc14
29 --- /dev/null
30 +++ b/ros-meta/desktop/desktop-1.2.0.ebuild
31 @@ -0,0 +1,27 @@
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 +
38 +ROS_REPO_URI="https://github.com/ros/metapackages"
39 +KEYWORDS="~amd64"
40 +ROS_SUBDIR=${PN}
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="Metapackage for a basic ROS desktop install"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + ros-meta/robot
51 + ros-meta/viz
52 + dev-ros/roslint
53 + ros-meta/rqt_common_plugins
54 + ros-meta/rqt_robot_plugins
55 + dev-ros/urdf_tutorial
56 + ros-meta/visualization_tutorials
57 +"
58 +DEPEND="${RDEPEND}"
59
60 diff --git a/ros-meta/desktop/desktop-9999.ebuild b/ros-meta/desktop/desktop-9999.ebuild
61 new file mode 100644
62 index 0000000..9eabc14
63 --- /dev/null
64 +++ b/ros-meta/desktop/desktop-9999.ebuild
65 @@ -0,0 +1,27 @@
66 +# Copyright 1999-2014 Gentoo Foundation
67 +# Distributed under the terms of the GNU General Public License v2
68 +# $Id$
69 +
70 +EAPI=5
71 +
72 +ROS_REPO_URI="https://github.com/ros/metapackages"
73 +KEYWORDS="~amd64"
74 +ROS_SUBDIR=${PN}
75 +
76 +inherit ros-catkin
77 +
78 +DESCRIPTION="Metapackage for a basic ROS desktop install"
79 +LICENSE="BSD"
80 +SLOT="0"
81 +IUSE=""
82 +
83 +RDEPEND="
84 + ros-meta/robot
85 + ros-meta/viz
86 + dev-ros/roslint
87 + ros-meta/rqt_common_plugins
88 + ros-meta/rqt_robot_plugins
89 + dev-ros/urdf_tutorial
90 + ros-meta/visualization_tutorials
91 +"
92 +DEPEND="${RDEPEND}"
93
94 diff --git a/ros-meta/desktop/metadata.xml b/ros-meta/desktop/metadata.xml
95 new file mode 100644
96 index 0000000..c42ea5b
97 --- /dev/null
98 +++ b/ros-meta/desktop/metadata.xml
99 @@ -0,0 +1,5 @@
100 +<?xml version="1.0" encoding="UTF-8"?>
101 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 +<pkgmetadata>
103 +<herd>ros</herd>
104 +</pkgmetadata>