summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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-132-2/+12
|
* 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-102-6/+14
|
* avoid `ls` when a shell glob works (to avoid possible `ls` issues)Mike Frysinger2011-12-102-7/+8
|
* Handle sparc64-* in arch configuration.Davide Pesavento2011-12-102-10/+13
|
* enable {bi,multi}arch support for ppc/x86 targets too #349405 by Denis ↵Mike Frysinger2011-12-101-9/+9
| | | | Kaganovich
* extend rpm_spec_epatch to handle -b %patch options (which is really patch ↵Mike Frysinger2011-12-101-4/+32
| | | | --suffix)
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-1/+6
|
* do not reset S when we have already run through detect_version so it wont ↵Mike Frysinger2011-12-101-9/+3
| | | | clobber an existing S value #380999
* only use --with-abi for x86_64 targets with recent enough versions as ↵Mike Frysinger2011-12-081-2/+10
| | | | reported by chutzpah
* omit the /usr/src/linux warning if nothing actually exists thereMike Frysinger2011-12-081-1/+4
|
* handle --with-abi for x86_64 targets too, and unify with the ↵Mike Frysinger2011-12-081-25/+35
| | | | --with-multilib-list option
* Update HOMEPAGE (bug #388133).Davide Pesavento2011-12-082-3/+6
|
* use -depth/-delete to simplify empty dir pruningMike Frysinger2011-12-071-4/+2
|
* allow -mx32 ABI flagMike Frysinger2011-12-071-2/+2
|
* Disappear disappeared devs.Ryan Hill2011-12-072-4/+8
|
* send `chown root` output to /dev/null so that we dont dump a lot of crap ↵Mike Frysinger2011-12-061-4/+5
| | | | when test installing as non-root (e.g. ebuild ... install)
* backport x32 support to 4.6.2+ until 4.7.0+ is releasedMike Frysinger2011-12-061-3/+13
|
* fix multilib assumptions when setting up LDPATH (that there is only "32" and ↵Mike Frysinger2011-12-061-33/+16
| | | | "64" subdirs), and make it work regardless of active profile
* simplify GCC_LANG logicMike Frysinger2011-12-061-30/+14
|
* simplify the setup of $S and $SRC_URI a bitMike Frysinger2011-12-061-29/+16
|
* the make_gcc_hard func already displays info messages, so simplify the ↵Mike Frysinger2011-12-061-5/+2
| | | | calling code
* unify duplicate sed statements in make_gcc_hardMike Frysinger2011-12-061-10/+11
|