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_pose_view/
Date: Sat, 14 Oct 2017 11:41:53
Message-Id: 1507981074.aa81d0edd027baee6adb5068c6a7cd5c1accbca5.aballier@gentoo
1 commit: aa81d0edd027baee6adb5068c6a7cd5c1accbca5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 11:37:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 11:37:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa81d0ed
7
8 dev-ros/rqt_pose_view: Remove old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-ros/rqt_pose_view/Manifest | 2 --
13 dev-ros/rqt_pose_view/rqt_pose_view-0.5.6.ebuild | 30 ------------------------
14 dev-ros/rqt_pose_view/rqt_pose_view-0.5.7.ebuild | 29 -----------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-ros/rqt_pose_view/Manifest b/dev-ros/rqt_pose_view/Manifest
18 index 585a444ce65..7e90571565b 100644
19 --- a/dev-ros/rqt_pose_view/Manifest
20 +++ b/dev-ros/rqt_pose_view/Manifest
21 @@ -1,3 +1 @@
22 -DIST rqt_pose_view-0.5.7.tar.gz 8217 SHA256 857191b2a53e9ad688d8757d1ca44b5e7c417f64f13141f4878a43f6a81a217f SHA512 34103deaf3fadc505c17e75f5ccc11acf93c1752a2ab76d2552e842b6072cce9c2cd73c5a7520a38f57e3a053a8ecfa5f29f9317c128275663d2435d0a660007 WHIRLPOOL bbeec4d042358ece77eb9d94c2783e598b3126c83b74e4707674c6c26f71f3d66677fd2f411f80c942aeea8f7837b027e357c84bcd7200bed0779a312b51292d
23 DIST rqt_pose_view-0.5.8.tar.gz 8299 SHA256 72e82d3faf086ab5409a051be7e0d56cd9aac2446f56e0eb2c4895d965e06793 SHA512 a3a53989c4fe73e6dfebea7e2f01fcd807faa0f011f452208ddb3df1be84939e7b1e26430a098f8b3a6554b781c9b0bf962ed0d115932dae5bc144225926f50b WHIRLPOOL 13109e8c31b311ecf8da2d2080e73bd71da94d7d1035ea5c590798e740a183c37f396e8772920031f399de39e8979de0b5278651eec963c6e44d72a6f13116a1
24 -DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664
25
26 diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.6.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-0.5.6.ebuild
27 deleted file mode 100644
28 index 515ae61769e..00000000000
29 --- a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.6.ebuild
30 +++ /dev/null
31 @@ -1,30 +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 visualizing 3D poses"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 - dev-python/pyopengl[${PYTHON_USEDEP}]
52 - dev-ros/python_qt_binding[${PYTHON_USEDEP}]
53 - dev-python/rospkg[${PYTHON_USEDEP}]
54 - dev-ros/rospy[${PYTHON_USEDEP}]
55 - dev-ros/rostopic[${PYTHON_USEDEP}]
56 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
57 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
58 - dev-ros/tf[${PYTHON_USEDEP}]
59 - dev-ros/rqt_py_common[${PYTHON_USEDEP}]
60 -"
61 -DEPEND="${RDEPEND}"
62
63 diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.7.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-0.5.7.ebuild
64 deleted file mode 100644
65 index f4b93343f49..00000000000
66 --- a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.7.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -KEYWORDS="~amd64"
75 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_pose_view"
76 -PYTHON_COMPAT=( python2_7 )
77 -
78 -inherit ros-catkin
79 -
80 -DESCRIPTION="GUI plugin for visualizing 3D poses"
81 -LICENSE="BSD"
82 -SLOT="0"
83 -IUSE=""
84 -
85 -RDEPEND="
86 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
87 - dev-python/pyopengl[${PYTHON_USEDEP}]
88 - dev-ros/python_qt_binding[${PYTHON_USEDEP}]
89 - dev-python/rospkg[${PYTHON_USEDEP}]
90 - dev-ros/rospy[${PYTHON_USEDEP}]
91 - dev-ros/rostopic[${PYTHON_USEDEP}]
92 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
93 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
94 - dev-ros/tf[${PYTHON_USEDEP}]
95 - dev-ros/rqt_py_common[${PYTHON_USEDEP}]
96 -"
97 -DEPEND="${RDEPEND}"