summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Dropped workaround for bug #278221: nothing was broken with stable ↵Peter Volkov2009-10-111-3/+1
| | | | fontconfig version and all unstable fontconfig versions now have the sandbox.d file.
* mod wrappers shouldn't need to cd or set LD_LIBRARY_PATH because the game ↵Tristan Heaven2009-10-111-4/+3
| | | | wrappers do that
* remove src_unpackTristan Heaven2009-10-111-24/+2
|
* remove MOD_TBZ2 messTristan Heaven2009-10-101-29/+4
|
* remove MOD_BINS messTristan Heaven2009-10-101-56/+6
|
* fix from Lars Wendler (Polynomial-C) to make sure /boot has a .keep file so ↵Mike Frysinger2009-10-091-3/+9
| | | | portage doesnt go deleting the "empty" /boot mount point #274130 by Jochums Johannes
* symlink all files not in MOD_DIRTristan Heaven2009-10-091-52/+28
|
* install everything in ${S}Tristan Heaven2009-10-091-15/+6
|
* add Prefix compatabilityFabian Groffen2009-10-081-5/+7
|
* add get_modname function that retrieves the shared module extension, like ↵Fabian Groffen2009-10-081-1/+21
| | | | get_libname does for shared libraries
* add hppa*-hpux support to get_libnameFabian Groffen2009-10-081-1/+2
|
* Sync from Emacs overlay (revision 1453).Ulrich Müller2009-10-082-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 Schwarzott2009-10-081-13/+19
|
* [eclass] Update kde4 eclassesAlexey Shvetsov2009-10-063-80/+194
|
* exec ut2004-ded for ut2004 servers (doesn't exist yet but neither does ucc)Tristan Heaven2009-10-061-2/+2
|
* missed oneTristan Heaven2009-10-061-2/+2
|
* name wrappers and init scripts ${PN/${GAME}-} instead of ${MOD_DIR}Tristan Heaven2009-10-061-16/+16
|
* make rpm_unpack functions w/no args work off of $A like the unpack functionMike Frysinger2009-10-051-1/+3
|
* since the API for rpm_unpack has changed, detect poor behavior and warn ↵Mike Frysinger2009-10-051-2/+10
| | | | about it rather than outright failing #287536
* Replace -Wl,--no-as-needed with function from flag-o-matic eclass.Samuli Suominen2009-10-041-7/+2
|
* disable installation of client or server specific files if MOD_DIR and ↵Tristan Heaven2009-10-041-7/+6
| | | | MOD_BINS are empty
* New function: no-as-needed which returns the value to disable asneeded, for ↵Samuli Suominen2009-10-041-1/+9
| | | | GNU ld only at this time.
* Trying to fix bug #282984 in a clean way. Passing system compilers to emake ↵Dominik Kapusta2009-10-031-2/+4
| | | | in build_directories()
* simplify rpm code greatly by forcing rpm2targz and recent portage, and ↵Mike Frysinger2009-10-031-79/+51
| | | | document things
* Killing USE_RUBY='any' (with fire and stuff).Alex Legler2009-10-031-21/+3
|
* Add the check to ensure that Python wrapper is configured to use the same ↵Arfrever Frehtes Taifersar Arahesis2009-10-021-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 Arahesis2009-10-021-5/+22
|
* qt4-build.eclass 4.5.3 supportAlex Alexander2009-10-021-3/+4
|
* Switching to gzip packages like Nokia does starting from 4.5.3Dominik Kapusta2009-10-021-5/+15
|
* drop pkg_setup; USE deps to replace built_with_use tests; allow for mods ↵Tristan Heaven2009-10-021-39/+49
| | | | with no server
* Automatically enable Python 2 and Python 3 if no version has been explicitly ↵Arfrever Frehtes Taifersar Arahesis2009-10-021-45/+104
| | | | enabled. Improve python_pkg_setup().
* don't set KEYWORDS or IUSETristan Heaven2009-10-011-3/+1
|
* don't set LICENSETristan Heaven2009-10-011-2/+1
|
* run servers as ${GAMES_USER_DED}:${GAMES_GROUP}Tristan Heaven2009-10-011-2/+2
|
* use games_make_wrapper instead of own function; move installation of confd ↵Tristan Heaven2009-10-011-35/+21
| | | | and initd files into the games-mod_make* functions
* unify server.cfg stuff (even though only quake3 mods use it atm)Tristan Heaven2009-10-011-24/+11
|
* fix game titlesTristan Heaven2009-10-011-3/+3
|
* remove useless dodirTristan Heaven2009-10-011-2/+1
|
* use consistent styleTristan Heaven2009-09-301-23/+12
|
* Add RDEPENDs for each GAMETristan Heaven2009-09-301-3/+8
|
* don't specify icon filename extensions in desktop entriesTristan Heaven2009-09-301-8/+8
|
* unused variableTristan Heaven2009-09-301-2/+1
|
* Mark these obsolete as well.Samuli Suominen2009-09-302-44/+12
|
* Obsolete xfce44.eclass with comments and minimalizing it a bit.Samuli Suominen2009-09-301-56/+12
|
* Add support for ESCM_OFFLINE, see bug 280214.Krzysztof Pawlik2009-09-291-2/+9
|
* Uses alternatives.eclass for dual life scripts, SRC_TEST=parallel for ↵Torsten Veller2009-09-271-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-254-450/+0
| | | | anything after 2006 or so – walks all of them so just one per type is needed).
* bzr.eclass: move wrongly placed quoteChristian Faulhammer2009-09-241-2/+2
|
* Add support for ESCM_OFFLINE variable, so users without internet connection ↵Christian Faulhammer2009-09-241-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 SaddlerMike Frysinger2009-09-241-2/+1
|