summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Reorder setting of REQUIRED_USE to stay near IUSE setting; also use ↵Diego Elio Pettenò2011-12-182-9/+9
| | | | ruby_get_use_targets to set IUSE.
* Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks ↵Andreas K. Hüttel2011-12-184-35/+38
| | | | (requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat kde-4.[789] version numbers, warn if the handbook useflag is added manually. Proofread by reavertm.
* escape the brackets so that globbing doesnt kick in, or in the nullglob ↵Mike Frysinger2011-12-171-15/+9
| | | | case, make the arg disappear #395025 by Maciej Mrozowski
* extend eshopts test coverageMike Frysinger2011-12-172-5/+43
|
* check return values of all push/pop callsMike Frysinger2011-12-171-3/+11
|
* keep die message updates in eshopts_{push,pop} to $FUNCNAMEMike Frysinger2011-12-171-7/+7
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-171-1/+5
|
* this eclass does not seem to use eutils.eclass, so drop the inheritMike Frysinger2011-12-171-3/+1
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-171-1/+6
|
* Revert old eshopts_{pop,push} implementations until new ones pass unit ↵Maciej Mrozowski2011-12-172-11/+19
| | | | tests. Bug 395025.
* Add new unit test for bug 395025Maciej Mrozowski2011-12-171-0/+11
|
* small testsuite for estack push/pop and friendsMike Frysinger2011-12-161-0/+42
|
* add new generic stack helpers estack_{push,pop}, rebase eshopts_{push,pop} ↵Mike Frysinger2011-12-161-14/+78
| | | | on top of those, and then add new helpers for messing with the umask sanely
* Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the ↵Jonathan Callen2011-12-162-4/+12
| | | | non-FHS-compliant /usr/imports
* --with-abi support for amd64 has not yet been merged into master #394823 by ↵Mike Frysinger2011-12-161-5/+4
| | | | Helmut Jarausch
* Add app-arch/xz-utils dependency to leechcraft.eclassMaxim Koltsov2011-12-162-2/+6
|
* simplify gcc_version_patch slightlyMike Frysinger2011-12-151-8/+6
|
* Update leechcraft eclass to new filename suffixMaxim Koltsov2011-12-152-4/+13
|
* replace `want_boundschecking` with `use_if_iuse boundschecking` since they ↵Mike Frysinger2011-12-151-20/+12
| | | | have the same backing logic, and merge the (now) single user of _want_stuff into want_pie so we can simplify that func in a follow up commit
* relocate tests to tests/ subdirMike Frysinger2011-12-152-27/+51
|
* relocate tests to tests/ subdirMike Frysinger2011-12-152-190/+198
|
* add some test status helpers to simplify management of i/o and exit statusMike Frysinger2011-12-155-16/+31
|
* import KV_to_int and friends since a few eclasses still want it ...Mike Frysinger2011-12-151-0/+41
|
* create backing store dirs with group write perms so that people can more ↵Mike Frysinger2011-12-143-7/+7
| | | | easily switch between user based testing (ebuild/etc...) and root/userpriv based emerging
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-141-1/+6
|
* Merge category dev-php5 into dev-php (bug #324665)Matti Bickel2011-12-142-5/+4
|
* fix thinko with array handling when injecting args into the cmdlineMike Frysinger2011-12-141-6/+6
|
* Adjust ChangeLog message to be more conservative.Alexandre Rostovtsev2011-12-141-3/+3
|
* Do not use gnome2_schemas_update --uninstall; --uninstall has no effect ↵Alexandre Rostovtsev2011-12-143-6/+12
| | | | since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
* push down AT_M4DIR handling into autotools_run_tool to keep the callers ↵Mike Frysinger2011-12-141-13/+28
| | | | simpler, and change the ordering with AT_SYS_M4DIR so that it comes after the ebuild/package settings rather than in the middle
* drop old M4DIR support since we have AT_M4DIR and the tree uses only that, ↵Mike Frysinger2011-12-141-3/+5
| | | | and note GNU m4 as a requirement
* Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain ↵Sergei Trofimovich2011-12-142-3/+7
| | | | without additional tuning.
* drop check_license now that the PM supports ACCEPT_LICENSE nativelyMike Frysinger2011-12-141-60/+3
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-141-1/+6
|
* 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
|
* autotools-utils: drop base.eclass inherit and thus src_unpack() export.Michał Górny2011-12-142-7/+54
| | | | | | | | Importing base.eclass causes us to export src_unpack() phase function which is entirely useless in EAPIs 2+ (which we only support), and causes trouble importing autotools-utils e.g. after VCS eclasses. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=392651
* initial AT_SYS_M4DIR for weird system integrators ↵Mike Frysinger2011-12-131-7/+13
| | | | (cross-compiling/prefix/etc...)
* unify duplicated code for extracting values from traced variablesMike Frysinger2011-12-131-26/+13
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-131-1/+6
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-131-1/+6
|
* Improve die-EAPI checking code.Michał Górny2011-12-131-2/+2
|
* No longer require JDK for installing java binpkg. #206024Ralph Sennhauser2011-12-132-2/+12
|
* automatically create a tarball of all config.log files when we fail, and ↵Mike Frysinger2011-12-131-1/+11
| | | | tell the user to attach those so hopefully we can stop having to request these ourselves in bugzilla
* add git supportMike Frysinger2011-12-121-12/+31
|
* set bugurl to the Gentoo bugzillaMike Frysinger2011-12-121-1/+2
|
* merge kernel_is updates between kernel-2 and linux-info eclassesMike Frysinger2011-12-122-30/+18
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-103-3/+18
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-3/+7
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-3/+7
|