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/rosbag/
Date: Wed, 27 Mar 2019 11:08:03
Message-Id: 1553684868.af79daa4051df43b45cee0495d946ca5d039e0ec.aballier@gentoo
1 commit: af79daa4051df43b45cee0495d946ca5d039e0ec
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 11:05:36 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 11:07:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af79daa4
7
8 dev-ros/rosbag: Remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/rosbag/Manifest | 3 ---
14 dev-ros/rosbag/rosbag-1.13.5-r1.ebuild | 34 ----------------------------------
15 dev-ros/rosbag/rosbag-1.13.6.ebuild | 34 ----------------------------------
16 dev-ros/rosbag/rosbag-1.14.2.ebuild | 34 ----------------------------------
17 4 files changed, 105 deletions(-)
18
19 diff --git a/dev-ros/rosbag/Manifest b/dev-ros/rosbag/Manifest
20 index 47ec44207f8..3d0a1ebaa18 100644
21 --- a/dev-ros/rosbag/Manifest
22 +++ b/dev-ros/rosbag/Manifest
23 @@ -1,4 +1 @@
24 -DIST ros_comm-1.13.5.tar.gz 1027857 BLAKE2B ed2611179bc7f84bf0b9cde1336474a3bc4c3980ebf97241910123abd430a48ae0636a6ddfb6c191bea2905454644c7ec340e26049d8faddca39783bef13d60b SHA512 91af2de897851061eda140d6c96ec88171f1fd1cd7549b6df1ac570e066603c7bb721a58cb19487657387753433d67ad22421408a237d1ffb5ea580c0cf3eeb3
25 -DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155
26 -DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
27 DIST ros_comm-1.14.3.tar.gz 1045287 BLAKE2B c079983aa730e70028d1bf2c365d01d99ce09ced0c0f6443b18f9d0fb83715f6af4b313d6db4eb99dcc10052c81fa3e6560e7b3591b2fbe14b9ec20fac24babe SHA512 52df24f10f476697ee6fa340da354b45431f35018a25e2674dc9306f175929a4b0368753503ea143f87aeb4945a2e67c37f83d833f54b53f9a76a81022c280a3
28
29 diff --git a/dev-ros/rosbag/rosbag-1.13.5-r1.ebuild b/dev-ros/rosbag/rosbag-1.13.5-r1.ebuild
30 deleted file mode 100644
31 index 56fe8363ea1..00000000000
32 --- a/dev-ros/rosbag/rosbag-1.13.5-r1.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -ROS_REPO_URI="https://github.com/ros/ros_comm"
41 -KEYWORDS="~amd64 ~arm"
42 -ROS_SUBDIR=tools/${PN}
43 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
44 -
45 -inherit ros-catkin
46 -
47 -DESCRIPTION="Set of tools for recording from and playing back to ROS topics"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE="lz4"
51 -
52 -RDEPEND="
53 - dev-ros/rosbag_storage
54 - dev-ros/rosconsole
55 - dev-ros/roscpp
56 - dev-ros/topic_tools
57 - dev-ros/xmlrpcpp
58 - dev-libs/boost:=
59 - app-arch/bzip2
60 - dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
61 - dev-ros/roslib[${PYTHON_USEDEP}]
62 - dev-ros/genpy[${PYTHON_USEDEP}]
63 - dev-ros/rospy[${PYTHON_USEDEP}]
64 - dev-libs/console_bridge:=
65 -"
66 -DEPEND="${RDEPEND}"
67 -RDEPEND="${RDEPEND}
68 - lz4? ( dev-ros/roslz4[${PYTHON_USEDEP}] )"
69
70 diff --git a/dev-ros/rosbag/rosbag-1.13.6.ebuild b/dev-ros/rosbag/rosbag-1.13.6.ebuild
71 deleted file mode 100644
72 index 0517a514bb8..00000000000
73 --- a/dev-ros/rosbag/rosbag-1.13.6.ebuild
74 +++ /dev/null
75 @@ -1,34 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -ROS_REPO_URI="https://github.com/ros/ros_comm"
82 -KEYWORDS="~amd64 ~arm"
83 -ROS_SUBDIR=tools/${PN}
84 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
85 -
86 -inherit ros-catkin
87 -
88 -DESCRIPTION="Set of tools for recording from and playing back to ROS topics"
89 -LICENSE="BSD"
90 -SLOT="0"
91 -IUSE="lz4"
92 -
93 -RDEPEND="
94 - dev-ros/rosbag_storage
95 - dev-ros/rosconsole
96 - dev-ros/roscpp
97 - dev-ros/topic_tools
98 - dev-ros/xmlrpcpp
99 - dev-libs/boost:=
100 - app-arch/bzip2
101 - dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
102 - dev-ros/roslib[${PYTHON_USEDEP}]
103 - dev-ros/genpy[${PYTHON_USEDEP}]
104 - dev-ros/rospy[${PYTHON_USEDEP}]
105 - dev-libs/console_bridge:=
106 -"
107 -DEPEND="${RDEPEND}"
108 -RDEPEND="${RDEPEND}
109 - lz4? ( dev-ros/roslz4[${PYTHON_USEDEP}] )"
110
111 diff --git a/dev-ros/rosbag/rosbag-1.14.2.ebuild b/dev-ros/rosbag/rosbag-1.14.2.ebuild
112 deleted file mode 100644
113 index 20157ef4325..00000000000
114 --- a/dev-ros/rosbag/rosbag-1.14.2.ebuild
115 +++ /dev/null
116 @@ -1,34 +0,0 @@
117 -# Copyright 1999-2018 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=5
121 -
122 -ROS_REPO_URI="https://github.com/ros/ros_comm"
123 -KEYWORDS="~amd64 ~arm"
124 -ROS_SUBDIR=tools/${PN}
125 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
126 -
127 -inherit ros-catkin
128 -
129 -DESCRIPTION="Set of tools for recording from and playing back to ROS topics"
130 -LICENSE="BSD"
131 -SLOT="0"
132 -IUSE="lz4"
133 -
134 -RDEPEND="
135 - >=dev-ros/rosbag_storage-1.14
136 - dev-ros/rosconsole
137 - dev-ros/roscpp
138 - dev-ros/topic_tools
139 - dev-ros/xmlrpcpp
140 - dev-libs/boost:=
141 - app-arch/bzip2
142 - dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
143 - dev-ros/roslib[${PYTHON_USEDEP}]
144 - dev-ros/genpy[${PYTHON_USEDEP}]
145 - dev-ros/rospy[${PYTHON_USEDEP}]
146 - dev-libs/console_bridge:=
147 -"
148 -DEPEND="${RDEPEND}"
149 -RDEPEND="${RDEPEND}
150 - lz4? ( dev-ros/roslz4[${PYTHON_USEDEP}] )"