commit:     93c9a5193582daa0fda225ef362fe2974d356c6f
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Fri Jun  2 09:25:34 2017 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri Jun  2 09:25:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=93c9a519

frostworks upstream disappeared. Author (and maintainer) last seen long time 
ago. Packages looks dead.

 .../mytoy-se/files/mytoy-se-1.0.0-best.patch       | 140 -------------
 .../files/mytoy-se-1.0.0-homeandvideo.patch        | 229 ---------------------
 games-arcade/mytoy-se/metadata.xml                 |   8 -
 games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild        |  57 -----
 games-puzzle/transitmania/metadata.xml             |   8 -
 games-puzzle/transitmania/transitmania-1.0.ebuild  |  44 ----
 media-libs/libmmd/libmmd-0.7.4.3.ebuild            |  28 ---
 media-libs/libmmd/metadata.xml                     |  15 --
 media-libs/libp3t/libp3t-0.9.0.ebuild              |  25 ---
 media-libs/libp3t/metadata.xml                     |  11 -
 x11-apps/briareos/briareos-0.7.ebuild              |  29 ---
 x11-apps/briareos/briareos-0.8.ebuild              |  29 ---
 x11-apps/briareos/metadata.xml                     |  11 -
 x11-apps/dunan/dunan-0.5.1.ebuild                  |  45 ----
 x11-apps/dunan/dunan-0.6.ebuild                    |  45 ----
 x11-apps/dunan/metadata.xml                        |  14 --
 16 files changed, 738 deletions(-)

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
deleted file mode 100644
index 359bf5e..0000000
--- a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-best.patch
+++ /dev/null
@@ -1,140 +0,0 @@
-diff -Naur mytoy-se-1.0.0/ccrazy.cpp mytoy-se-1.0.0-home-best/ccrazy.cpp
---- mytoy-se-1.0.0/ccrazy.cpp  2009-11-24 12:30:45.000000000 +0100
-+++ mytoy-se-1.0.0-home-best/ccrazy.cpp        2009-11-24 13:45:24.000000000 
+0100
-@@ -179,7 +179,11 @@
-                                               
-                               // legjobb fot�ja
-                               case 20:
--                                              
MakeTheBestPhoto("data/crazybubbles/pictures/the_best");                        
                        
-+                                              char best_path[300];
-+                                              sprintf(best_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                              mkdir(best_path, 0755);
-+                                              sprintf(best_path, 
"%s/.mytoyse/crazybubbles-the_best", getenv("HOME"));
-+                                              MakeTheBestPhoto(best_path);
-                                               gamestatus = 0;
-                                               
-                                               break;
-@@ -225,6 +229,8 @@
- // Text�r�k, hangok bet�lt�se
- // ===========================
- int CCrazy::LoadItems() {
-+      char best_path[300];
-+      sprintf(best_path, "%s/.mytoyse/crazybubbles-the_best_0.png", 
getenv("HOME"));
- 
-       // panel
-       if ( !(TexPanel = 
CORE->TEXMAN->CreateTexture("data/crazybubbles/pictures/panel.png") ) ) {
-@@ -259,7 +265,7 @@
-       }
-       
-       // Legjobb f�nyk�p�nek, pontsz�m�nak bet�lt�se (512*512*3)              
        
--      if ( !(TexTheBest = 
LoadTheBestPlayer("data/crazybubbles/pictures/the_best_0.png") ) )
-+      if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
-               if ( !(TexTheBest = 
CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
-                       if ( !(TexTheBest = 
CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
-               
-diff -Naur mytoy-se-1.0.0/cdogcatcher.cpp 
mytoy-se-1.0.0-home-best/cdogcatcher.cpp
---- mytoy-se-1.0.0/cdogcatcher.cpp     2009-11-24 12:30:45.000000000 +0100
-+++ mytoy-se-1.0.0-home-best/cdogcatcher.cpp   2009-11-24 13:44:36.000000000 
+0100
-@@ -173,7 +173,11 @@
-                               
-                               // Legjobb j�t�kos fot�ja
-                               case 20:
--                                              
MakeTheBestPhoto("data/dogcatcher/pictures/the_best");
-+                                              char best_path[300];
-+                                              sprintf(best_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                              mkdir(best_path, 0755);
-+                                              sprintf(best_path, 
"%s/.mytoyse/dogcatcher-the_best", getenv("HOME"));
-+                                              MakeTheBestPhoto(best_path);
-                                               gamestatus = 0;
-                                               
-                                               break;
-@@ -216,6 +220,8 @@
- // =======================
- 
- int CDogCatcher::LoadItems() {
-+      char best_path[300];
-+      sprintf(best_path, "%s/.mytoyse/dogcatcher-the_best_0.png", 
getenv("HOME"));
- 
-       // Men� k�pe    
-       if ( !(TexDogMenu = 
CORE->TEXMAN->CreateTexture("data/dogcatcher/pictures/dogcatchmenu.png") ) ) {
-@@ -287,7 +293,7 @@
-       }
-               
-       // Legjobb f�nyk�p�nek, pontsz�m�nak bet�lt�se (512*512*3)              
        
--      if ( !(TexTheBest = 
LoadTheBestPlayer("data/dogcatcher/pictures/the_best_0.png") ) )
-+      if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
-               if ( !(TexTheBest = 
CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
-                       if ( !(TexTheBest = 
CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
-               
-diff -Naur mytoy-se-1.0.0/cmeteorfly.cpp 
mytoy-se-1.0.0-home-best/cmeteorfly.cpp
---- mytoy-se-1.0.0/cmeteorfly.cpp      2009-11-24 12:30:45.000000000 +0100
-+++ mytoy-se-1.0.0-home-best/cmeteorfly.cpp    2009-11-24 13:45:47.000000000 
+0100
-@@ -187,7 +187,11 @@
-                                               
-                               // legjobb fot�ja
-                               case 20:
--                                              
MakeTheBestPhoto("data/meteorfly/pictures/the_best");                           
                
-+                                              char best_path[300];
-+                                              sprintf(best_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                              mkdir(best_path, 0755);
-+                                              sprintf(best_path, 
"%s/.mytoyse/meteorfly-the_best", getenv("HOME"));
-+                                              MakeTheBestPhoto(best_path);    
                                        
-                                               gamestatus = 0;
-                                               
-                                               break;
-@@ -235,7 +239,8 @@
- // Meteorfly hangok, k�pek bet�lt�se
- // ====================================
- int CMeteorfly::LoadItems() { 
--      
-+      char best_path[300];
-+      sprintf(best_path, "%s/.mytoyse/meteorfly-the_best_0.png", 
getenv("HOME"));
-       
-       // panel
-       if ( !(TexPanel = 
CORE->TEXMAN->CreateTexture("data/meteorfly/pictures/panel.png") ) ) {
-@@ -293,8 +298,8 @@
-               return 0;
-       }
-       
--      // Legjobb f�nyk�p�nek, pontsz�m�nak bet�lt�se (512*512*3)              
        
--      if ( !(TexTheBest = 
LoadTheBestPlayer("data/meteorfly/pictures/the_best_0.png") ) )
-+      // Legjobb f�nyk�p�nek, pontsz�m�nak bet�lt�se (512*512*3)              
-+      if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
-               if ( !(TexTheBest = 
CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
-                       if ( !(TexTheBest = 
CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
-               
-diff -Naur mytoy-se-1.0.0/cwindow.cpp mytoy-se-1.0.0-home-best/cwindow.cpp
---- mytoy-se-1.0.0/cwindow.cpp 2009-11-24 12:30:45.000000000 +0100
-+++ mytoy-se-1.0.0-home-best/cwindow.cpp       2009-11-24 13:46:04.000000000 
+0100
-@@ -159,7 +159,11 @@
-                                                                               
-                               // Legjobb j�t�kos fot�ja
-                               case 20:
--                                              
MakeTheBestPhoto("data/windowcleaner/pictures/the_best");
-+                                              char best_path[300];
-+                                              sprintf(best_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                              mkdir(best_path, 0755);
-+                                              sprintf(best_path, 
"%s/.mytoyse/windowcleaner-the_best", getenv("HOME"));
-+                                              MakeTheBestPhoto(best_path);
-                                               gamestatus = 0;
-                                               #ifdef PLAY_SOUNDS              
-                                                       
windowmenumusic.PlayMusic(-1);          
-@@ -202,7 +206,8 @@
- // K�pek, hangok bet�lt�se
- // =======================
- int CWindow::LoadItems() {
--      
-+      char best_path[300];
-+      sprintf(best_path, "%s/.mytoyse/windowcleaner-the_best_0.png", 
getenv("HOME"));
-       
-       if ( !(TexPanel = 
CORE->TEXMAN->CreateTexture("data/windowcleaner/pictures/panel.png") ) ) {    
-               printf("I can't load the Panel!\n");
-@@ -246,7 +251,7 @@
-       }
-               
-       // Legjobb f�nyk�p�nek, pontsz�m�nak bet�lt�se (512*512*3)              
        
--      if ( !(TexTheBest = 
LoadTheBestPlayer("data/windowcleaner/pictures/the_best_0.png") ) )
-+      if ( !(TexTheBest = LoadTheBestPlayer(best_path) ) )
-               if ( !(TexTheBest = 
CORE->TEXMAN->CreateTexture("data/misc/pictures/thebest_default.png") ) )
-                       if ( !(TexTheBest = 
CORE->TEXMAN->CreateEmptyTexture(512,512,3) ) ) {
-               

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
deleted file mode 100644
index d40300e..0000000
--- a/games-arcade/mytoy-se/files/mytoy-se-1.0.0-homeandvideo.patch
+++ /dev/null
@@ -1,229 +0,0 @@
-diff -Naur mytoy-se-1.0.0/ccore.cpp mytoy-se-1.0.0-home/ccore.cpp
---- mytoy-se-1.0.0/ccore.cpp   2008-06-13 18:48:43.000000000 +0200
-+++ mytoy-se-1.0.0-home/ccore.cpp      2009-11-24 12:34:51.000000000 +0100
-@@ -181,8 +181,48 @@
- // Kamera megnyit�sa
- // ==================
- int CCore::OpenCamera() {
-+      char cfg_path[300];
-+      sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
-+      mkdir(cfg_path, 0755);
-+      sprintf(cfg_path, "%s/.mytoyse/configuration", getenv("HOME"));
-+      FILE *f = fopen(cfg_path, "r");
-       
--      device = cvCaptureFromCAM( camdesc.number );    
-+      if ( !f ) 
-+      device = cvCaptureFromCAM( camdesc.number );                            
 
-+      else            
-+              {       
-+                      char line[80];
-+                      char *token;
-+                      int  param;
-+      while ( fgets(line, 80, f ) ) {
-+      
-+                              // megjegyz�s vagy �res sor
-+                              if ( line[0] == '#' )
-+                                      continue;
-+                      
-+                              token = strtok(line, "= \t");
-+              
-+                              param = -1;
-+                              if ( strstr( token, "video_device" ) )          
param = 4;
-+                                                                      
-+                              token = strtok( NULL, "= \t\n" );
-+                                      
-+                              switch ( param ) {
-+                                      
-+                                      case -1:
-+                                              break;
-+                                      case 4: 
-+                                              video_device = atoi( token );
-+                                              device = cvCaptureFromCAM( 
video_device );
-+                                              break;  
-+                              }
-+                      }
-+                      
-+                      fclose(f);                      
-+              }
-+
-+
-+//    device = cvCaptureFromCAM( camdesc.number );    
-       
-       if (!device) 
-           return 0;
-@@ -361,7 +401,11 @@
-       
-       
-       // config file feldolgoz�sa
--      FILE *f = fopen("configuration", "r");
-+      char cfg_path[300];
-+      sprintf(cfg_path, "%s/.mytoyse", getenv("HOME"));
-+      mkdir(cfg_path, 0755);
-+      sprintf(cfg_path, "%s/.mytoyse/configuration", getenv("HOME"));
-+      FILE *f = fopen(cfg_path, "r");
-       
-       if ( !f ) 
-               return 1;                                
-@@ -591,7 +635,11 @@
-                                                       break;
-                                                               
-                                       case SDLK_s:
--                                                      
ScreenShot("screenshots/TestMode", ++screenshot, 0, 0, 
GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/TestMode", getenv("HOME"));
-+                                                      ScreenShot(cfg_path, 
++screenshot, 0, 0, GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;
-                                       default: ;
-                               } 
-diff -Naur mytoy-se-1.0.0/ccore.h mytoy-se-1.0.0-home/ccore.h
---- mytoy-se-1.0.0/ccore.h     2005-02-21 21:16:18.000000000 +0100
-+++ mytoy-se-1.0.0-home/ccore.h        2009-11-24 12:32:21.000000000 +0100
-@@ -101,6 +101,8 @@
-                       int                                     
time_stamp_period;              // id�b�lyeg
-                       int                                     
vertical_mirror;                // legyen-e vertik�lis/horizont�lis t�kr�z�s
-                       int                                     
horizontal_mirror;
-+                      int                                     video_device;
-+
-                                                                               
                                        
-       public:
-                       CCore();
-diff -Naur mytoy-se-1.0.0/ccrazy.cpp mytoy-se-1.0.0-home/ccrazy.cpp
---- mytoy-se-1.0.0/ccrazy.cpp  2008-06-13 18:59:26.000000000 +0200
-+++ mytoy-se-1.0.0-home/ccrazy.cpp     2009-11-24 12:30:45.000000000 +0100
-@@ -131,7 +131,11 @@
-                                                       break;
-                                                       
-                                       case SDLK_s:
--                                                      CORE->ScreenShot( 
"screenshots/Crazy",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Crazy", getenv("HOME"));
-+                                                      CORE->ScreenShot( 
cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;  
-                                                       
-                                       case SDLK_ESCAPE:
-@@ -1427,8 +1431,12 @@
-                               switch ( event.key.keysym.sym ) {
-                                                       
-                                       // screenshot
--                                      case SDLK_s:                            
                        
--                                                      
CORE->ScreenShot("screenshots/Crazy",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                      case SDLK_s:
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Crazy", getenv("HOME"));                                           
      
-+                                                      
CORE->ScreenShot(cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;
-                                       default: ;
-                               } // switch
-diff -Naur mytoy-se-1.0.0/cdogcatcher.cpp mytoy-se-1.0.0-home/cdogcatcher.cpp
---- mytoy-se-1.0.0/cdogcatcher.cpp     2008-06-13 19:04:29.000000000 +0200
-+++ mytoy-se-1.0.0-home/cdogcatcher.cpp        2009-11-24 12:30:45.000000000 
+0100
-@@ -115,7 +115,11 @@
-                                                       break;
-                                                       
-                                       case SDLK_s:
--                                                      CORE->ScreenShot( 
"screenshots/Dog",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Dog", getenv("HOME"));
-+                                                      CORE->ScreenShot( 
cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;  
-                                                       
-                                       case SDLK_ESCAPE:
-diff -Naur mytoy-se-1.0.0/cmenu.cpp mytoy-se-1.0.0-home/cmenu.cpp
---- mytoy-se-1.0.0/cmenu.cpp   2005-02-21 21:16:18.000000000 +0100
-+++ mytoy-se-1.0.0-home/cmenu.cpp      2009-11-24 12:30:45.000000000 +0100
-@@ -131,7 +131,11 @@
-                                                       
-                                       // k�perny� ment�se             
-                                       case SDLK_s:
--                                                      CORE->ScreenShot( 
"screenshots/Menu",scrshotnr++,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Menu", getenv("HOME"));
-+                                                      CORE->ScreenShot( 
cfg_path,scrshotnr++,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;
-                                               
-                                       default:
-diff -Naur mytoy-se-1.0.0/cmeteorfly.cpp mytoy-se-1.0.0-home/cmeteorfly.cpp
---- mytoy-se-1.0.0/cmeteorfly.cpp      2008-06-13 19:02:00.000000000 +0200
-+++ mytoy-se-1.0.0-home/cmeteorfly.cpp 2009-11-24 12:30:45.000000000 +0100
-@@ -130,7 +130,11 @@
-                                                       break;
-                                                       
-                                       case SDLK_s:
--                                                      CORE->ScreenShot( 
"screenshots/Meteor",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Meteor", getenv("HOME"));
-+                                                      CORE->ScreenShot( 
cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;  
-                                                       
-                                       case SDLK_ESCAPE:
-diff -Naur mytoy-se-1.0.0/configuration mytoy-se-1.0.0-home/configuration
---- mytoy-se-1.0.0/configuration       2005-02-21 21:16:30.000000000 +0100
-+++ mytoy-se-1.0.0-home/configuration  2009-11-24 12:32:21.000000000 +0100
-@@ -12,3 +12,4 @@
- time_stamp_period=1000
- vertical_mirror=1
- horizontal_mirror=1
-+video_device=0
-diff -Naur mytoy-se-1.0.0/coreheaders.h mytoy-se-1.0.0-home/coreheaders.h
---- mytoy-se-1.0.0/coreheaders.h       2008-06-13 19:17:59.000000000 +0200
-+++ mytoy-se-1.0.0-home/coreheaders.h  2009-11-24 12:30:45.000000000 +0100
-@@ -32,6 +32,10 @@
-  
- */
- 
-+#include <stdlib.h>
-+#include <fcntl.h>
-+#include <unistd.h>
-+
- #ifdef _WIN32
- #include <windows.h>
- #endif
-diff -Naur mytoy-se-1.0.0/cwindow.cpp mytoy-se-1.0.0-home/cwindow.cpp
---- mytoy-se-1.0.0/cwindow.cpp 2008-06-13 19:02:19.000000000 +0200
-+++ mytoy-se-1.0.0-home/cwindow.cpp    2009-11-24 12:30:45.000000000 +0100
-@@ -91,7 +91,11 @@
-                                                       break;
-                                                       
-                                       case SDLK_s:
--                                                      CORE->ScreenShot( 
"screenshots/Window",++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-+                                                      char cfg_path[300];
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse", getenv("HOME"));
-+                                                      mkdir(cfg_path, 0755);
-+                                                      sprintf(cfg_path, 
"%s/.mytoyse/Window", getenv("HOME"));
-+                                                      CORE->ScreenShot( 
cfg_path,++scrshotnr,0,0,GL_SCREEN_WIDTH,GL_SCREEN_HEIGHT);
-                                                       break;  
-                                                       
-                                       case SDLK_ESCAPE:
-diff -Naur mytoy-se-1.0.0/mytoy_se.cpp mytoy-se-1.0.0-home/mytoy_se.cpp
---- mytoy-se-1.0.0/mytoy_se.cpp        2005-02-21 21:16:18.000000000 +0100
-+++ mytoy-se-1.0.0-home/mytoy_se.cpp   2009-11-24 12:32:21.000000000 +0100
-@@ -74,7 +74,7 @@
-       }
-       
-       // 2. Core "inicializ�l�sa"
--      if ( (started = GameCore->DetectCamera() ) ) { // Kamera detekt�l�sa
-+//    if ( (started = GameCore->DetectCamera() ) ) { // Kamera detekt�l�sa
-               
-               if ( (started = GameCore->CreateSDLGLWindow() ) ) {  // SDLGL 
ablak l�trehoz�sa                                                 
-                       
-@@ -116,7 +116,7 @@
-                       // 3/b. Menu (j�t�k) ind�t�sa
-                       Menu->Start();                                          
        
-               }                       
--      }
-+//    }
-       
-       // ha valmilyen okb�l (kameradetekt�l�s, OpenGL ablak) nem siker�lt 
elind�tani a CORE-t
-       if ( !started )

diff --git a/games-arcade/mytoy-se/metadata.xml 
b/games-arcade/mytoy-se/metadata.xml
deleted file mode 100644
index 5d0ede2..0000000
--- a/games-arcade/mytoy-se/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

diff --git a/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild 
b/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild
deleted file mode 100644
index 463ffda..0000000
--- a/games-arcade/mytoy-se/mytoy-se-1.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: games-arcade/mytoy-se-1.0.0,v 0.5 2008/06/13 18:00:00 frostwork Exp 
$
-
-inherit eutils games
-
-DESCRIPTION="Goldberg's EyeToy clone with several sub-games"
-HOMEPAGE="http://www.happypenguin.org/show?MyToy";
-SRC_URI="http://frostworx.de/files/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-       media-libs/opencv
-       media-libs/mesa
-       media-libs/sdl-image
-       media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       epatch "${FILESDIR}"/${P}-homeandvideo.patch
-       epatch "${FILESDIR}"/${P}-best.patch
-       sed -i \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/ccore.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/cmeteorfly.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/ccrazy.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/cdogcatcher.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/cwindow.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/cmenu.cpp \
-       -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
${P}/cintro.cpp \
-               || die "sed failed"
-}
-
-src_compile() {
-       emake MORE_CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       dogamesbin ${PN}
-       dodir "${GAMES_DATADIR}/${PN}" "${GAMES_STATEDIR}/${PN}"
-       insinto "${GAMES_DATADIR}/${PN}"
-       doins -r data || die
-       dodoc configuration || die
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       ewarn "For the first run you need to extract 
/usr/share/doc/mytoy-se-1.0.0/configuration.bz2"
-       ewarn "into ~/.mytoy-se/"
-       elog "The author Goldberg no longer has time to maintain this game"
-       elog "Would be great to see further new development on this"
-}

diff --git a/games-puzzle/transitmania/metadata.xml 
b/games-puzzle/transitmania/metadata.xml
deleted file mode 100644
index 5d0ede2..0000000
--- a/games-puzzle/transitmania/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

diff --git a/games-puzzle/transitmania/transitmania-1.0.ebuild 
b/games-puzzle/transitmania/transitmania-1.0.ebuild
deleted file mode 100644
index 284b57f..0000000
--- a/games-puzzle/transitmania/transitmania-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit games
-
-DESCRIPTION="a puzzle game that slihtly resembles the old Pipemania classic 
game"
-HOMEPAGE="http://transit-mania.sourceforge.net";
-# temporary SRC_URI - contacted the autthor, if he wants to host the file on 
his sf page
-SRC_URI="http://frostworx.de/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/allegro"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       sed -i -e "s:data1.dat:"${GAMES_DATADIR}"/"${PN}"/data1.dat:g" -i main.c
-       sed -i -e "s:data2.dat:"${GAMES_DATADIR}"/"${PN}"/data2.dat:g" -i main.c
-}
-
-src_compile() {
-       emake || die "make failed"
-}
-
-src_install() {
-       local datadir="${GAMES_DATADIR}"/${PN}
-       insinto "${datadir}"
-       doins *.dat || die "data install failed"
-       exeinto "${GAMES_DATADIR}"/${PN}
-       dogamesbin ${PN}
-       make_desktop_entry "${PN}" "${PN}"
-       dodoc readme.txt
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-}

diff --git a/media-libs/libmmd/libmmd-0.7.4.3.ebuild 
b/media-libs/libmmd/libmmd-0.7.4.3.ebuild
deleted file mode 100644
index 0b0bdf4..0000000
--- a/media-libs/libmmd/libmmd-0.7.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-
-EAPI=2
-inherit cmake-utils
-
-DESCRIPTION="a renderlib for mikumiku dance pmd model and vmd motion files"
-HOMEPAGE="http://frostworx.de/";
-SRC_URI="http://frostworx.de/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+bullet debug +sfml"
-
-RDEPEND="bullet? ( sci-physics/bullet[-double-precision] )
-       sfml? ( media-libs/libsfml )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use debug DEBUG)
-               $(cmake-utils_use !sfml NOSFML)
-               $(cmake-utils_use bullet WANTBULLET)
-       )
-       cmake-utils_src_configure
-}

diff --git a/media-libs/libmmd/metadata.xml b/media-libs/libmmd/metadata.xml
deleted file mode 100644
index 41e6be1..0000000
--- a/media-libs/libmmd/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-  <longdescription lang="en">
-a renderlib for mikumikudance pmd model and vmd motion files
-</longdescription>
-  <use>
-    <flag name="bullet">enable bullet physics</flag>
-    <flag name="sfml">enable sfml texture loading</flag>
-  </use>
-</pkgmetadata>

diff --git a/media-libs/libp3t/libp3t-0.9.0.ebuild 
b/media-libs/libp3t/libp3t-0.9.0.ebuild
deleted file mode 100644
index 6234ca8..0000000
--- a/media-libs/libp3t/libp3t-0.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v3
-#
-
-EAPI=2
-inherit cmake-utils
-
-DESCRIPTION="A library to extract ps3 xmb p3t themes"
-HOMEPAGE="http://frostworx.de/";
-SRC_URI="http://frostworx.de/files/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug"
-
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use debug DEBUG)
-       )
-       cmake-utils_src_configure
-}

diff --git a/media-libs/libp3t/metadata.xml b/media-libs/libp3t/metadata.xml
deleted file mode 100644
index 5ab71f8..0000000
--- a/media-libs/libp3t/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-  <longdescription lang="en">
-A library to extract ps3 xmb p3t themes
-</longdescription>
-</pkgmetadata>

diff --git a/x11-apps/briareos/briareos-0.7.ebuild 
b/x11-apps/briareos/briareos-0.7.ebuild
deleted file mode 100644
index 14afc0f..0000000
--- a/x11-apps/briareos/briareos-0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/briareos/briareos-0.7.ebuild,v 1.0 2010/09/01 09:33:12 by 
frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A slim and transparent programlauncher - perfect for a hotkey."
-HOMEPAGE="http://www.frostworx.de/";
-SRC_URI="http://www.frostworx.de/briareos/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${P}"
-
-RDEPEND="media-libs/ftgl
-       virtual/opengl
-       x11-libs/libXrender
-       x11-libs/libXrandr
-       media-fonts/liberation-fonts"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       dobin ${PN} || die "dobin failed"
-}

diff --git a/x11-apps/briareos/briareos-0.8.ebuild 
b/x11-apps/briareos/briareos-0.8.ebuild
deleted file mode 100644
index 14afc0f..0000000
--- a/x11-apps/briareos/briareos-0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/briareos/briareos-0.7.ebuild,v 1.0 2010/09/01 09:33:12 by 
frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A slim and transparent programlauncher - perfect for a hotkey."
-HOMEPAGE="http://www.frostworx.de/";
-SRC_URI="http://www.frostworx.de/briareos/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${P}"
-
-RDEPEND="media-libs/ftgl
-       virtual/opengl
-       x11-libs/libXrender
-       x11-libs/libXrandr
-       media-fonts/liberation-fonts"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       dobin ${PN} || die "dobin failed"
-}

diff --git a/x11-apps/briareos/metadata.xml b/x11-apps/briareos/metadata.xml
deleted file mode 100644
index 1f8f78c..0000000
--- a/x11-apps/briareos/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-  <longdescription lang="en">
-Typhon is a slim and transparent programlauncher - perfect for a hotkey.
-</longdescription>
-</pkgmetadata>

diff --git a/x11-apps/dunan/dunan-0.5.1.ebuild 
b/x11-apps/dunan/dunan-0.5.1.ebuild
deleted file mode 100644
index eaa996e..0000000
--- a/x11-apps/dunan/dunan-0.5.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/dunan/dunan-0.5.ebuild,v 1.0 2010/03/03 11:52:29 by 
frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="animated 3D MMD models on the desktop"
-HOMEPAGE="http://www.frostworx.de";
-SRC_URI="http://www.frostworx.de/dunan/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="sdl -fmod"
-
-RDEPEND="media-libs/ftgl
-       media-libs/libmmd
-       virtual/opengl
-       sdl? ( media-libs/sdl-mixer )
-       fmod? ( =media-libs/fmod-3* )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       if use sdl && use fmod ; then
-       ewarn "both sdl and fmod useflag not possible!"
-       die "disable fmod useflag in favour of sdl-mixer"
-       fi
-       if use fmod; then
-       echo "SOUNDFLAGS = -DFMOD -DMUSIC" >> Makefile
-       echo "SOUNDLIBS  = -lfmod" >> Makefile
-       fi
-       if use sdl; then
-       echo "SOUNDFLAGS = -DSDLMIXER -DMUSIC `sdl-config --cflags`" >> Makefile
-       echo "SOUNDLIBS  = `sdl-config --libs` -lSDL_mixer" >> Makefile
-       fi
-}
-
-src_install() {
-       dobin ${PN}
-       newicon ${PN}.png ${PN}.png
-       make_desktop_entry ${PN} ${PN}
-       dodoc README
-}

diff --git a/x11-apps/dunan/dunan-0.6.ebuild b/x11-apps/dunan/dunan-0.6.ebuild
deleted file mode 100644
index eaa996e..0000000
--- a/x11-apps/dunan/dunan-0.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/dunan/dunan-0.5.ebuild,v 1.0 2010/03/03 11:52:29 by 
frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="animated 3D MMD models on the desktop"
-HOMEPAGE="http://www.frostworx.de";
-SRC_URI="http://www.frostworx.de/dunan/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="sdl -fmod"
-
-RDEPEND="media-libs/ftgl
-       media-libs/libmmd
-       virtual/opengl
-       sdl? ( media-libs/sdl-mixer )
-       fmod? ( =media-libs/fmod-3* )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       if use sdl && use fmod ; then
-       ewarn "both sdl and fmod useflag not possible!"
-       die "disable fmod useflag in favour of sdl-mixer"
-       fi
-       if use fmod; then
-       echo "SOUNDFLAGS = -DFMOD -DMUSIC" >> Makefile
-       echo "SOUNDLIBS  = -lfmod" >> Makefile
-       fi
-       if use sdl; then
-       echo "SOUNDFLAGS = -DSDLMIXER -DMUSIC `sdl-config --cflags`" >> Makefile
-       echo "SOUNDLIBS  = `sdl-config --libs` -lSDL_mixer" >> Makefile
-       fi
-}
-
-src_install() {
-       dobin ${PN}
-       newicon ${PN}.png ${PN}.png
-       make_desktop_entry ${PN} ${PN}
-       dodoc README
-}

diff --git a/x11-apps/dunan/metadata.xml b/x11-apps/dunan/metadata.xml
deleted file mode 100644
index dcaaa85..0000000
--- a/x11-apps/dunan/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-  <longdescription lang="en">
-dunan shows Miku Miku Dance 3D models (pmd) on the desktop.
-</longdescription>
-  <use>
-    <flag name="fmod">Add sound support (fmod)</flag>
-  </use>
-</pkgmetadata>

Reply via email to