Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add masters attribute for future compatibilityHEADmaster | Nicolas Kaiser | 2014-04-08 | 1 | -0/+1 |
| | |||||
* | claws-mail: use virtual/pkgconfig instead of dev-util/pkgconfig | Nicolas Kaiser | 2012-11-29 | 2 | -3/+3 |
| | |||||
* | vegastrike-data: split src_prepare from src_unpack | Nicolas Kaiser | 2012-07-11 | 2 | -1/+3 |
| | | | | EAPI >= 2 prefers to do sed in src_prepare | ||||
* | added herds to metadata | Nicolas Kaiser | 2012-07-11 | 12 | -11/+12 |
| | |||||
* | remove stale jansson ebuild | Nicolas Kaiser | 2012-07-11 | 3 | -46/+0 |
| | | | | jansson is meanwhile in portage | ||||
* | vegastrike-data: remove ESVN_BOOTSTRAP | Nicolas Kaiser | 2012-07-11 | 2 | -2/+1 |
| | | | | autotools check is not needed for data. | ||||
* | vegastrike-data: bump to EAPI 3 | Nicolas Kaiser | 2012-07-11 | 2 | -1/+2 |
| | | | | Avoid deprecated usage of python_mod_optimize and python_mod_cleanup. | ||||
* | vegastrike: depend on virtual for jpeg | Nicolas Kaiser | 2012-02-14 | 2 | -2/+2 |
| | | | | Thanks to Alexandr for pointing out. | ||||
* | nvidia-texture-tools: depend on virtual for jpeg | Nicolas Kaiser | 2012-02-14 | 2 | -2/+2 |
| | |||||
* | radeondb: migrate 'git' to 'git-2' per repoman | Nicolas Kaiser | 2012-02-14 | 2 | -2/+2 |
| | |||||
* | emilia-pinball: initial commit | Nicolas Kaiser | 2011-06-05 | 4 | -0/+85 |
| | |||||
* | vegastrike: move sed to src_prepare() | Nicolas Kaiser | 2011-05-07 | 2 | -1/+3 |
| | |||||
* | vegastrike: Use system boost | Priit Laes | 2011-05-07 | 2 | -2/+3 |
| | | | | From: Priit Laes <plaes@plaes.org> | ||||
* | vegastrike: Build vssetup and fix vsinstall | Priit Laes | 2011-05-07 | 2 | -6/+5 |
| | | | | From: Priit Laes <plaes@plaes.org> | ||||
* | vegastrike: add USE defaults | Nicolas Kaiser | 2011-04-24 | 2 | -2/+4 |
| | |||||
* | vegastrike: remove beta ebuild | Nicolas Kaiser | 2011-04-24 | 2 | -191/+0 |
| | |||||
* | vegastrike: disable vssetup for now | Nicolas Kaiser | 2011-03-03 | 2 | -3/+4 |
| | |||||
* | vegastrike: fix threads config | Nicolas Kaiser | 2011-03-03 | 2 | -2/+2 |
| | |||||
* | vegastrike: sync ebuilds, fix mesher | Nicolas Kaiser | 2011-03-03 | 3 | -31/+26 |
| | |||||
* | vegastrike: fix copy-and-paste | Nicolas Kaiser | 2011-02-27 | 2 | -2/+2 |
| | |||||
* | vegastrike: new development release | Nicolas Kaiser | 2011-02-27 | 2 | -0/+191 |
| | |||||
* | vegastrike: adjust build location | Nicolas Kaiser | 2011-02-17 | 2 | -4/+4 |
| | |||||
* | vegastrike: fix dependency on removed glut virtual | Nicolas Kaiser | 2010-11-09 | 2 | -2/+2 |
| | |||||
* | claws-mail live: initial commit | Nicolas Kaiser | 2010-11-08 | 4 | -0/+172 |
| | |||||
* | jansson, radeondb: initial commit | Nicolas Kaiser | 2010-08-10 | 7 | -1/+114 |
| | |||||
* | vs: add mesher USE flag | Nicolas Kaiser | 2010-08-09 | 3 | -15/+23 |
| | |||||
* | vs: added server USE flag, and build targets | Nicolas Kaiser | 2010-08-02 | 3 | -9/+23 |
| | | | | | Added server USE flag, allowing to build without server. Added build targets explicitly, avoiding to build unused targets. | ||||
* | vs: added threads USE flag | Nicolas Kaiser | 2010-07-31 | 3 | -6/+20 |
| | | | | Added preliminary support for SMP configuration. | ||||
* | vs-data: fixed intro monologue | Nicolas Kaiser | 2010-07-30 | 2 | -1/+7 |
| | |||||
* | vs: added boost USE flag, skipped bootstrap | Nicolas Kaiser | 2010-07-30 | 3 | -5/+7 |
| | | | | For the moment, USE flags only pull in optional deps. | ||||
* | vs-data: adding correct datadir | Nicolas Kaiser | 2010-07-29 | 2 | -2/+2 |
| | |||||
* | vs: use cmake-utils | Nicolas Kaiser | 2010-07-29 | 4 | -52/+31 |
| | | | | | | | Major rework switching to cmake, which will happily use system boost instead of included one. vs-data now adds DATADIR to config, instead of doing this in the executable. | ||||
* | vs: enhanced test for vssetup in postinst, wrapped long lines | Nicolas Kaiser | 2010-07-23 | 2 | -7/+10 |
| | |||||
* | nvtt: use cmake-utils | Nicolas Kaiser | 2010-07-23 | 2 | -11/+18 |
| | |||||
* | vs: removed USE no-sound, added USE ffmpeg | Nicolas Kaiser | 2010-07-23 | 3 | -13/+16 |
| | | | | | | | | | | | | | Would be fun to be able to completely remove sound support. However, at the moment it fails to build without sound: make[1]: *** [src/aldrv/al_sound.o] Error 1 On the other hand, builds without ffmpeg. Warn if vssetup doesn't get built. Added USE descriptions to metadata. | ||||
* | vs: removed USE stencil-buffer and sdl | Nicolas Kaiser | 2010-07-23 | 3 | -9/+5 |
| | | | | | | | | | | stencil-buffer gets enabled even when disabled in configure. sdl appears to be needed unconditionally, without it I get src/gldrv/gl_init.o: In function `GFXInit(int, char**)': gl_init.cpp:(.text+0x27d8): undefined reference to `winsys_init' collect2: ld returned 1 exit status make[1]: *** [vegastrike] Error 1 | ||||
* | vs: added warning for USE=-gtk | Nicolas Kaiser | 2010-07-23 | 2 | -3/+12 |
| | |||||
* | nvtt: added USE debug | Nicolas Kaiser | 2010-07-23 | 3 | -7/+19 |
| | | | | added USE debug, removed unrecognized libdir, added glew comment | ||||
* | nvtt: initial commit | Nicolas Kaiser | 2010-07-22 | 3 | -0/+51 |
| | |||||
* | vs-data: nothing to compile | Nicolas Kaiser | 2010-07-22 | 2 | -1/+5 |
| | |||||
* | Checked path adjustements | Nicolas Kaiser | 2010-07-22 | 2 | -11/+2 |
| | |||||
* | Fixed path to readme.txt in vssetup | Nicolas Kaiser | 2010-07-22 | 2 | -6/+6 |
| | |||||
* | (re)move python dependency | Nicolas Kaiser | 2010-07-22 | 2 | -2/+1 |
| | | | | | | Python scripts are handled in the vegastrike-data ebuild. Should there be a necessity to depend on specific versions of Python, it's better to add these there. | ||||
* | remove orphaned byte code | Nicolas Kaiser | 2010-07-21 | 2 | -1/+5 |
| | |||||
* | install python scripts into games-libdir and compile them to byte code | Nicolas Kaiser | 2010-07-21 | 3 | -6/+14 |
| | |||||
* | initial commit | Nicolas Kaiser | 2010-07-19 | 8 | -0/+282 |