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/rqt_bag/
Date: Wed, 23 Sep 2015 10:30:08
Message-Id: 1443003339.e99536bbecb8804667c0cb0fcac6e22805ad3db4.aballier@gentoo
1 commit: e99536bbecb8804667c0cb0fcac6e22805ad3db4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:15:39 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:15:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99536bb
7
8 dev-ros/rqt_bag: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/rqt_bag/Manifest | 1 +
13 dev-ros/rqt_bag/metadata.xml | 5 +++++
14 dev-ros/rqt_bag/rqt_bag-0.3.12.ebuild | 27 +++++++++++++++++++++++++++
15 dev-ros/rqt_bag/rqt_bag-9999.ebuild | 27 +++++++++++++++++++++++++++
16 4 files changed, 60 insertions(+)
17
18 diff --git a/dev-ros/rqt_bag/Manifest b/dev-ros/rqt_bag/Manifest
19 new file mode 100644
20 index 0000000..a503bd5
21 --- /dev/null
22 +++ b/dev-ros/rqt_bag/Manifest
23 @@ -0,0 +1 @@
24 +DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d WHIRLPOOL d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
25
26 diff --git a/dev-ros/rqt_bag/metadata.xml b/dev-ros/rqt_bag/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/rqt_bag/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/rqt_bag/rqt_bag-0.3.12.ebuild b/dev-ros/rqt_bag/rqt_bag-0.3.12.ebuild
39 new file mode 100644
40 index 0000000..a364361
41 --- /dev/null
42 +++ b/dev-ros/rqt_bag/rqt_bag-0.3.12.ebuild
43 @@ -0,0 +1,27 @@
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 +KEYWORDS="~amd64"
51 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
52 +PYTHON_COMPAT=( python2_7 )
53 +ROS_SUBDIR=${PN}
54 +
55 +inherit ros-catkin
56 +
57 +DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
58 +LICENSE="BSD"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +RDEPEND="
63 + dev-python/rospkg[${PYTHON_USEDEP}]
64 + dev-ros/rosbag[${PYTHON_USEDEP}]
65 + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
66 + dev-ros/roslib[${PYTHON_USEDEP}]
67 + dev-ros/rospy[${PYTHON_USEDEP}]
68 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
69 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
70 +"
71
72 diff --git a/dev-ros/rqt_bag/rqt_bag-9999.ebuild b/dev-ros/rqt_bag/rqt_bag-9999.ebuild
73 new file mode 100644
74 index 0000000..a364361
75 --- /dev/null
76 +++ b/dev-ros/rqt_bag/rqt_bag-9999.ebuild
77 @@ -0,0 +1,27 @@
78 +# Copyright 1999-2014 Gentoo Foundation
79 +# Distributed under the terms of the GNU General Public License v2
80 +# $Id$
81 +
82 +EAPI=5
83 +
84 +KEYWORDS="~amd64"
85 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
86 +PYTHON_COMPAT=( python2_7 )
87 +ROS_SUBDIR=${PN}
88 +
89 +inherit ros-catkin
90 +
91 +DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
92 +LICENSE="BSD"
93 +SLOT="0"
94 +IUSE=""
95 +
96 +RDEPEND="
97 + dev-python/rospkg[${PYTHON_USEDEP}]
98 + dev-ros/rosbag[${PYTHON_USEDEP}]
99 + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
100 + dev-ros/roslib[${PYTHON_USEDEP}]
101 + dev-ros/rospy[${PYTHON_USEDEP}]
102 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
103 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
104 +"