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_graph/
Date: Tue, 17 Jul 2018 07:08:44
Message-Id: 1531811153.cf9ca8db0497f8255530e1a723100b23a43372b5.aballier@gentoo
1 commit: cf9ca8db0497f8255530e1a723100b23a43372b5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 07:05:53 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 07:05:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9ca8db
7
8 dev-ros/rqt_graph: Remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-ros/rqt_graph/Manifest | 2 --
13 dev-ros/rqt_graph/rqt_graph-0.4.7.ebuild | 31 -------------------------------
14 dev-ros/rqt_graph/rqt_graph-0.4.8.ebuild | 30 ------------------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-ros/rqt_graph/Manifest b/dev-ros/rqt_graph/Manifest
18 index 0f000ccf36d..fe265db9dff 100644
19 --- a/dev-ros/rqt_graph/Manifest
20 +++ b/dev-ros/rqt_graph/Manifest
21 @@ -1,3 +1 @@
22 -DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7
23 -DIST rqt_graph-0.4.8.tar.gz 15785 BLAKE2B ba57621aa55a4833f5abbd9304711246dbcc60054982cebf2513b3ef869d252e0e7dfaa68d7db0501793e3e5f9b0a89ac3e4939653a8df1737741b3aac746f78 SHA512 9e1cf0a43fef0a2dd245139abda9d08da5aeb6c78177247db8e25d8fa97a3394bf4617a4b0ad1f59af5c08cb56c1f02852b16a7dc2ee5fe11e05b2e515501314
24 DIST rqt_graph-0.4.9.tar.gz 15857 BLAKE2B 52201faed0ec636dc15a7a7067d19d29f72dca4e98412614a24d6e5f38d916f6cf194fa2b11f84ed0d9476a53f0ad3fdcff807b851286f192c5ee1332033d997 SHA512 21d1395f272f38bb27f7549c865a9e2b4ac5d9267c50dbbaf02016b509b6fab08526c35a87f500788bad094e605d89f925baf939742e78f37d615fedcb04776e
25
26 diff --git a/dev-ros/rqt_graph/rqt_graph-0.4.7.ebuild b/dev-ros/rqt_graph/rqt_graph-0.4.7.ebuild
27 deleted file mode 100644
28 index fd756b8d560..00000000000
29 --- a/dev-ros/rqt_graph/rqt_graph-0.4.7.ebuild
30 +++ /dev/null
31 @@ -1,31 +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_common_plugins"
39 -PYTHON_COMPAT=( python2_7 )
40 -ROS_SUBDIR=${PN}
41 -
42 -inherit ros-catkin
43 -
44 -DESCRIPTION="GUI plugin for visualizing the ROS computation graph"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-python/rospkg[${PYTHON_USEDEP}]
51 - dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
52 - dev-ros/rosgraph[${PYTHON_USEDEP}]
53 - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
54 - dev-ros/roslib[${PYTHON_USEDEP}]
55 - dev-ros/rosnode[${PYTHON_USEDEP}]
56 - dev-ros/rospy[${PYTHON_USEDEP}]
57 - dev-ros/rosservice[${PYTHON_USEDEP}]
58 - dev-ros/rostopic[${PYTHON_USEDEP}]
59 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
60 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
61 -"
62 -DEPEND="${RDEPEND}"
63
64 diff --git a/dev-ros/rqt_graph/rqt_graph-0.4.8.ebuild b/dev-ros/rqt_graph/rqt_graph-0.4.8.ebuild
65 deleted file mode 100644
66 index 1f2bff4c39f..00000000000
67 --- a/dev-ros/rqt_graph/rqt_graph-0.4.8.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -KEYWORDS="~amd64"
76 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_graph"
77 -PYTHON_COMPAT=( python2_7 )
78 -
79 -inherit ros-catkin
80 -
81 -DESCRIPTION="GUI plugin for visualizing the ROS computation graph"
82 -LICENSE="BSD"
83 -SLOT="0"
84 -IUSE=""
85 -
86 -RDEPEND="
87 - dev-python/rospkg[${PYTHON_USEDEP}]
88 - dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
89 - dev-ros/rosgraph[${PYTHON_USEDEP}]
90 - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
91 - dev-ros/roslib[${PYTHON_USEDEP}]
92 - dev-ros/rosnode[${PYTHON_USEDEP}]
93 - dev-ros/rospy[${PYTHON_USEDEP}]
94 - dev-ros/rosservice[${PYTHON_USEDEP}]
95 - dev-ros/rostopic[${PYTHON_USEDEP}]
96 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
97 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
98 -"
99 -DEPEND="${RDEPEND}"