Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix from Lars Wendler (Polynomial-C) to make sure /boot has a .keep file so ↵ | Mike Frysinger | 2009-10-09 | 1 | -3/+9 | |
| | | | | portage doesnt go deleting the "empty" /boot mount point #274130 by Jochums Johannes | |||||
* | symlink all files not in MOD_DIR | Tristan Heaven | 2009-10-09 | 1 | -52/+28 | |
| | ||||||
* | install everything in ${S} | Tristan Heaven | 2009-10-09 | 1 | -15/+6 | |
| | ||||||
* | add Prefix compatability | Fabian Groffen | 2009-10-08 | 1 | -5/+7 | |
| | ||||||
* | add get_modname function that retrieves the shared module extension, like ↵ | Fabian Groffen | 2009-10-08 | 1 | -1/+21 | |
| | | | | get_libname does for shared libraries | |||||
* | add hppa*-hpux support to get_libname | Fabian Groffen | 2009-10-08 | 1 | -1/+2 | |
| | ||||||
* | Sync from Emacs overlay (revision 1453). | Ulrich Müller | 2009-10-08 | 2 | -13/+29 | |
| | | | | | | | | | | elisp.eclass: Generate Info files from Texinfo sources listed in ELISP_TEXINFO. elisp-common.eclass: Mark site-gentoo.el as buffer-read-only, in order to prevent unintentional edits. Add null strings to inhibit local variables detection in the eclass file itself. | |||||
* | Improve disable file stripping. Be less verbose. Update example ebuild code. | Matthias Schwarzott | 2009-10-08 | 1 | -13/+19 | |
| | ||||||
* | [eclass] Update kde4 eclasses | Alexey Shvetsov | 2009-10-06 | 3 | -80/+194 | |
| | ||||||
* | exec ut2004-ded for ut2004 servers (doesn't exist yet but neither does ucc) | Tristan Heaven | 2009-10-06 | 1 | -2/+2 | |
| | ||||||
* | missed one | Tristan Heaven | 2009-10-06 | 1 | -2/+2 | |
| | ||||||
* | name wrappers and init scripts ${PN/${GAME}-} instead of ${MOD_DIR} | Tristan Heaven | 2009-10-06 | 1 | -16/+16 | |
| | ||||||
* | make rpm_unpack functions w/no args work off of $A like the unpack function | Mike Frysinger | 2009-10-05 | 1 | -1/+3 | |
| | ||||||
* | since the API for rpm_unpack has changed, detect poor behavior and warn ↵ | Mike Frysinger | 2009-10-05 | 1 | -2/+10 | |
| | | | | about it rather than outright failing #287536 | |||||
* | Replace -Wl,--no-as-needed with function from flag-o-matic eclass. | Samuli Suominen | 2009-10-04 | 1 | -7/+2 | |
| | ||||||
* | disable installation of client or server specific files if MOD_DIR and ↵ | Tristan Heaven | 2009-10-04 | 1 | -7/+6 | |
| | | | | MOD_BINS are empty | |||||
* | New function: no-as-needed which returns the value to disable asneeded, for ↵ | Samuli Suominen | 2009-10-04 | 1 | -1/+9 | |
| | | | | GNU ld only at this time. | |||||
* | Trying to fix bug #282984 in a clean way. Passing system compilers to emake ↵ | Dominik Kapusta | 2009-10-03 | 1 | -2/+4 | |
| | | | | in build_directories() | |||||
* | simplify rpm code greatly by forcing rpm2targz and recent portage, and ↵ | Mike Frysinger | 2009-10-03 | 1 | -79/+51 | |
| | | | | document things | |||||
* | Killing USE_RUBY='any' (with fire and stuff). | Alex Legler | 2009-10-03 | 1 | -21/+3 | |
| | ||||||
* | Add the check to ensure that Python wrapper is configured to use the same ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -3/+18 | |
| | | | | version of Python as /usr/bin/python2 or /usr/bin/python3. Add workaround in python_pkg_setup() for older versions of Portage not supporting Python 3. | |||||
* | Print a warning when Python 2 or Python 3 is explicitly disabled. | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -5/+22 | |
| | ||||||
* | qt4-build.eclass 4.5.3 support | Alex Alexander | 2009-10-02 | 1 | -3/+4 | |
| | ||||||
* | Switching to gzip packages like Nokia does starting from 4.5.3 | Dominik Kapusta | 2009-10-02 | 1 | -5/+15 | |
| | ||||||
* | drop pkg_setup; USE deps to replace built_with_use tests; allow for mods ↵ | Tristan Heaven | 2009-10-02 | 1 | -39/+49 | |
| | | | | with no server | |||||
* | Automatically enable Python 2 and Python 3 if no version has been explicitly ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -45/+104 | |
| | | | | enabled. Improve python_pkg_setup(). | |||||
* | don't set KEYWORDS or IUSE | Tristan Heaven | 2009-10-01 | 1 | -3/+1 | |
| | ||||||
* | don't set LICENSE | Tristan Heaven | 2009-10-01 | 1 | -2/+1 | |
| | ||||||
* | run servers as ${GAMES_USER_DED}:${GAMES_GROUP} | Tristan Heaven | 2009-10-01 | 1 | -2/+2 | |
| | ||||||
* | use games_make_wrapper instead of own function; move installation of confd ↵ | Tristan Heaven | 2009-10-01 | 1 | -35/+21 | |
| | | | | and initd files into the games-mod_make* functions | |||||
* | unify server.cfg stuff (even though only quake3 mods use it atm) | Tristan Heaven | 2009-10-01 | 1 | -24/+11 | |
| | ||||||
* | fix game titles | Tristan Heaven | 2009-10-01 | 1 | -3/+3 | |
| | ||||||
* | remove useless dodir | Tristan Heaven | 2009-10-01 | 1 | -2/+1 | |
| | ||||||
* | use consistent style | Tristan Heaven | 2009-09-30 | 1 | -23/+12 | |
| | ||||||
* | Add RDEPENDs for each GAME | Tristan Heaven | 2009-09-30 | 1 | -3/+8 | |
| | ||||||
* | don't specify icon filename extensions in desktop entries | Tristan Heaven | 2009-09-30 | 1 | -8/+8 | |
| | ||||||
* | unused variable | Tristan Heaven | 2009-09-30 | 1 | -2/+1 | |
| | ||||||
* | Mark these obsolete as well. | Samuli Suominen | 2009-09-30 | 2 | -44/+12 | |
| | ||||||
* | Obsolete xfce44.eclass with comments and minimalizing it a bit. | Samuli Suominen | 2009-09-30 | 1 | -56/+12 | |
| | ||||||
* | Add support for ESCM_OFFLINE, see bug 280214. | Krzysztof Pawlik | 2009-09-29 | 1 | -2/+9 | |
| | ||||||
* | Uses alternatives.eclass for dual life scripts, SRC_TEST=parallel for ↵ | Torsten Veller | 2009-09-27 | 1 | -22/+83 | |
| | | | | parallel testing and TEST_VERBOSE=1 to show details of test execution | |||||
* | Remove duplicate, unneeded patches (the “new” libtool.eclass – ↵ | Diego Elio Pettenò | 2009-09-25 | 4 | -450/+0 | |
| | | | | anything after 2006 or so – walks all of them so just one per type is needed). | |||||
* | bzr.eclass: move wrongly placed quote | Christian Faulhammer | 2009-09-24 | 1 | -2/+2 | |
| | ||||||
* | Add support for ESCM_OFFLINE variable, so users without internet connection ↵ | Christian Faulhammer | 2009-09-24 | 1 | -9/+20 | |
| | | | | can make use of it; patch provided by Jonathan Callen in bug 280211 | |||||
* | make_desktop_entry: dont bother writing Version= anymore #285920 by Josh Saddler | Mike Frysinger | 2009-09-24 | 1 | -2/+1 | |
| | ||||||
* | Remove virtual/libc | Patrick Lauer | 2009-09-23 | 3 | -10/+7 | |
| | ||||||
* | Rename EXPF variable to XFCONF_EXPF per -dev ML discussion. | Samuli Suominen | 2009-09-21 | 1 | -6/+6 | |
| | ||||||
* | fix #277297 and #277298; convert to EAPI2 | Benedikt Boehm | 2009-09-20 | 1 | -59/+34 | |
| | ||||||
* | set MIT as the default license for x-modular ebuilds | Rémi Cardona | 2009-09-19 | 1 | -3/+4 | |
| | ||||||
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-18 | 1 | -7/+20 | |
| |