Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/
Date: Fri, 23 Apr 2021 17:40:43
Message-Id: 1619199604.2f8e0169d10dd2eb62d43e4774e6b9bb37b3f736.fordfrog@gentoo
1 commit: 2f8e0169d10dd2eb62d43e4774e6b9bb37b3f736
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 17:40:04 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 17:40:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8e0169
7
8 media-libs/libprojectm: removed obsolete 3.1.{8,11}
9
10 Closes: https://bugs.gentoo.org/710080
11 Closes: https://bugs.gentoo.org/712030
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 media-libs/libprojectm/Manifest | 2 -
16 media-libs/libprojectm/libprojectm-3.1.11.ebuild | 73 ----------------------
17 media-libs/libprojectm/libprojectm-3.1.8-r1.ebuild | 73 ----------------------
18 media-libs/libprojectm/libprojectm-3.1.8.ebuild | 69 --------------------
19 4 files changed, 217 deletions(-)
20
21 diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
22 index 6aa7269ad12..68e4a8bfd05 100644
23 --- a/media-libs/libprojectm/Manifest
24 +++ b/media-libs/libprojectm/Manifest
25 @@ -1,3 +1 @@
26 -DIST libprojectm-3.1.11.tar.gz 52831435 BLAKE2B 286cbe5d7c497b0955da38d3ccfd4a5c97d80bc102a4bb739f98ee6c39afb1420d780c989997c16be9d2e7d54718a498769f98e15e2443bc7ac8ad850ecbb2df SHA512 da2c34ce5798205d31906c401d98ad2f16a45b6123975a291657c892db41c86d05d38edee34b52f2415c4442d8302c8c0dc5bb89e5932a057df17f7ccac7db22
27 DIST libprojectm-3.1.12.tar.gz 52831726 BLAKE2B f9a9ecf8fc55b49e664a61a5c0ca3eef745b00390d5dd3b1549d6d68985c246834d35adb96ab8595e2bf78997c4688096c7931a6be54ea9d867bfdbe5a427832 SHA512 6d265280f3e3e952686ebf77afd8b083669e9ab81d2d9d122168d47747c367ff3b17ab682cc041e4ac9cee9607b7393b5dcb067deac95fcbb97d63a9656912a5
28 -DIST libprojectm-3.1.8.tar.gz 55482686 BLAKE2B 226cc62ce84932e81c650dac8dcf89eed4d71513324b3bb3a7250c450cb002870f2c2c2eaf6947f6056b35efa5159ea7956bfec420e9f545df445f7654a76d05 SHA512 efbcd5e867ab9e710d11018d580ae6c3bc7aaba46e3ce2a3d682e9ec341756db6ecf613deab0a9d13ed6ace3d05dcf19a384c00ee21832acd5b6ebfe2b806f44
29
30 diff --git a/media-libs/libprojectm/libprojectm-3.1.11.ebuild b/media-libs/libprojectm/libprojectm-3.1.11.ebuild
31 deleted file mode 100644
32 index a273f50c063..00000000000
33 --- a/media-libs/libprojectm/libprojectm-3.1.11.ebuild
34 +++ /dev/null
35 @@ -1,73 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit autotools
42 -
43 -DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
44 -HOMEPAGE="https://github.com/projectM-visualizer/projectm"
45 -
46 -if [[ ${PV} == *9999 ]] ; then
47 - EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
48 - inherit git-r3
49 -else
50 - MY_PV="${PV/_/-}"
51 - SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
53 - S=${WORKDIR}/projectm-${MY_PV}/
54 -fi
55 -
56 -LICENSE="LGPL-2"
57 -SLOT="0/2"
58 -IUSE="gles2 jack pulseaudio qt5 sdl"
59 -REQUIRED_USE="
60 - jack? ( qt5 )
61 - pulseaudio? ( qt5 )
62 -"
63 -
64 -RDEPEND="gles2? ( media-libs/mesa[gles2] )
65 - media-libs/glm
66 - media-libs/mesa[X(+)]
67 - jack? (
68 - virtual/jack
69 - )
70 - qt5? (
71 - dev-qt/qtcore:5
72 - dev-qt/qtdeclarative:5
73 - dev-qt/qtgui:5
74 - dev-qt/qtwidgets:5
75 - dev-qt/qtopengl:5
76 - )
77 - pulseaudio? (
78 - media-sound/pulseaudio
79 - )
80 - sdl? ( >=media-libs/libsdl2-2.0.5 )
81 - sys-libs/zlib"
82 -
83 -DEPEND="${RDEPEND}"
84 -BDEPEND="
85 - virtual/pkgconfig
86 -"
87 -
88 -src_prepare() {
89 - default
90 - eautoreconf
91 -}
92 -
93 -src_configure() {
94 - local myeconfargs=(
95 - $(use_enable gles2 gles)
96 - $(use_enable jack)
97 - $(use_enable qt5 qt)
98 - $(use_enable pulseaudio)
99 - $(use_enable sdl)
100 - --enable-emscripten=no
101 - )
102 - econf "${myeconfargs[@]}"
103 -}
104 -
105 -src_install() {
106 - default
107 - find "${ED}" -name '*.la' -delete || die
108 -}
109
110 diff --git a/media-libs/libprojectm/libprojectm-3.1.8-r1.ebuild b/media-libs/libprojectm/libprojectm-3.1.8-r1.ebuild
111 deleted file mode 100644
112 index a273f50c063..00000000000
113 --- a/media-libs/libprojectm/libprojectm-3.1.8-r1.ebuild
114 +++ /dev/null
115 @@ -1,73 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -
121 -inherit autotools
122 -
123 -DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
124 -HOMEPAGE="https://github.com/projectM-visualizer/projectm"
125 -
126 -if [[ ${PV} == *9999 ]] ; then
127 - EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
128 - inherit git-r3
129 -else
130 - MY_PV="${PV/_/-}"
131 - SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
132 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
133 - S=${WORKDIR}/projectm-${MY_PV}/
134 -fi
135 -
136 -LICENSE="LGPL-2"
137 -SLOT="0/2"
138 -IUSE="gles2 jack pulseaudio qt5 sdl"
139 -REQUIRED_USE="
140 - jack? ( qt5 )
141 - pulseaudio? ( qt5 )
142 -"
143 -
144 -RDEPEND="gles2? ( media-libs/mesa[gles2] )
145 - media-libs/glm
146 - media-libs/mesa[X(+)]
147 - jack? (
148 - virtual/jack
149 - )
150 - qt5? (
151 - dev-qt/qtcore:5
152 - dev-qt/qtdeclarative:5
153 - dev-qt/qtgui:5
154 - dev-qt/qtwidgets:5
155 - dev-qt/qtopengl:5
156 - )
157 - pulseaudio? (
158 - media-sound/pulseaudio
159 - )
160 - sdl? ( >=media-libs/libsdl2-2.0.5 )
161 - sys-libs/zlib"
162 -
163 -DEPEND="${RDEPEND}"
164 -BDEPEND="
165 - virtual/pkgconfig
166 -"
167 -
168 -src_prepare() {
169 - default
170 - eautoreconf
171 -}
172 -
173 -src_configure() {
174 - local myeconfargs=(
175 - $(use_enable gles2 gles)
176 - $(use_enable jack)
177 - $(use_enable qt5 qt)
178 - $(use_enable pulseaudio)
179 - $(use_enable sdl)
180 - --enable-emscripten=no
181 - )
182 - econf "${myeconfargs[@]}"
183 -}
184 -
185 -src_install() {
186 - default
187 - find "${ED}" -name '*.la' -delete || die
188 -}
189
190 diff --git a/media-libs/libprojectm/libprojectm-3.1.8.ebuild b/media-libs/libprojectm/libprojectm-3.1.8.ebuild
191 deleted file mode 100644
192 index 8b34a76cc92..00000000000
193 --- a/media-libs/libprojectm/libprojectm-3.1.8.ebuild
194 +++ /dev/null
195 @@ -1,69 +0,0 @@
196 -# Copyright 1999-2021 Gentoo Authors
197 -# Distributed under the terms of the GNU General Public License v2
198 -
199 -EAPI=7
200 -
201 -inherit autotools
202 -
203 -DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
204 -HOMEPAGE="https://github.com/projectM-visualizer/projectm"
205 -
206 -if [[ ${PV} == *9999 ]] ; then
207 - EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
208 - inherit git-r3
209 -else
210 - MY_PV="${PV/_/-}"
211 - SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
212 - KEYWORDS="amd64 ~arm arm64 ppc ppc64 sparc x86"
213 - S=${WORKDIR}/projectm-${MY_PV}/
214 -fi
215 -
216 -LICENSE="LGPL-2"
217 -SLOT="0/2"
218 -IUSE="gles2 jack qt5 sdl"
219 -
220 -RDEPEND="gles2? ( media-libs/mesa[gles2] )
221 - media-libs/glm
222 - media-libs/mesa[X(+)]
223 - jack? (
224 - dev-qt/qtcore:5
225 - dev-qt/qtdeclarative:5
226 - dev-qt/qtopengl:5
227 - virtual/jack
228 - )
229 - qt5? (
230 - dev-qt/qtcore:5
231 - dev-qt/qtdeclarative:5
232 - dev-qt/qtgui:5
233 - dev-qt/qtwidgets:5
234 - dev-qt/qtopengl:5
235 - media-sound/pulseaudio
236 - )
237 - sdl? ( >=media-libs/libsdl2-2.0.5 )
238 - sys-libs/zlib"
239 -
240 -DEPEND="${RDEPEND}"
241 -BDEPEND="
242 - virtual/pkgconfig
243 -"
244 -
245 -src_prepare() {
246 - default
247 - eautoreconf
248 -}
249 -
250 -src_configure() {
251 - local myeconfargs=(
252 - $(use_enable gles2 gles)
253 - $(use_enable jack)
254 - $(use_enable qt5 qt)
255 - $(use_enable sdl)
256 - --enable-emscripten=no
257 - )
258 - econf "${myeconfargs[@]}"
259 -}
260 -
261 -src_install() {
262 - default
263 - find "${ED}" -name '*.la' -delete || die
264 -}