summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Remove virtual/libcPatrick Lauer2009-09-233-10/+7
|
* Rename EXPF variable to XFCONF_EXPF per -dev ML discussion.Samuli Suominen2009-09-211-6/+6
|
* fix #277297 and #277298; convert to EAPI2Benedikt Boehm2009-09-201-59/+34
|
* set MIT as the default license for x-modular ebuildsRémi Cardona2009-09-191-3/+4
|
* Improve handling of directory stack in python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-09-181-7/+20
|
* quote variables in common-lisp-common{,-2,-3}, bug 258145Marijn Schouten2009-09-183-9/+9
|
* fix comparison testAlin Năstac2009-09-161-2/+2
|
* Add findutils dependency, see bug 285136.Peter Alfredsen2009-09-161-1/+2
|
* One backwards compatability fix while we are working on checking all ebuilds ↵Robin H. Johnson2009-09-131-2/+4
| | | | for the linux-info change.
* Create the /usr/lib(64)/pkgconfig directory before installing, fixesDiego Elio Pettenò2009-09-131-2/+6
| | | | install of ruby-gnome2 0.19.1 series of packages.
* Allow variables to be defined before inheriting.Ryan Hill2009-09-131-6/+5
|
* properly detect OSX 10.6/Darwin 10, thanks Sören Kuklau in bug #284701Fabian Groffen2009-09-121-11/+11
|
* Disallow installation into /usr/local.Arfrever Frehtes Taifersar Arahesis2009-09-111-1/+5
|