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_robot_steering/
Date: Sat, 14 Oct 2017 11:41:54
Message-Id: 1507981009.c73e1b0167ee76f0d58f938fe6724b3209596beb.aballier@gentoo
1 commit: c73e1b0167ee76f0d58f938fe6724b3209596beb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 11:36:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 11:36:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73e1b01
7
8 dev-ros/rqt_robot_steering: Remove old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-ros/rqt_robot_steering/Manifest | 2 --
13 .../rqt_robot_steering-0.5.6.ebuild | 25 ----------------------
14 .../rqt_robot_steering-0.5.7.ebuild | 24 ---------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-ros/rqt_robot_steering/Manifest b/dev-ros/rqt_robot_steering/Manifest
18 index 3afa0a7c056..b367b6bd632 100644
19 --- a/dev-ros/rqt_robot_steering/Manifest
20 +++ b/dev-ros/rqt_robot_steering/Manifest
21 @@ -1,3 +1 @@
22 -DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664
23 -DIST rqt_robot_steering-0.5.7.tar.gz 6402 SHA256 950eae6588107633f33fb075dcf4a5a3ed0466401b281d075bd386f1c9bf2b39 SHA512 1819d5f26b98c35d2d3de39e4159ffd6b1d59dd3acbea589c1c72082a62f380bc0357578931bf2279b5ec4be100b7e439390f8b62d17bbf4abeabb8bf2afafd3 WHIRLPOOL 632d56861990dc3277f31c697e438541a90042af69198be1d122f831f3e26e3b6f42bacae22f28614b99b7bdaed56c313fecc1977bbcb77ed772b0928ae849f3
24 DIST rqt_robot_steering-0.5.8.tar.gz 6449 SHA256 553fa836ff8873169cd2bf6c61b151c99e8873be0c64df832d72d8c9029ba4f5 SHA512 25c7715c0fc4123249f7ae7489e34ba357c5c07827c687b88a59e30823cc9a111e82a7cfa6917253555607a84d69f45f6e2069b45bdac1d428c1fc920c8cb73d WHIRLPOOL b9f9f91626fcdb9e517bc908ea4244b2f0a671a976438b0ebc4a0d88ccdde61245966f6f2c23557875566b2f7cca2d64703c55b21ea4687eb9336ceb7c0554bb
25
26 diff --git a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.6.ebuild b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.6.ebuild
27 deleted file mode 100644
28 index c38c92c11c0..00000000000
29 --- a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.6.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -KEYWORDS="~amd64"
38 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins"
39 -PYTHON_COMPAT=( python2_7 )
40 -ROS_SUBDIR=${PN}
41 -
42 -inherit ros-catkin
43 -
44 -DESCRIPTION="GUI plugin for steering a robot using Twist messages"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 - dev-python/rospkg[${PYTHON_USEDEP}]
52 - dev-ros/rostopic[${PYTHON_USEDEP}]
53 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
54 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
55 -"
56 -DEPEND="${RDEPEND}"
57
58 diff --git a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.7.ebuild b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.7.ebuild
59 deleted file mode 100644
60 index 4e1e8da7698..00000000000
61 --- a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.7.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -
69 -KEYWORDS="~amd64"
70 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_steering"
71 -PYTHON_COMPAT=( python2_7 )
72 -
73 -inherit ros-catkin
74 -
75 -DESCRIPTION="GUI plugin for steering a robot using Twist messages"
76 -LICENSE="BSD"
77 -SLOT="0"
78 -IUSE=""
79 -
80 -RDEPEND="
81 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
82 - dev-python/rospkg[${PYTHON_USEDEP}]
83 - dev-ros/rostopic[${PYTHON_USEDEP}]
84 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
85 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
86 -"
87 -DEPEND="${RDEPEND}"