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: Sat, 14 Oct 2017 11:41:52
Message-Id: 1507981141.aa3d8f747c459a763dc235f49df348b651269d3a.aballier@gentoo
1 commit: aa3d8f747c459a763dc235f49df348b651269d3a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 11:39:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 11:39:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3d8f74
7
8 dev-ros/rqt_bag: Remove old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-ros/rqt_bag/Manifest | 2 --
13 dev-ros/rqt_bag/rqt_bag-0.4.7.ebuild | 26 --------------------------
14 dev-ros/rqt_bag/rqt_bag-0.4.8.ebuild | 26 --------------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/dev-ros/rqt_bag/Manifest b/dev-ros/rqt_bag/Manifest
18 index 41e2cea101e..57a917522b0 100644
19 --- a/dev-ros/rqt_bag/Manifest
20 +++ b/dev-ros/rqt_bag/Manifest
21 @@ -1,3 +1 @@
22 -DIST rqt_bag-0.4.8.tar.gz 50064 SHA256 0936b25acecb3906d88493bb6f8056ac7bbb42eb4dbb1de7a63dcdbfc71d6d47 SHA512 f9eae9c0cfe9caea40c3bf785dc320ed7642ce566bef67637adaba55c6a25a470c08f85e8a0af02d17e73bdf80daeec8a1a7ba7b1b35c847268e83d0af55e173 WHIRLPOOL 00fd1593fa06d6397ef43d517ee173e005c0d0eb9d35c2f0447882d83c89a026c48290b7e1f521759565de867c7886f5d6aa2a06cc075415f94e10e60b51e8e9
23 DIST rqt_bag-0.4.9.tar.gz 50135 SHA256 a46a7ecacd7117a5b1e94558c2480401873c9b9f31555282b28bd92ce6646596 SHA512 1734db3cb7ed34dcddadaf875c13ac97c7b5a86e8028e744d55e5d7bba13a6a4fbe3db628975c847d100332642410d2eb84c2d47cc439b367d9be94c205aabdb WHIRLPOOL a546f6fac051f81ed7eba32511d83189566353aacb565f99a427cf65c221b69eee14751d04962ec481ecdb720d7760015ea17011707a5f73edebb6a3943e321f
24 -DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
25
26 diff --git a/dev-ros/rqt_bag/rqt_bag-0.4.7.ebuild b/dev-ros/rqt_bag/rqt_bag-0.4.7.ebuild
27 deleted file mode 100644
28 index adf5d529a2f..00000000000
29 --- a/dev-ros/rqt_bag/rqt_bag-0.4.7.ebuild
30 +++ /dev/null
31 @@ -1,26 +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 displaying and replaying ROS bag files"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-python/rospkg[${PYTHON_USEDEP}]
51 - dev-ros/rosbag[${PYTHON_USEDEP}]
52 - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
53 - dev-ros/roslib[${PYTHON_USEDEP}]
54 - dev-ros/rospy[${PYTHON_USEDEP}]
55 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
56 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
57 -"
58
59 diff --git a/dev-ros/rqt_bag/rqt_bag-0.4.8.ebuild b/dev-ros/rqt_bag/rqt_bag-0.4.8.ebuild
60 deleted file mode 100644
61 index 9131e47b851..00000000000
62 --- a/dev-ros/rqt_bag/rqt_bag-0.4.8.ebuild
63 +++ /dev/null
64 @@ -1,26 +0,0 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -KEYWORDS="~amd64"
71 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_bag"
72 -PYTHON_COMPAT=( python2_7 )
73 -ROS_SUBDIR=${PN}
74 -
75 -inherit ros-catkin
76 -
77 -DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
78 -LICENSE="BSD"
79 -SLOT="0"
80 -IUSE=""
81 -
82 -RDEPEND="
83 - dev-python/rospkg[${PYTHON_USEDEP}]
84 - dev-ros/rosbag[${PYTHON_USEDEP}]
85 - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
86 - dev-ros/roslib[${PYTHON_USEDEP}]
87 - dev-ros/rospy[${PYTHON_USEDEP}]
88 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
89 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
90 -"