summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years in headersChristian Faulhammer2011-12-271-2/+2
|
* drop GAMES_CHECK_LICENSE now that portage supports ACCEPT_LICENSE in stableMike Frysinger2011-12-141-2/+1
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-141-1/+6
|
* use egetshell helper from user eclassMike Frysinger2011-11-261-3/+3
|
* allow EAPI=3 as this eclass works (ignoring prefix, but that's #336626)Mike Frysinger2011-03-221-2/+3
|
* games_ut_unpack: let's see uz2unpack outputTristan Heaven2010-08-311-3/+3
|
* Add base_src_make call and make games eclass use it (In preparation for new ↵Tomas Chvatal2010-01-031-2/+2
| | | | base eclass that uses that call).
* Remove extra leftover braces from removed "|| die"Jonathan Callen2009-12-161-2/+2
|
* econf already dies; use base_src_compile instead of rolling our own (less ↵Michael Sterrett2009-12-091-5/+4
| | | | featureful) one.
* don't need to set GAME nowTristan Heaven2009-07-261-3/+1
|
* remove unused games_link_mods functionTristan Heaven2009-07-261-15/+1
|
* make sure we dont set common dirs like /opt/bin and /opt/lib to games owner ↵Mike Frysinger2009-04-051-1/+12
| | | | #264872 by Kris Scott
* revert previous change as it makes no difference and the real bug is in sandboxMike Frysinger2009-03-081-2/+2
|
* do not dereference symlinks in prepgamesdirs() when changing owners #261196Mike Frysinger2009-03-051-2/+2
|
* punt GAMES_USE_SDL; now handled by use-based depsMichael Sterrett2009-03-041-11/+1
|
* Avoid dying on newer libsdl which doesn't have the no* use flags anymore.Michael Sterrett2009-01-221-2/+2
|
* just always export CC and CXX from toolchain so we don't have to manually do ↵Michael Sterrett2009-01-211-2/+3
| | | | it in a bunch of places.
* inherit base so PATCHES array worksMichael Sterrett2009-01-051-2/+2
|
* patch from Davide Pesavento to fix word splitting issues, bug #241666Tristan Heaven2008-12-011-8/+8
|
* EAPI 2 supportTristan Heaven2008-09-281-3/+12
|
* fix LDPATH on multilib systems, bug #202032Tristan Heaven2008-09-111-18/+9
|
* remove egamesinstall to break some overlaysTristan Heaven2008-09-051-14/+1
|
* Make sure only files in GAMES_STATEDIR are writable.Michael Sterrett2008-04-261-3/+5
|
* fix quoting in games_umod_unpackTristan Heaven2008-02-151-7/+7
|
* Remove UT from the comments on games_ut_unpack due to bug #196142.Chris Gianelloni2007-11-061-3/+3
|
* $GAMES_LIBDIR is no longer used in the treeTristan Heaven2007-04-101-4/+1
|
* replace INSDESTTREE/INSOPTIONS with subshells and insinto/insoptsMike Frysinger2007-04-071-8/+8
|
* unset GAMES_LIBDIR in games_get_libdir until everyone has converted off of ↵Mike Frysinger2007-03-271-1/+3
| | | | GAMES_LIBDIR
* implement $(games_get_libdir) for the multilib lamersMike Frysinger2007-03-271-4/+10
|
* Don't use egamesinstallMichael Sterrett2006-12-201-1/+3
|
* touchup style and tweak GAMES_LIBDIR behavior some moreMike Frysinger2006-10-191-19/+16
|
* Added games_link_mods for the upcoming games-mods.eclass and also added ↵Chris Gianelloni2006-10-181-6/+40
| | | | multilib capabilities for bug #137997.
* indent gamesenvMike Frysinger2006-10-171-5/+5
|
* use $GAMES_PREFIX rather than /usr/games for default user homedirMike Frysinger2006-09-031-3/+3
|
* Put normal games.eclass pkg_postinst output behind a check for ↵Chris Gianelloni2006-05-191-13/+15
| | | | GAMES_SHOW_WARNING. Blame Paul Bredbury <brebs@sent.com>. Closing bug #133665.
* switch over to econfMike Frysinger2006-04-241-49/+19
|
* built_with_use check before adding group/user in games_pkg_setupMichael Sterrett2006-04-191-7/+7
|
* some portability touchups from Diego Pettenò #115580Mike Frysinger2006-04-151-6/+7
|
* add a link to our homepageMike Frysinger2005-12-071-1/+4
|
* $IMAGE -> $DMike Frysinger2005-11-021-4/+4
|
* add hook for checking licensesMike Frysinger2005-10-221-1/+3
|
* Added makeself 2.1.5 support and fixing games_ut_unpack for proper ut2004 ↵Chris Gianelloni2005-10-211-3/+3
| | | | support.
* pass -1 as default shell rather than /bin/falseMike Frysinger2005-09-041-2/+2
|
* add some directory checksMike Frysinger2005-08-071-1/+3
|
* put maxdepth in correct positionMike Frysinger2005-07-121-2/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Don't chmod everything in GAMES_BINDIR because chmod follows symlinks (bug ↵Michael Sterrett2005-06-231-2/+2
| | | | #93805)
* give users copy & paste examples for gnu/darwin systemsMike Frysinger2005-05-291-2/+5
|
* force --build by default to match new portage behavior and only run usermod ↵Mike Frysinger2005-05-291-2/+4
| | | | in a GNU system