public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2015-09-23 10:39 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2015-09-23 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     082ae5baef7625e3927f85079643ab3c5d6ca365
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:37:26 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:37:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082ae5ba

dev-ros/rqt_tf_tree: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/metadata.xml             |  5 +++++
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild | 32 ++++++++++++++++++++++++++++
 dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild  | 32 ++++++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
new file mode 100644
index 0000000..3674c36
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -0,0 +1 @@
+DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0

diff --git a/dev-ros/rqt_tf_tree/metadata.xml b/dev-ros/rqt_tf_tree/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild
new file mode 100644
index 0000000..7447465
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
new file mode 100644
index 0000000..7447465
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2016-03-14 11:38 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-03-14 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f7611d97bc9fd0e811ac81105f1fdcd14715106a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:29:03 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:38:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7611d97

dev-ros/rqt_tf_tree: Bump to 0.4.3.

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index 3674c36..a86d065 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1 +1,2 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
+DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild
new file mode 100644
index 0000000..7447465
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2016-05-11  8:06 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-05-11  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4e228c224fb4b14f25b8d89b80660893a99c4c18
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:04:12 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:04:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e228c22

dev-ros/rqt_tf_tree: Bump to 0.5.2.

Package-Manager: portage-2.2.28

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index a86d065..cfbec59 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,2 +1,3 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
+DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0 WHIRLPOOL 7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild
new file mode 100644
index 0000000..7447465
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2016-05-17 10:24 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-05-17 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e6c39d1f4918772f7dc5d4913f17d3c8c732c3ee
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 10:22:52 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 17 10:22:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c39d1f

dev-ros/rqt_tf_tree: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0 WHIRLPOOL 7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa WHIRLPOOL 1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
new file mode 100644
index 0000000..57ca594
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2016-09-20 13:55 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-09-20 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f5ea9b48609222399c752b2fcb0fb2f7e52084
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 13:29:18 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 13:29:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f5ea9b

dev-ros/rqt_tf_tree: Bump to 0.5.4.

Package-Manager: portage-2.3.1

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index 4b71953..d0e3963 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -2,3 +2,4 @@ DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa98
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0 WHIRLPOOL 7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
 DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa WHIRLPOOL 1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333
+DIST rqt_robot_plugins-0.5.4.tar.gz 2106850 SHA256 a451b25f2eea79e9a3746b878a01620c9debf297b32447509139bedd2048b3e0 SHA512 c745511a7c3073163bc6c95fb6051d671523b964d60ef478a3ffef7314ec8b2708cee08312d67a719d1050addd0e9370a2a4eddd98c462dcfce0f72865c7756f WHIRLPOOL 97b21a35e3842e0805c7fc6e2f0704069c7ecf95d71d939a6c5329cc370d1e82b20804cbfa6f6c5767a971dd0eff464d1c8407738c2615f453924783f9153cc5

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild
new file mode 100644
index 00000000..57ca594
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2016-11-14  9:51 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2016-11-14  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b47c89b127cfb4d344dea930eacab642da19f1f2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 09:43:45 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 09:43:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47c89b1

dev-ros/rqt_tf_tree: Bump to 0.5.5.

Package-Manager: portage-2.3.2

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index d0e3963..32c8645 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -3,3 +3,4 @@ DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0 WHIRLPOOL 7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
 DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa WHIRLPOOL 1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333
 DIST rqt_robot_plugins-0.5.4.tar.gz 2106850 SHA256 a451b25f2eea79e9a3746b878a01620c9debf297b32447509139bedd2048b3e0 SHA512 c745511a7c3073163bc6c95fb6051d671523b964d60ef478a3ffef7314ec8b2708cee08312d67a719d1050addd0e9370a2a4eddd98c462dcfce0f72865c7756f WHIRLPOOL 97b21a35e3842e0805c7fc6e2f0704069c7ecf95d71d939a6c5329cc370d1e82b20804cbfa6f6c5767a971dd0eff464d1c8407738c2615f453924783f9153cc5
+DIST rqt_robot_plugins-0.5.5.tar.gz 2106937 SHA256 d8d0d5accc181c63146091f4ff9f50f56e84d56a5d55c67309377ed27c7ca613 SHA512 0be22bafaaf69eec4e354cc6a54be56b2b22c943dcbf214896873b672842a9e00ec7d80e20fd0ef26a31affe680e1dbbc733d5df93fe91c067a1276a7155688a WHIRLPOOL d91d254515767827147cc017142caaece10c489022efdb549dc2e0c97ec4ced084042a05f45bebb024ac530fd41223cfd16cebfba3694600cb40d4a80e7b304c

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild
new file mode 100644
index 00000000..57ca594
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2017-01-26  8:24 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-01-26  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     853e9a39db546261bace06d2d0775e16d8df9727
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 08:20:02 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 08:24:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853e9a39

dev-ros/rqt_tf_tree: Bump to 0.5.6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index 32c8645..6e7b7b9 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -4,3 +4,4 @@ DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfd
 DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa WHIRLPOOL 1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333
 DIST rqt_robot_plugins-0.5.4.tar.gz 2106850 SHA256 a451b25f2eea79e9a3746b878a01620c9debf297b32447509139bedd2048b3e0 SHA512 c745511a7c3073163bc6c95fb6051d671523b964d60ef478a3ffef7314ec8b2708cee08312d67a719d1050addd0e9370a2a4eddd98c462dcfce0f72865c7756f WHIRLPOOL 97b21a35e3842e0805c7fc6e2f0704069c7ecf95d71d939a6c5329cc370d1e82b20804cbfa6f6c5767a971dd0eff464d1c8407738c2615f453924783f9153cc5
 DIST rqt_robot_plugins-0.5.5.tar.gz 2106937 SHA256 d8d0d5accc181c63146091f4ff9f50f56e84d56a5d55c67309377ed27c7ca613 SHA512 0be22bafaaf69eec4e354cc6a54be56b2b22c943dcbf214896873b672842a9e00ec7d80e20fd0ef26a31affe680e1dbbc733d5df93fe91c067a1276a7155688a WHIRLPOOL d91d254515767827147cc017142caaece10c489022efdb549dc2e0c97ec4ced084042a05f45bebb024ac530fd41223cfd16cebfba3694600cb40d4a80e7b304c
+DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
new file mode 100644
index 00000000..c678b3a
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2017-05-02  9:33 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-05-02  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d441b813615ce169657c1c938ff23afa375752c1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 09:31:37 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  2 09:33:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d441b813

dev-ros/rqt_tf_tree: bump to 0.5.7 and update to split repos

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rqt_tf_tree/Manifest                                         | 1 +
 dev-ros/rqt_tf_tree/metadata.xml                                     | 2 +-
 .../{rqt_tf_tree-9999.ebuild => rqt_tf_tree-0.5.7.ebuild}            | 5 ++---
 dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild                          | 5 ++---
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index bb0da5c3c13..b9a8f4f089e 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1 +1,2 @@
 DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664
+DIST rqt_tf_tree-0.5.7.tar.gz 8021 SHA256 cdbff410571205460724c941d52cb1a921b9f0e0da9427ec33981a435d597e8d SHA512 024a38d446288e620728210a3de1569d93dafc3040c600a2de5359f3d6fef6074700562e8ff0c5cb2571cc0abef8db3e7071994d6ec916fea336ae1b8d267140 WHIRLPOOL 4694079c2f267d52f6941fb11368d7c78656e5729a525910a1203edb43979554d603aa2824db973b8f90eadd64441d99e669a70caed67d3c240ebc2e166d1961

diff --git a/dev-ros/rqt_tf_tree/metadata.xml b/dev-ros/rqt_tf_tree/metadata.xml
index 70d1993e285..120bee30b2f 100644
--- a/dev-ros/rqt_tf_tree/metadata.xml
+++ b/dev-ros/rqt_tf_tree/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Gentoo ROS Project</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">ros-visualization/rqt_robot_plugins</remote-id>
+		<remote-id type="github">ros-visualization/rqt_tf_tree</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
similarity index 84%
copy from dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
copy to dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
index e352417c0cb..acd62217748 100644
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree"
 PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
 
 inherit ros-catkin
 

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
index e352417c0cb..acd62217748 100644
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree"
 PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
 
 inherit ros-catkin
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2017-05-02  9:33 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-05-02  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b11be51af3b41137eca0f23a5d14316bf0dd9831
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 09:30:50 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  2 09:33:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11be51a

dev-ros/rqt_tf_tree: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rqt_tf_tree/Manifest                 |  6 ------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild | 31 ----------------------------
 7 files changed, 192 deletions(-)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index 6e7b7b97227..bb0da5c3c13 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,7 +1 @@
-DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
-DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f WHIRLPOOL a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
-DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0 WHIRLPOOL 7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
-DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa WHIRLPOOL 1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333
-DIST rqt_robot_plugins-0.5.4.tar.gz 2106850 SHA256 a451b25f2eea79e9a3746b878a01620c9debf297b32447509139bedd2048b3e0 SHA512 c745511a7c3073163bc6c95fb6051d671523b964d60ef478a3ffef7314ec8b2708cee08312d67a719d1050addd0e9370a2a4eddd98c462dcfce0f72865c7756f WHIRLPOOL 97b21a35e3842e0805c7fc6e2f0704069c7ecf95d71d939a6c5329cc370d1e82b20804cbfa6f6c5767a971dd0eff464d1c8407738c2615f453924783f9153cc5
-DIST rqt_robot_plugins-0.5.5.tar.gz 2106937 SHA256 d8d0d5accc181c63146091f4ff9f50f56e84d56a5d55c67309377ed27c7ca613 SHA512 0be22bafaaf69eec4e354cc6a54be56b2b22c943dcbf214896873b672842a9e00ec7d80e20fd0ef26a31affe680e1dbbc733d5df93fe91c067a1276a7155688a WHIRLPOOL d91d254515767827147cc017142caaece10c489022efdb549dc2e0c97ec4ced084042a05f45bebb024ac530fd41223cfd16cebfba3694600cb40d4a80e7b304c
 DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild
deleted file mode 100644
index e352417c0cb..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild
deleted file mode 100644
index e352417c0cb..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild
deleted file mode 100644
index e352417c0cb..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
deleted file mode 100644
index aa4d8c57593..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild
deleted file mode 100644
index aa4d8c57593..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild
deleted file mode 100644
index aa4d8c57593..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2017-07-29 10:06 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-07-29 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b5abc75601a11ce64742071d17cf1902ae980b3b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 08:37:16 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 10:05:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5abc756

dev-ros/rqt_tf_tree: bump to 0.5.8

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ros/rqt_tf_tree/Manifest                 |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild | 30 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index b9a8f4f089e..0c9b0444646 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,2 +1,3 @@
 DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664
 DIST rqt_tf_tree-0.5.7.tar.gz 8021 SHA256 cdbff410571205460724c941d52cb1a921b9f0e0da9427ec33981a435d597e8d SHA512 024a38d446288e620728210a3de1569d93dafc3040c600a2de5359f3d6fef6074700562e8ff0c5cb2571cc0abef8db3e7071994d6ec916fea336ae1b8d267140 WHIRLPOOL 4694079c2f267d52f6941fb11368d7c78656e5729a525910a1203edb43979554d603aa2824db973b8f90eadd64441d99e669a70caed67d3c240ebc2e166d1961
+DIST rqt_tf_tree-0.5.8.tar.gz 8111 SHA256 b614bffe73b055836f6cfe3b61393d40e21e52b8cabd17e350f1732aa53e0edf SHA512 6bfbb692da82edbbbcae90bdba8b69f0023b7b5b9e67c64a33864be3ec8359ee87922b7957dfff9ba4db6febb07e3106f9742e89bacfc31d85ef4e0db34c02bc WHIRLPOOL 46838b1a984bf5c4acd0d007aabb8200b2588b2fcb69122d49cfd9abdc9757983082294c07cfcdab42042507b9c33bcf5c99b7fdf5e6dce93208c765be6f8689

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
new file mode 100644
index 00000000000..acd62217748
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+	dev-ros/rospy[${PYTHON_USEDEP}]
+	dev-ros/rqt_graph[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui[${PYTHON_USEDEP}]
+	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+	dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2020-07-10 13:26 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2020-07-10 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b916995904da783f3dc73f881c67910f70e02901
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 13:18:02 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 13:26:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9169959

dev-ros/rqt_tf_tree: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rqt_tf_tree/Manifest                 |  3 ---
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild | 31 ----------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild | 30 ---------------------------
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild | 30 ---------------------------
 4 files changed, 94 deletions(-)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index af54de83d18..714233023ad 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,4 +1 @@
-DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51
-DIST rqt_tf_tree-0.5.7.tar.gz 8021 BLAKE2B 7fd327011a89c08894e6c66f02ffbf3144d66eb62c3b1a4a297466fea21536e1cb7685f9db27ee7ba31a39af9d36684c0cdd2036d874837fd7e570eec1413b2d SHA512 024a38d446288e620728210a3de1569d93dafc3040c600a2de5359f3d6fef6074700562e8ff0c5cb2571cc0abef8db3e7071994d6ec916fea336ae1b8d267140
-DIST rqt_tf_tree-0.5.8.tar.gz 8111 BLAKE2B b4cb996f5d6b4366345d2434bf95117c7f25b50a99f7a8c4a2422710821ddc1c7c354f544365e4bd78eab80fe46cb4c14fe78e843e91f35af410c458a4bc54d5 SHA512 6bfbb692da82edbbbcae90bdba8b69f0023b7b5b9e67c64a33864be3ec8359ee87922b7957dfff9ba4db6febb07e3106f9742e89bacfc31d85ef4e0db34c02bc
 DIST rqt_tf_tree-0.6.1.tar.gz 8469 BLAKE2B 0ff1291f982ba0338b75997df868f623682007cbff29b90465aef550463ab8082ca1c068fe4cbca3cfa4a5b46c132cfef089af948300a7e8f1f919933cc1ade6 SHA512 22441bd7313c250f786060d09eb170a42b85ec5414b24be2db1ecdb6d1336acef6a879513793f6a60ddd875ca7fbd1c6b0ac2bde759968440c6c638c62c6c89b

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
deleted file mode 100644
index 5f0946534ae..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
deleted file mode 100644
index acd62217748..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
deleted file mode 100644
index acd62217748..00000000000
--- a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_tf_tree"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
-	dev-ros/rospy[${PYTHON_USEDEP}]
-	dev-ros/rqt_graph[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-	dev-ros/tf2_ros[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/
@ 2020-10-13  9:13 Alexis Ballier
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2020-10-13  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     24786c56e38216134f4a986bd399cb60b5abd898
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 09:11:04 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 09:13:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24786c56

dev-ros/rqt_tf_tree: bump to 0.6.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rqt_tf_tree/Manifest                                            | 2 +-
 .../rqt_tf_tree/{rqt_tf_tree-0.6.1.ebuild => rqt_tf_tree-0.6.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index 714233023ad..81a0131f8bc 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1 +1 @@
-DIST rqt_tf_tree-0.6.1.tar.gz 8469 BLAKE2B 0ff1291f982ba0338b75997df868f623682007cbff29b90465aef550463ab8082ca1c068fe4cbca3cfa4a5b46c132cfef089af948300a7e8f1f919933cc1ade6 SHA512 22441bd7313c250f786060d09eb170a42b85ec5414b24be2db1ecdb6d1336acef6a879513793f6a60ddd875ca7fbd1c6b0ac2bde759968440c6c638c62c6c89b
+DIST rqt_tf_tree-0.6.2.tar.gz 8513 BLAKE2B 31207aaa5152c82fd0f728f12348110c7b161b2b36b74330876ccfd8044c98d177341d1ab08860275c6db2f1a043f934b9c2354efa431ea46697fa6af8f29d4e SHA512 1aa03dd674dbb0122c24dcac363850d08b04f2b1aebbfa0c1d3baa3c4b1c9e802a45dabb638d149c03386415601c4751e67b0edae00a577792a37867fb76b69b

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.6.1.ebuild b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.6.2.ebuild
similarity index 100%
rename from dev-ros/rqt_tf_tree/rqt_tf_tree-0.6.1.ebuild
rename to dev-ros/rqt_tf_tree/rqt_tf_tree-0.6.2.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-13  9:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14  9:51 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2020-10-13  9:13 Alexis Ballier
2020-07-10 13:26 Alexis Ballier
2017-07-29 10:06 Alexis Ballier
2017-05-02  9:33 Alexis Ballier
2017-05-02  9:33 Alexis Ballier
2017-01-26  8:24 Alexis Ballier
2016-09-20 13:55 Alexis Ballier
2016-05-17 10:24 Alexis Ballier
2016-05-11  8:06 Alexis Ballier
2016-03-14 11:38 Alexis Ballier
2015-09-23 10:39 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox