Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/mytoy-se/files/, x11-apps/dunan/, media-libs/libp3t/, ...
Date: Fri, 02 Jun 2017 13:02:31
Message-Id: 1496395534.93c9a5193582daa0fda225ef362fe2974d356c6f.mva@gentoo
1 commit: 93c9a5193582daa0fda225ef362fe2974d356c6f
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Fri Jun 2 09:25:34 2017 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Fri Jun 2 09:25:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=93c9a519
7
8 frostworks upstream disappeared. Author (and maintainer) last seen long time ago. Packages looks dead.
9
10 .../mytoy-se/files/mytoy-se-1.0.0-best.patch | 140 -------------
11 .../files/mytoy-se-1.0.0-homeandvideo.patch | 229 ---------------------
12 games-arcade/mytoy-se/metadata.xml | 8 -
13 games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild | 57 -----
14 games-puzzle/transitmania/metadata.xml | 8 -
15 games-puzzle/transitmania/transitmania-1.0.ebuild | 44 ----
16 media-libs/libmmd/libmmd-0.7.4.3.ebuild | 28 ---
17 media-libs/libmmd/metadata.xml | 15 --
18 media-libs/libp3t/libp3t-0.9.0.ebuild | 25 ---
19 media-libs/libp3t/metadata.xml | 11 -
20 x11-apps/briareos/briareos-0.7.ebuild | 29 ---
21 x11-apps/briareos/briareos-0.8.ebuild | 29 ---
22 x11-apps/briareos/metadata.xml | 11 -
23 x11-apps/dunan/dunan-0.5.1.ebuild | 45 ----
24 x11-apps/dunan/dunan-0.6.ebuild | 45 ----
25 x11-apps/dunan/metadata.xml | 14 --
26 16 files changed, 738 deletions(-)
27
28 diff --git a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-best.patch b/games-arcade/mytoy-se/files/mytoy-se-1.0.0-best.patch
29 deleted file mode 100644
30 index 359bf5e..0000000
31 --- a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-best.patch
32 +++ /dev/null
33 @@ -1,140 +0,0 @@
34 -diff -Naur mytoy-se-1.0.0/ccrazy.cpp mytoy-se-1.0.0-home-best/ccrazy.cpp
35 ---- mytoy-se-1.0.0/ccrazy.cpp 2009-11-24 12:30:45.000000000 +0100
36 -+++ mytoy-se-1.0.0-home-best/ccrazy.cpp 2009-11-24 13:45:24.000000000 +0100
37 -@@ -179,7 +179,11 @@
38 -
39 - // legjobb fotója
40 - case 20:
41 -- MakeTheBestPhoto("data/crazybubbles/pictures/the_best");
42 -+ char best_path[300];
43 -+ sprintf(best_path, "%s/.mytoyse", getenv("HOME"));
44 -+ mkdir(best_path, 0755);
45 -+ sprintf(best_path, "%s/.mytoyse/crazybubbles-the_best", getenv("HOME"));
46 -+ MakeTheBestPhoto(best_path);
47 - gamestatus = 0;
48 -
49 - break;
50 -@@ -225,6 +229,8 @@
51 - // Textúrák, hangok betöltése
52 - // ===========================
53 - int CCrazy::LoadItems() {
54 -+ char best_path[300];
55 -+ sprintf(best_path, "%s/.mytoyse/crazybubbles-the_best_0.png", getenv("HOME"));
56 -
57 - // panel
58 - if ( !(TexPanel = CORE->TEXMAN->CreateTexture("data/crazybubbles/pictures/panel.png") ) ) {
59 -@@ -259,7 +265,7 @@
60 - }
61 -
62 - // Legjobb fényképének, pontszámának betöltése (512*512*3)
63 -- if ( !(TexTheBest = LoadTheBestPlayer("data/crazybubbles/pictures/the_best_0.png") ) )
64 -+ if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
65 - if ( !(TexTheBest = CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
66 - if ( !(TexTheBest = CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
67 -
68 -diff -Naur mytoy-se-1.0.0/cdogcatcher.cpp mytoy-se-1.0.0-home-best/cdogcatcher.cpp
69 ---- mytoy-se-1.0.0/cdogcatcher.cpp 2009-11-24 12:30:45.000000000 +0100
70 -+++ mytoy-se-1.0.0-home-best/cdogcatcher.cpp 2009-11-24 13:44:36.000000000 +0100
71 -@@ -173,7 +173,11 @@
72 -
73 - // Legjobb játékos fotója
74 - case 20:
75 -- MakeTheBestPhoto("data/dogcatcher/pictures/the_best");
76 -+ char best_path[300];
77 -+ sprintf(best_path, "%s/.mytoyse", getenv("HOME"));
78 -+ mkdir(best_path, 0755);
79 -+ sprintf(best_path, "%s/.mytoyse/dogcatcher-the_best", getenv("HOME"));
80 -+ MakeTheBestPhoto(best_path);
81 - gamestatus = 0;
82 -
83 - break;
84 -@@ -216,6 +220,8 @@
85 - // =======================
86 -
87 - int CDogCatcher::LoadItems() {
88 -+ char best_path[300];
89 -+ sprintf(best_path, "%s/.mytoyse/dogcatcher-the_best_0.png", getenv("HOME"));
90 -
91 - // Menü képe
92 - if ( !(TexDogMenu = CORE->TEXMAN->CreateTexture("data/dogcatcher/pictures/dogcatchmenu.png") ) ) {
93 -@@ -287,7 +293,7 @@
94 - }
95 -
96 - // Legjobb fényképének, pontszámának betöltése (512*512*3)
97 -- if ( !(TexTheBest = LoadTheBestPlayer("data/dogcatcher/pictures/the_best_0.png") ) )
98 -+ if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
99 - if ( !(TexTheBest = CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
100 - if ( !(TexTheBest = CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
101 -
102 -diff -Naur mytoy-se-1.0.0/cmeteorfly.cpp mytoy-se-1.0.0-home-best/cmeteorfly.cpp
103 ---- mytoy-se-1.0.0/cmeteorfly.cpp 2009-11-24 12:30:45.000000000 +0100
104 -+++ mytoy-se-1.0.0-home-best/cmeteorfly.cpp 2009-11-24 13:45:47.000000000 +0100
105 -@@ -187,7 +187,11 @@
106 -
107 - // legjobb fotója
108 - case 20:
109 -- MakeTheBestPhoto("data/meteorfly/pictures/the_best");
110 -+ char best_path[300];
111 -+ sprintf(best_path, "%s/.mytoyse", getenv("HOME"));
112 -+ mkdir(best_path, 0755);
113 -+ sprintf(best_path, "%s/.mytoyse/meteorfly-the_best", getenv("HOME"));
114 -+ MakeTheBestPhoto(best_path);
115 - gamestatus = 0;
116 -
117 - break;
118 -@@ -235,7 +239,8 @@
119 - // Meteorfly hangok, képek betöltése
120 - // ====================================
121 - int CMeteorfly::LoadItems() {
122 --
123 -+ char best_path[300];
124 -+ sprintf(best_path, "%s/.mytoyse/meteorfly-the_best_0.png", getenv("HOME"));
125 -
126 - // panel
127 - if ( !(TexPanel = CORE->TEXMAN->CreateTexture("data/meteorfly/pictures/panel.png") ) ) {
128 -@@ -293,8 +298,8 @@
129 - return 0;
130 - }
131 -
132 -- // Legjobb fényképének, pontszámának betöltése (512*512*3)
133 -- if ( !(TexTheBest = LoadTheBestPlayer("data/meteorfly/pictures/the_best_0.png") ) )
134 -+ // Legjobb fényképének, pontszámának betöltése (512*512*3)
135 -+ if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
136 - if ( !(TexTheBest = CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
137 - if ( !(TexTheBest = CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
138 -
139 -diff -Naur mytoy-se-1.0.0/cwindow.cpp mytoy-se-1.0.0-home-best/cwindow.cpp
140 ---- mytoy-se-1.0.0/cwindow.cpp 2009-11-24 12:30:45.000000000 +0100
141 -+++ mytoy-se-1.0.0-home-best/cwindow.cpp 2009-11-24 13:46:04.000000000 +0100
142 -@@ -159,7 +159,11 @@
143 -
144 - // Legjobb játékos fotója
145 - case 20:
146 -- MakeTheBestPhoto("data/windowcleaner/pictures/the_best");
147 -+ char best_path[300];
148 -+ sprintf(best_path, "%s/.mytoyse", getenv("HOME"));
149 -+ mkdir(best_path, 0755);
150 -+ sprintf(best_path, "%s/.mytoyse/windowcleaner-the_best", getenv("HOME"));
151 -+ MakeTheBestPhoto(best_path);
152 - gamestatus = 0;
153 - #ifdef PLAY_SOUNDS
154 - windowmenumusic.PlayMusic(-1);
155 -@@ -202,7 +206,8 @@
156 - // Képek, hangok betöltése
157 - // =======================
158 - int CWindow::LoadItems() {
159 --
160 -+ char best_path[300];
161 -+ sprintf(best_path, "%s/.mytoyse/windowcleaner-the_best_0.png", getenv("HOME"));
162 -
163 - if ( !(TexPanel = CORE->TEXMAN->CreateTexture("data/windowcleaner/pictures/panel.png") ) ) {
164 - printf("I can't load the Panel!\n");
165 -@@ -246,7 +251,7 @@
166 - }
167 -
168 - // Legjobb fényképének, pontszámának betöltése (512*512*3)
169 -- if ( !(TexTheBest = LoadTheBestPlayer("data/windowcleaner/pictures/the_best_0.png") ) )
170 -+ if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
171 - if ( !(TexTheBest = CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
172 - if ( !(TexTheBest = CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
173 -
174
175 diff --git a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-homeandvideo.patch b/games-arcade/mytoy-se/files/mytoy-se-1.0.0-homeandvideo.patch
176 deleted file mode 100644
177 index d40300e..0000000
178 --- a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-homeandvideo.patch
179 +++ /dev/null
180 @@ -1,229 +0,0 @@
181 -diff -Naur mytoy-se-1.0.0/ccore.cpp mytoy-se-1.0.0-home/ccore.cpp
182 ---- mytoy-se-1.0.0/ccore.cpp 2008-06-13 18:48:43.000000000 +0200
183 -+++ mytoy-se-1.0.0-home/ccore.cpp 2009-11-24 12:34:51.000000000 +0100
184 -@@ -181,8 +181,48 @@
185 - // Kamera megnyitása
186 - // ==================
187 - int CCore::OpenCamera() {
188 -+ char cfg_path[300];
189 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
190 -+ mkdir(cfg_path, 0755);
191 -+ sprintf(cfg_path, "%s/.mytoyse/configuration", getenv("HOME"));
192 -+ FILE *f = fopen(cfg_path, "r");
193 -
194 -- device = cvCaptureFromCAM( camdesc.number );
195 -+ if ( !f )
196 -+ device = cvCaptureFromCAM( camdesc.number );
197 -+ else
198 -+ {
199 -+ char line[80];
200 -+ char *token;
201 -+ int param;
202 -+ while ( fgets(line, 80, f ) ) {
203 -+
204 -+ // megjegyzés vagy üres sor
205 -+ if ( line[0] == '#' )
206 -+ continue;
207 -+
208 -+ token = strtok(line, "= \t");
209 -+
210 -+ param = -1;
211 -+ if ( strstr( token, "video_device" ) ) param = 4;
212 -+
213 -+ token = strtok( NULL, "= \t\n" );
214 -+
215 -+ switch ( param ) {
216 -+
217 -+ case -1:
218 -+ break;
219 -+ case 4:
220 -+ video_device = atoi( token );
221 -+ device = cvCaptureFromCAM( video_device );
222 -+ break;
223 -+ }
224 -+ }
225 -+
226 -+ fclose(f);
227 -+ }
228 -+
229 -+
230 -+// device = cvCaptureFromCAM( camdesc.number );
231 -
232 - if (!device)
233 - return 0;
234 -@@ -361,7 +401,11 @@
235 -
236 -
237 - // config file feldolgozása
238 -- FILE *f = fopen("configuration", "r");
239 -+ char cfg_path[300];
240 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
241 -+ mkdir(cfg_path, 0755);
242 -+ sprintf(cfg_path, "%s/.mytoyse/configuration", getenv("HOME"));
243 -+ FILE *f = fopen(cfg_path, "r");
244 -
245 - if ( !f )
246 - return 1;
247 -@@ -591,7 +635,11 @@
248 - break;
249 -
250 - case SDLK_s:
251 -- ScreenShot("screenshots/TestMode", ++screenshot, 0, 0, GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
252 -+ char cfg_path[300];
253 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
254 -+ mkdir(cfg_path, 0755);
255 -+ sprintf(cfg_path, "%s/.mytoyse/TestMode", getenv("HOME"));
256 -+ ScreenShot(cfg_path, ++screenshot, 0, 0, GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
257 - break;
258 - default: ;
259 - }
260 -diff -Naur mytoy-se-1.0.0/ccore.h mytoy-se-1.0.0-home/ccore.h
261 ---- mytoy-se-1.0.0/ccore.h 2005-02-21 21:16:18.000000000 +0100
262 -+++ mytoy-se-1.0.0-home/ccore.h 2009-11-24 12:32:21.000000000 +0100
263 -@@ -101,6 +101,8 @@
264 - int time_stamp_period; // idõbélyeg
265 - int vertical_mirror; // legyen-e vertikális/horizontális tükrözés
266 - int horizontal_mirror;
267 -+ int video_device;
268 -+
269 -
270 - public:
271 - CCore();
272 -diff -Naur mytoy-se-1.0.0/ccrazy.cpp mytoy-se-1.0.0-home/ccrazy.cpp
273 ---- mytoy-se-1.0.0/ccrazy.cpp 2008-06-13 18:59:26.000000000 +0200
274 -+++ mytoy-se-1.0.0-home/ccrazy.cpp 2009-11-24 12:30:45.000000000 +0100
275 -@@ -131,7 +131,11 @@
276 - break;
277 -
278 - case SDLK_s:
279 -- CORE->ScreenShot( "screenshots/Crazy",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
280 -+ char cfg_path[300];
281 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
282 -+ mkdir(cfg_path, 0755);
283 -+ sprintf(cfg_path, "%s/.mytoyse/Crazy", getenv("HOME"));
284 -+ CORE->ScreenShot( cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
285 - break;
286 -
287 - case SDLK_ESCAPE:
288 -@@ -1427,8 +1431,12 @@
289 - switch ( event.key.keysym.sym ) {
290 -
291 - // screenshot
292 -- case SDLK_s:
293 -- CORE->ScreenShot("screenshots/Crazy",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
294 -+ case SDLK_s:
295 -+ char cfg_path[300];
296 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
297 -+ mkdir(cfg_path, 0755);
298 -+ sprintf(cfg_path, "%s/.mytoyse/Crazy", getenv("HOME"));
299 -+ CORE->ScreenShot(cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
300 - break;
301 - default: ;
302 - } // switch
303 -diff -Naur mytoy-se-1.0.0/cdogcatcher.cpp mytoy-se-1.0.0-home/cdogcatcher.cpp
304 ---- mytoy-se-1.0.0/cdogcatcher.cpp 2008-06-13 19:04:29.000000000 +0200
305 -+++ mytoy-se-1.0.0-home/cdogcatcher.cpp 2009-11-24 12:30:45.000000000 +0100
306 -@@ -115,7 +115,11 @@
307 - break;
308 -
309 - case SDLK_s:
310 -- CORE->ScreenShot( "screenshots/Dog",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
311 -+ char cfg_path[300];
312 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
313 -+ mkdir(cfg_path, 0755);
314 -+ sprintf(cfg_path, "%s/.mytoyse/Dog", getenv("HOME"));
315 -+ CORE->ScreenShot( cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
316 - break;
317 -
318 - case SDLK_ESCAPE:
319 -diff -Naur mytoy-se-1.0.0/cmenu.cpp mytoy-se-1.0.0-home/cmenu.cpp
320 ---- mytoy-se-1.0.0/cmenu.cpp 2005-02-21 21:16:18.000000000 +0100
321 -+++ mytoy-se-1.0.0-home/cmenu.cpp 2009-11-24 12:30:45.000000000 +0100
322 -@@ -131,7 +131,11 @@
323 -
324 - // képernyõ mentése
325 - case SDLK_s:
326 -- CORE->ScreenShot( "screenshots/Menu",scrshotnr++,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
327 -+ char cfg_path[300];
328 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
329 -+ mkdir(cfg_path, 0755);
330 -+ sprintf(cfg_path, "%s/.mytoyse/Menu", getenv("HOME"));
331 -+ CORE->ScreenShot( cfg_path,scrshotnr++,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
332 - break;
333 -
334 - default:
335 -diff -Naur mytoy-se-1.0.0/cmeteorfly.cpp mytoy-se-1.0.0-home/cmeteorfly.cpp
336 ---- mytoy-se-1.0.0/cmeteorfly.cpp 2008-06-13 19:02:00.000000000 +0200
337 -+++ mytoy-se-1.0.0-home/cmeteorfly.cpp 2009-11-24 12:30:45.000000000 +0100
338 -@@ -130,7 +130,11 @@
339 - break;
340 -
341 - case SDLK_s:
342 -- CORE->ScreenShot( "screenshots/Meteor",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
343 -+ char cfg_path[300];
344 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
345 -+ mkdir(cfg_path, 0755);
346 -+ sprintf(cfg_path, "%s/.mytoyse/Meteor", getenv("HOME"));
347 -+ CORE->ScreenShot( cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
348 - break;
349 -
350 - case SDLK_ESCAPE:
351 -diff -Naur mytoy-se-1.0.0/configuration mytoy-se-1.0.0-home/configuration
352 ---- mytoy-se-1.0.0/configuration 2005-02-21 21:16:30.000000000 +0100
353 -+++ mytoy-se-1.0.0-home/configuration 2009-11-24 12:32:21.000000000 +0100
354 -@@ -12,3 +12,4 @@
355 - time_stamp_period=1000
356 - vertical_mirror=1
357 - horizontal_mirror=1
358 -+video_device=0
359 -diff -Naur mytoy-se-1.0.0/coreheaders.h mytoy-se-1.0.0-home/coreheaders.h
360 ---- mytoy-se-1.0.0/coreheaders.h 2008-06-13 19:17:59.000000000 +0200
361 -+++ mytoy-se-1.0.0-home/coreheaders.h 2009-11-24 12:30:45.000000000 +0100
362 -@@ -32,6 +32,10 @@
363 -
364 - */
365 -
366 -+#include <stdlib.h>
367 -+#include <fcntl.h>
368 -+#include <unistd.h>
369 -+
370 - #ifdef _WIN32
371 - #include <windows.h>
372 - #endif
373 -diff -Naur mytoy-se-1.0.0/cwindow.cpp mytoy-se-1.0.0-home/cwindow.cpp
374 ---- mytoy-se-1.0.0/cwindow.cpp 2008-06-13 19:02:19.000000000 +0200
375 -+++ mytoy-se-1.0.0-home/cwindow.cpp 2009-11-24 12:30:45.000000000 +0100
376 -@@ -91,7 +91,11 @@
377 - break;
378 -
379 - case SDLK_s:
380 -- CORE->ScreenShot( "screenshots/Window",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
381 -+ char cfg_path[300];
382 -+ sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
383 -+ mkdir(cfg_path, 0755);
384 -+ sprintf(cfg_path, "%s/.mytoyse/Window", getenv("HOME"));
385 -+ CORE->ScreenShot( cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
386 - break;
387 -
388 - case SDLK_ESCAPE:
389 -diff -Naur mytoy-se-1.0.0/mytoy_se.cpp mytoy-se-1.0.0-home/mytoy_se.cpp
390 ---- mytoy-se-1.0.0/mytoy_se.cpp 2005-02-21 21:16:18.000000000 +0100
391 -+++ mytoy-se-1.0.0-home/mytoy_se.cpp 2009-11-24 12:32:21.000000000 +0100
392 -@@ -74,7 +74,7 @@
393 - }
394 -
395 - // 2. Core "inicializálása"
396 -- if ( (started = GameCore->DetectCamera() ) ) { // Kamera detektálása
397 -+// if ( (started = GameCore->DetectCamera() ) ) { // Kamera detektálása
398 -
399 - if ( (started = GameCore->CreateSDLGLWindow() ) ) { // SDLGL ablak létrehozása
400 -
401 -@@ -116,7 +116,7 @@
402 - // 3/b. Menu (játék) indítása
403 - Menu->Start();
404 - }
405 -- }
406 -+// }
407 -
408 - // ha valmilyen okból (kameradetektálás, OpenGL ablak) nem sikerült elindítani a CORE-t
409 - if ( !started )
410
411 diff --git a/games-arcade/mytoy-se/metadata.xml b/games-arcade/mytoy-se/metadata.xml
412 deleted file mode 100644
413 index 5d0ede2..0000000
414 --- a/games-arcade/mytoy-se/metadata.xml
415 +++ /dev/null
416 @@ -1,8 +0,0 @@
417 -<?xml version="1.0" encoding="UTF-8"?>
418 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
419 -<pkgmetadata>
420 -<maintainer>
421 - <email>frostworks@×××.de</email>
422 - <name>Marcel Unbehaun</name>
423 -</maintainer>
424 -</pkgmetadata>
425
426 diff --git a/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild b/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild
427 deleted file mode 100644
428 index 463ffda..0000000
429 --- a/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild
430 +++ /dev/null
431 @@ -1,57 +0,0 @@
432 -# Copyright 1999-2009 Gentoo Foundation
433 -# Distributed under the terms of the GNU General Public License v2
434 -# $Header: games-arcade/mytoy-se-1.0.0,v 0.5 2008/06/13 18:00:00 frostwork Exp $
435 -
436 -inherit eutils games
437 -
438 -DESCRIPTION="Goldberg's EyeToy clone with several sub-games"
439 -HOMEPAGE="http://www.happypenguin.org/show?MyToy"
440 -SRC_URI="http://frostworx.de/files/${P}.tar.bz2"
441 -
442 -LICENSE="GPL-2"
443 -SLOT="0"
444 -KEYWORDS="~x86"
445 -IUSE=""
446 -
447 -RDEPEND="media-libs/libsdl
448 - media-libs/opencv
449 - media-libs/mesa
450 - media-libs/sdl-image
451 - media-libs/sdl-mixer"
452 -DEPEND="${RDEPEND}"
453 -
454 -src_unpack() {
455 - unpack ${A}
456 - epatch "${FILESDIR}"/${P}-homeandvideo.patch
457 - epatch "${FILESDIR}"/${P}-best.patch
458 - sed -i \
459 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/ccore.cpp \
460 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/cmeteorfly.cpp \
461 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/ccrazy.cpp \
462 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/cdogcatcher.cpp \
463 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/cwindow.cpp \
464 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/cmenu.cpp \
465 - -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i ${P}/cintro.cpp \
466 - || die "sed failed"
467 -}
468 -
469 -src_compile() {
470 - emake MORE_CFLAGS="${CFLAGS}" || die "emake failed"
471 -}
472 -
473 -src_install() {
474 - dogamesbin ${PN}
475 - dodir "${GAMES_DATADIR}/${PN}" "${GAMES_STATEDIR}/${PN}"
476 - insinto "${GAMES_DATADIR}/${PN}"
477 - doins -r data || die
478 - dodoc configuration || die
479 - prepgamesdirs
480 -}
481 -
482 -pkg_postinst() {
483 - games_pkg_postinst
484 - ewarn "For the first run you need to extract /usr/share/doc/mytoy-se-1.0.0/configuration.bz2"
485 - ewarn "into ~/.mytoy-se/"
486 - elog "The author Goldberg no longer has time to maintain this game"
487 - elog "Would be great to see further new development on this"
488 -}
489
490 diff --git a/games-puzzle/transitmania/metadata.xml b/games-puzzle/transitmania/metadata.xml
491 deleted file mode 100644
492 index 5d0ede2..0000000
493 --- a/games-puzzle/transitmania/metadata.xml
494 +++ /dev/null
495 @@ -1,8 +0,0 @@
496 -<?xml version="1.0" encoding="UTF-8"?>
497 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
498 -<pkgmetadata>
499 -<maintainer>
500 - <email>frostworks@×××.de</email>
501 - <name>Marcel Unbehaun</name>
502 -</maintainer>
503 -</pkgmetadata>
504
505 diff --git a/games-puzzle/transitmania/transitmania-1.0.ebuild b/games-puzzle/transitmania/transitmania-1.0.ebuild
506 deleted file mode 100644
507 index 284b57f..0000000
508 --- a/games-puzzle/transitmania/transitmania-1.0.ebuild
509 +++ /dev/null
510 @@ -1,44 +0,0 @@
511 -# Copyright 1999-2009 Gentoo Foundation
512 -# Distributed under the terms of the GNU General Public License v2
513 -# $Header: $
514 -
515 -EAPI="2"
516 -
517 -inherit games
518 -
519 -DESCRIPTION="a puzzle game that slihtly resembles the old Pipemania classic game"
520 -HOMEPAGE="http://transit-mania.sourceforge.net"
521 -# temporary SRC_URI - contacted the autthor, if he wants to host the file on his sf page
522 -SRC_URI="http://frostworx.de/files/${P}.tar.gz"
523 -
524 -LICENSE="GPL-2"
525 -SLOT="0"
526 -KEYWORDS="~amd64 ~x86"
527 -IUSE=""
528 -
529 -RDEPEND="media-libs/allegro"
530 -DEPEND="${RDEPEND}"
531 -
532 -src_prepare() {
533 - sed -i -e "s:data1.dat:"${GAMES_DATADIR}"/"${PN}"/data1.dat:g" -i main.c
534 - sed -i -e "s:data2.dat:"${GAMES_DATADIR}"/"${PN}"/data2.dat:g" -i main.c
535 -}
536 -
537 -src_compile() {
538 - emake || die "make failed"
539 -}
540 -
541 -src_install() {
542 - local datadir="${GAMES_DATADIR}"/${PN}
543 - insinto "${datadir}"
544 - doins *.dat || die "data install failed"
545 - exeinto "${GAMES_DATADIR}"/${PN}
546 - dogamesbin ${PN}
547 - make_desktop_entry "${PN}" "${PN}"
548 - dodoc readme.txt
549 - prepgamesdirs
550 -}
551 -
552 -pkg_postinst() {
553 - games_pkg_postinst
554 -}
555
556 diff --git a/media-libs/libmmd/libmmd-0.7.4.3.ebuild b/media-libs/libmmd/libmmd-0.7.4.3.ebuild
557 deleted file mode 100644
558 index 0b0bdf4..0000000
559 --- a/media-libs/libmmd/libmmd-0.7.4.3.ebuild
560 +++ /dev/null
561 @@ -1,28 +0,0 @@
562 -# Copyright 1999-2012 Gentoo Foundation
563 -# Distributed under the terms of the GNU General Public License v2
564 -#
565 -
566 -EAPI=2
567 -inherit cmake-utils
568 -
569 -DESCRIPTION="a renderlib for mikumiku dance pmd model and vmd motion files"
570 -HOMEPAGE="http://frostworx.de/"
571 -SRC_URI="http://frostworx.de/files/${P}.tar.gz"
572 -
573 -LICENSE="GPL-2"
574 -SLOT="0"
575 -KEYWORDS="~x86 ~amd64"
576 -IUSE="+bullet debug +sfml"
577 -
578 -RDEPEND="bullet? ( sci-physics/bullet[-double-precision] )
579 - sfml? ( media-libs/libsfml )"
580 -DEPEND="${RDEPEND}"
581 -
582 -src_configure() {
583 - local mycmakeargs=(
584 - $(cmake-utils_use debug DEBUG)
585 - $(cmake-utils_use !sfml NOSFML)
586 - $(cmake-utils_use bullet WANTBULLET)
587 - )
588 - cmake-utils_src_configure
589 -}
590
591 diff --git a/media-libs/libmmd/metadata.xml b/media-libs/libmmd/metadata.xml
592 deleted file mode 100644
593 index 41e6be1..0000000
594 --- a/media-libs/libmmd/metadata.xml
595 +++ /dev/null
596 @@ -1,15 +0,0 @@
597 -<?xml version="1.0" encoding="UTF-8"?>
598 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
599 -<pkgmetadata>
600 -<maintainer>
601 - <email>marcel@×××××××××.de</email>
602 - <name>Marcel Unbehaun</name>
603 -</maintainer>
604 - <longdescription lang="en">
605 -a renderlib for mikumikudance pmd model and vmd motion files
606 -</longdescription>
607 - <use>
608 - <flag name="bullet">enable bullet physics</flag>
609 - <flag name="sfml">enable sfml texture loading</flag>
610 - </use>
611 -</pkgmetadata>
612
613 diff --git a/media-libs/libp3t/libp3t-0.9.0.ebuild b/media-libs/libp3t/libp3t-0.9.0.ebuild
614 deleted file mode 100644
615 index 6234ca8..0000000
616 --- a/media-libs/libp3t/libp3t-0.9.0.ebuild
617 +++ /dev/null
618 @@ -1,25 +0,0 @@
619 -# Copyright 1999-2012 Gentoo Foundation
620 -# Distributed under the terms of the GNU General Public License v3
621 -#
622 -
623 -EAPI=2
624 -inherit cmake-utils
625 -
626 -DESCRIPTION="A library to extract ps3 xmb p3t themes"
627 -HOMEPAGE="http://frostworx.de/"
628 -SRC_URI="http://frostworx.de/files/${P}.tar.gz"
629 -
630 -LICENSE="GPL-3"
631 -SLOT="0"
632 -KEYWORDS="~x86 ~amd64"
633 -IUSE="debug"
634 -
635 -RDEPEND="media-libs/libpng"
636 -DEPEND="${RDEPEND}"
637 -
638 -src_configure() {
639 - local mycmakeargs=(
640 - $(cmake-utils_use debug DEBUG)
641 - )
642 - cmake-utils_src_configure
643 -}
644
645 diff --git a/media-libs/libp3t/metadata.xml b/media-libs/libp3t/metadata.xml
646 deleted file mode 100644
647 index 5ab71f8..0000000
648 --- a/media-libs/libp3t/metadata.xml
649 +++ /dev/null
650 @@ -1,11 +0,0 @@
651 -<?xml version="1.0" encoding="UTF-8"?>
652 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
653 -<pkgmetadata>
654 -<maintainer>
655 - <email>marcel@×××××××××.de</email>
656 - <name>Marcel Unbehaun</name>
657 -</maintainer>
658 - <longdescription lang="en">
659 -A library to extract ps3 xmb p3t themes
660 -</longdescription>
661 -</pkgmetadata>
662
663 diff --git a/x11-apps/briareos/briareos-0.7.ebuild b/x11-apps/briareos/briareos-0.7.ebuild
664 deleted file mode 100644
665 index 14afc0f..0000000
666 --- a/x11-apps/briareos/briareos-0.7.ebuild
667 +++ /dev/null
668 @@ -1,29 +0,0 @@
669 -# Copyright 1999-2010 Gentoo Foundation
670 -# Distributed under the terms of the GNU General Public License v2
671 -# $Header: x11-apps/briareos/briareos-0.7.ebuild,v 1.0 2010/09/01 09:33:12 by frostwork Exp $
672 -
673 -EAPI="2"
674 -
675 -inherit eutils
676 -
677 -DESCRIPTION="A slim and transparent programlauncher - perfect for a hotkey."
678 -HOMEPAGE="http://www.frostworx.de/"
679 -SRC_URI="http://www.frostworx.de/briareos/${P}.tar.bz2"
680 -
681 -LICENSE="GPL-3"
682 -SLOT="0"
683 -KEYWORDS="~amd64 ~x86"
684 -IUSE=""
685 -
686 -S="${WORKDIR}/${P}"
687 -
688 -RDEPEND="media-libs/ftgl
689 - virtual/opengl
690 - x11-libs/libXrender
691 - x11-libs/libXrandr
692 - media-fonts/liberation-fonts"
693 -DEPEND="${RDEPEND}"
694 -
695 -src_install() {
696 - dobin ${PN} || die "dobin failed"
697 -}
698
699 diff --git a/x11-apps/briareos/briareos-0.8.ebuild b/x11-apps/briareos/briareos-0.8.ebuild
700 deleted file mode 100644
701 index 14afc0f..0000000
702 --- a/x11-apps/briareos/briareos-0.8.ebuild
703 +++ /dev/null
704 @@ -1,29 +0,0 @@
705 -# Copyright 1999-2010 Gentoo Foundation
706 -# Distributed under the terms of the GNU General Public License v2
707 -# $Header: x11-apps/briareos/briareos-0.7.ebuild,v 1.0 2010/09/01 09:33:12 by frostwork Exp $
708 -
709 -EAPI="2"
710 -
711 -inherit eutils
712 -
713 -DESCRIPTION="A slim and transparent programlauncher - perfect for a hotkey."
714 -HOMEPAGE="http://www.frostworx.de/"
715 -SRC_URI="http://www.frostworx.de/briareos/${P}.tar.bz2"
716 -
717 -LICENSE="GPL-3"
718 -SLOT="0"
719 -KEYWORDS="~amd64 ~x86"
720 -IUSE=""
721 -
722 -S="${WORKDIR}/${P}"
723 -
724 -RDEPEND="media-libs/ftgl
725 - virtual/opengl
726 - x11-libs/libXrender
727 - x11-libs/libXrandr
728 - media-fonts/liberation-fonts"
729 -DEPEND="${RDEPEND}"
730 -
731 -src_install() {
732 - dobin ${PN} || die "dobin failed"
733 -}
734
735 diff --git a/x11-apps/briareos/metadata.xml b/x11-apps/briareos/metadata.xml
736 deleted file mode 100644
737 index 1f8f78c..0000000
738 --- a/x11-apps/briareos/metadata.xml
739 +++ /dev/null
740 @@ -1,11 +0,0 @@
741 -<?xml version="1.0" encoding="UTF-8"?>
742 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
743 -<pkgmetadata>
744 -<maintainer>
745 - <email>frostworks@×××.de</email>
746 - <name>Marcel Unbehaun</name>
747 -</maintainer>
748 - <longdescription lang="en">
749 -Typhon is a slim and transparent programlauncher - perfect for a hotkey.
750 -</longdescription>
751 -</pkgmetadata>
752
753 diff --git a/x11-apps/dunan/dunan-0.5.1.ebuild b/x11-apps/dunan/dunan-0.5.1.ebuild
754 deleted file mode 100644
755 index eaa996e..0000000
756 --- a/x11-apps/dunan/dunan-0.5.1.ebuild
757 +++ /dev/null
758 @@ -1,45 +0,0 @@
759 -# Copyright 1999-2010 Gentoo Foundation
760 -# Distributed under the terms of the GNU General Public License v2
761 -# $Header: x11-apps/dunan/dunan-0.5.ebuild,v 1.0 2010/03/03 11:52:29 by frostwork Exp $
762 -
763 -EAPI="2"
764 -
765 -inherit eutils
766 -
767 -DESCRIPTION="animated 3D MMD models on the desktop"
768 -HOMEPAGE="http://www.frostworx.de"
769 -SRC_URI="http://www.frostworx.de/dunan/${P}.tar.bz2"
770 -
771 -LICENSE="GPL-3"
772 -SLOT="0"
773 -KEYWORDS="~x86"
774 -IUSE="sdl -fmod"
775 -
776 -RDEPEND="media-libs/ftgl
777 - media-libs/libmmd
778 - virtual/opengl
779 - sdl? ( media-libs/sdl-mixer )
780 - fmod? ( =media-libs/fmod-3* )"
781 -DEPEND="${RDEPEND}"
782 -
783 -src_prepare() {
784 - if use sdl && use fmod ; then
785 - ewarn "both sdl and fmod useflag not possible!"
786 - die "disable fmod useflag in favour of sdl-mixer"
787 - fi
788 - if use fmod; then
789 - echo "SOUNDFLAGS = -DFMOD -DMUSIC" >> Makefile
790 - echo "SOUNDLIBS = -lfmod" >> Makefile
791 - fi
792 - if use sdl; then
793 - echo "SOUNDFLAGS = -DSDLMIXER -DMUSIC `sdl-config --cflags`" >> Makefile
794 - echo "SOUNDLIBS = `sdl-config --libs` -lSDL_mixer" >> Makefile
795 - fi
796 -}
797 -
798 -src_install() {
799 - dobin ${PN}
800 - newicon ${PN}.png ${PN}.png
801 - make_desktop_entry ${PN} ${PN}
802 - dodoc README
803 -}
804
805 diff --git a/x11-apps/dunan/dunan-0.6.ebuild b/x11-apps/dunan/dunan-0.6.ebuild
806 deleted file mode 100644
807 index eaa996e..0000000
808 --- a/x11-apps/dunan/dunan-0.6.ebuild
809 +++ /dev/null
810 @@ -1,45 +0,0 @@
811 -# Copyright 1999-2010 Gentoo Foundation
812 -# Distributed under the terms of the GNU General Public License v2
813 -# $Header: x11-apps/dunan/dunan-0.5.ebuild,v 1.0 2010/03/03 11:52:29 by frostwork Exp $
814 -
815 -EAPI="2"
816 -
817 -inherit eutils
818 -
819 -DESCRIPTION="animated 3D MMD models on the desktop"
820 -HOMEPAGE="http://www.frostworx.de"
821 -SRC_URI="http://www.frostworx.de/dunan/${P}.tar.bz2"
822 -
823 -LICENSE="GPL-3"
824 -SLOT="0"
825 -KEYWORDS="~x86"
826 -IUSE="sdl -fmod"
827 -
828 -RDEPEND="media-libs/ftgl
829 - media-libs/libmmd
830 - virtual/opengl
831 - sdl? ( media-libs/sdl-mixer )
832 - fmod? ( =media-libs/fmod-3* )"
833 -DEPEND="${RDEPEND}"
834 -
835 -src_prepare() {
836 - if use sdl && use fmod ; then
837 - ewarn "both sdl and fmod useflag not possible!"
838 - die "disable fmod useflag in favour of sdl-mixer"
839 - fi
840 - if use fmod; then
841 - echo "SOUNDFLAGS = -DFMOD -DMUSIC" >> Makefile
842 - echo "SOUNDLIBS = -lfmod" >> Makefile
843 - fi
844 - if use sdl; then
845 - echo "SOUNDFLAGS = -DSDLMIXER -DMUSIC `sdl-config --cflags`" >> Makefile
846 - echo "SOUNDLIBS = `sdl-config --libs` -lSDL_mixer" >> Makefile
847 - fi
848 -}
849 -
850 -src_install() {
851 - dobin ${PN}
852 - newicon ${PN}.png ${PN}.png
853 - make_desktop_entry ${PN} ${PN}
854 - dodoc README
855 -}
856
857 diff --git a/x11-apps/dunan/metadata.xml b/x11-apps/dunan/metadata.xml
858 deleted file mode 100644
859 index dcaaa85..0000000
860 --- a/x11-apps/dunan/metadata.xml
861 +++ /dev/null
862 @@ -1,14 +0,0 @@
863 -<?xml version="1.0" encoding="UTF-8"?>
864 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
865 -<pkgmetadata>
866 -<maintainer>
867 - <email>frostworks@×××.de</email>
868 - <name>Marcel Unbehaun</name>
869 -</maintainer>
870 - <longdescription lang="en">
871 -dunan shows Miku Miku Dance 3D models (pmd) on the desktop.
872 -</longdescription>
873 - <use>
874 - <flag name="fmod">Add sound support (fmod)</flag>
875 - </use>
876 -</pkgmetadata>