Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/sound_play/, profiles/
Date: Sat, 31 Aug 2019 07:44:39
Message-Id: 1567236970.9167127e650a22f8bdf7bc2f7c8e8bcaa424c846.mgorny@gentoo
1 commit: 9167127e650a22f8bdf7bc2f7c8e8bcaa424c846
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 07:36:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:36:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9167127e
7
8 dev-ros/sound_play: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/612980
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-ros/sound_play/Manifest | 3 ---
14 dev-ros/sound_play/metadata.xml | 11 ----------
15 dev-ros/sound_play/sound_play-0.3.1.ebuild | 34 ------------------------------
16 dev-ros/sound_play/sound_play-0.3.2.ebuild | 34 ------------------------------
17 dev-ros/sound_play/sound_play-0.3.3.ebuild | 34 ------------------------------
18 dev-ros/sound_play/sound_play-9999.ebuild | 34 ------------------------------
19 profiles/package.mask | 1 -
20 7 files changed, 151 deletions(-)
21
22 diff --git a/dev-ros/sound_play/Manifest b/dev-ros/sound_play/Manifest
23 deleted file mode 100644
24 index 20733537b54..00000000000
25 --- a/dev-ros/sound_play/Manifest
26 +++ /dev/null
27 @@ -1,3 +0,0 @@
28 -DIST audio_common-0.3.1.tar.gz 184749 BLAKE2B 3404c419962dc6bf22f63a36bf43cb8d7509244f84a2a3407717ee31f1be56e22e352e714310d69b9ee280d0aa1d13df3cdbcbb0a42a47f3d3408cb42e3ddfa5 SHA512 3accd7d0ff91ce70c643747ae0b4db4c11bbd6b93dda02c1934d23a900b6bf286e72461e296fe1e0d49ebadd99c3ca1b042db8feddc9cca2ae70a0caccea7147
29 -DIST audio_common-0.3.2.tar.gz 187214 BLAKE2B 12708d58c9ba28477f5f42866310aedaba66f647b20064b41675befe63f095a08b077e6082ec7969db7c626eb7576ac108c4a1f492083b3554b93ac0c56a6415 SHA512 bdd28e05f45b177c22e64bba168a722ff9b7bdf72f9b11a86bcc08ba7f9edfed83793f87aa5479354dff10a5834f13363f6986a63f60c0af965006b837df1508
30 -DIST audio_common-0.3.3.tar.gz 187239 BLAKE2B 2a7172a68d2a0561c4aa20923f3ed5682d41f6e09c1b7b7cedfd9c7ebf0f03302749355a6c36fdd6dd8c6cad5994e2fe0530e16a6514b6ca33269da5be907a73 SHA512 8cfd17ac065ce6379085183b07ca85299d7e2dc17077d41d1b690e72b707ce076d88e84b1fdf639e0290309f3ea19a7d8a1e185113c081f32a2372e1874b7036
31
32 diff --git a/dev-ros/sound_play/metadata.xml b/dev-ros/sound_play/metadata.xml
33 deleted file mode 100644
34 index 73c3483f980..00000000000
35 --- a/dev-ros/sound_play/metadata.xml
36 +++ /dev/null
37 @@ -1,11 +0,0 @@
38 -<?xml version="1.0" encoding="UTF-8"?>
39 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 -<pkgmetadata>
41 - <maintainer type="project">
42 - <email>ros@g.o</email>
43 - <name>Gentoo ROS Project</name>
44 - </maintainer>
45 - <upstream>
46 - <remote-id type="github">ros-drivers/audio_common</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-ros/sound_play/sound_play-0.3.1.ebuild b/dev-ros/sound_play/sound_play-0.3.1.ebuild
51 deleted file mode 100644
52 index 218675dbdc7..00000000000
53 --- a/dev-ros/sound_play/sound_play-0.3.1.ebuild
54 +++ /dev/null
55 @@ -1,34 +0,0 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=5
60 -ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
61 -KEYWORDS="~amd64 ~arm"
62 -ROS_SUBDIR=${PN}
63 -CATKIN_HAS_MESSAGES=yes
64 -PYTHON_COMPAT=( python2_7 )
65 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
66 -
67 -inherit ros-catkin
68 -
69 -DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
70 -LICENSE="BSD"
71 -SLOT="0"
72 -IUSE=""
73 -
74 -RDEPEND="
75 - dev-ros/roscpp
76 - dev-ros/rospy[${PYTHON_USEDEP}]
77 - dev-ros/roslib
78 - media-libs/gstreamer:1.0
79 - dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
80 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
81 -"
82 -DEPEND="${RDEPEND}
83 - virtual/pkgconfig"
84 -RDEPEND="${RDEPEND}
85 - dev-python/gst-python[${PYTHON_USEDEP}]
86 - app-accessibility/festival
87 - media-libs/gst-plugins-good:1.0
88 - media-libs/gst-plugins-base:1.0
89 -"
90
91 diff --git a/dev-ros/sound_play/sound_play-0.3.2.ebuild b/dev-ros/sound_play/sound_play-0.3.2.ebuild
92 deleted file mode 100644
93 index c6c2efd7eed..00000000000
94 --- a/dev-ros/sound_play/sound_play-0.3.2.ebuild
95 +++ /dev/null
96 @@ -1,34 +0,0 @@
97 -# Copyright 1999-2018 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=5
101 -ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
102 -KEYWORDS="~amd64 ~arm"
103 -ROS_SUBDIR=${PN}
104 -CATKIN_HAS_MESSAGES=yes
105 -PYTHON_COMPAT=( python2_7 )
106 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
107 -
108 -inherit ros-catkin
109 -
110 -DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
111 -LICENSE="BSD"
112 -SLOT="0"
113 -IUSE=""
114 -
115 -RDEPEND="
116 - dev-ros/roscpp
117 - dev-ros/rospy[${PYTHON_USEDEP}]
118 - dev-ros/roslib
119 - media-libs/gstreamer:1.0
120 - dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
121 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
122 -"
123 -DEPEND="${RDEPEND}
124 - virtual/pkgconfig"
125 -RDEPEND="${RDEPEND}
126 - dev-python/gst-python[${PYTHON_USEDEP}]
127 - app-accessibility/festival
128 - media-libs/gst-plugins-good:1.0
129 - media-libs/gst-plugins-base:1.0
130 -"
131
132 diff --git a/dev-ros/sound_play/sound_play-0.3.3.ebuild b/dev-ros/sound_play/sound_play-0.3.3.ebuild
133 deleted file mode 100644
134 index c6c2efd7eed..00000000000
135 --- a/dev-ros/sound_play/sound_play-0.3.3.ebuild
136 +++ /dev/null
137 @@ -1,34 +0,0 @@
138 -# Copyright 1999-2018 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=5
142 -ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
143 -KEYWORDS="~amd64 ~arm"
144 -ROS_SUBDIR=${PN}
145 -CATKIN_HAS_MESSAGES=yes
146 -PYTHON_COMPAT=( python2_7 )
147 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
148 -
149 -inherit ros-catkin
150 -
151 -DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
152 -LICENSE="BSD"
153 -SLOT="0"
154 -IUSE=""
155 -
156 -RDEPEND="
157 - dev-ros/roscpp
158 - dev-ros/rospy[${PYTHON_USEDEP}]
159 - dev-ros/roslib
160 - media-libs/gstreamer:1.0
161 - dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
162 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
163 -"
164 -DEPEND="${RDEPEND}
165 - virtual/pkgconfig"
166 -RDEPEND="${RDEPEND}
167 - dev-python/gst-python[${PYTHON_USEDEP}]
168 - app-accessibility/festival
169 - media-libs/gst-plugins-good:1.0
170 - media-libs/gst-plugins-base:1.0
171 -"
172
173 diff --git a/dev-ros/sound_play/sound_play-9999.ebuild b/dev-ros/sound_play/sound_play-9999.ebuild
174 deleted file mode 100644
175 index 218675dbdc7..00000000000
176 --- a/dev-ros/sound_play/sound_play-9999.ebuild
177 +++ /dev/null
178 @@ -1,34 +0,0 @@
179 -# Copyright 1999-2016 Gentoo Foundation
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=5
183 -ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
184 -KEYWORDS="~amd64 ~arm"
185 -ROS_SUBDIR=${PN}
186 -CATKIN_HAS_MESSAGES=yes
187 -PYTHON_COMPAT=( python2_7 )
188 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
189 -
190 -inherit ros-catkin
191 -
192 -DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
193 -LICENSE="BSD"
194 -SLOT="0"
195 -IUSE=""
196 -
197 -RDEPEND="
198 - dev-ros/roscpp
199 - dev-ros/rospy[${PYTHON_USEDEP}]
200 - dev-ros/roslib
201 - media-libs/gstreamer:1.0
202 - dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
203 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
204 -"
205 -DEPEND="${RDEPEND}
206 - virtual/pkgconfig"
207 -RDEPEND="${RDEPEND}
208 - dev-python/gst-python[${PYTHON_USEDEP}]
209 - app-accessibility/festival
210 - media-libs/gst-plugins-good:1.0
211 - media-libs/gst-plugins-base:1.0
212 -"
213
214 diff --git a/profiles/package.mask b/profiles/package.mask
215 index 5e75e61e136..528e6683915 100644
216 --- a/profiles/package.mask
217 +++ b/profiles/package.mask
218 @@ -560,7 +560,6 @@ app-accessibility/festival-it
219 app-accessibility/festival-ru
220 app-accessibility/perlbox-voice
221 app-accessibility/pidgin-festival
222 -dev-ros/sound_play
223
224 # Michał Górny <mgorny@g.o> (2019-04-18)
225 # All current versions of SystemRescueCD contain vulnerable packages.