| Commit message (Expand) | Author | Age | Files | Lines |
* | Use (-) USE-defaults to reduce issues from removing flags. | Michał Górny | 2013-01-30 | 3 | -8/+12 |
* | also warn about CONFIG_EXT{2,3,4}_FS_SECURITY options #454440 | Mike Frysinger | 2013-01-30 | 1 | -1/+2 |
* | Disable pypy1.8 globally. | Michał Górny | 2013-01-29 | 2 | -7/+10 |
* | Rename udev_get_udevdir to plain get_udevdir which looks completely safe. No ... | Samuli Suominen | 2013-01-29 | 1 | -5/+14 |
* | add high level over view of how to use this eclass for users | Mike Frysinger | 2013-01-28 | 1 | -1/+17 |
* | use -l to set the macro dir when using autoconf-2.13 #448986 by Ryan Sleevi | Mike Frysinger | 2013-01-28 | 1 | -4/+9 |
* | Sync mysql eclasses from gentoo-mysql tree. Fixes: PBXT nice (#374349), Maria... | Robin H. Johnson | 2013-01-28 | 2 | -24/+14 |
* | Remove all hidden files in the main tarball dir. | Tim Harder | 2013-01-27 | 2 | -3/+6 |
* | add a flag for setting the permission of the file when using capabilities | Mike Frysinger | 2013-01-27 | 1 | -2/+11 |
* | initial file capabilities support | Mike Frysinger | 2013-01-27 | 1 | -0/+162 |
* | Fix output redirections in run_in_build_dir(). | Michał Górny | 2013-01-27 | 2 | -4/+7 |
* | Support using distutils-r1 along with python-single-r1. | Michał Górny | 2013-01-27 | 2 | -27/+94 |
* | Support making dependency and phase function enforcement optional. | Michał Górny | 2013-01-27 | 2 | -5/+24 |
* | Introduce run_in_build_dir() function as used by GNOME ebuilds. | Michał Górny | 2013-01-27 | 2 | -2/+24 |
* | Introduce python_doheader(), to install headers specific to a Python implemen... | Michał Górny | 2013-01-27 | 2 | -2/+35 |
* | reverted last changes | Jörg Bornkessel | 2013-01-27 | 2 | -6/+11 |
* | Remove files before installing docs. | Tim Harder | 2013-01-27 | 2 | -5/+8 |
* | Also remove stray makefiles. | Tim Harder | 2013-01-27 | 2 | -3/+6 |
* | Remove unwanted files that may exist. | Tim Harder | 2013-01-27 | 2 | -2/+8 |
* | some fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdr | Jörg Bornkessel | 2013-01-27 | 2 | -8/+9 |
* | Support removing SELinux modules of the defined policy stores | Sven Vermeulen | 2013-01-26 | 2 | -4/+35 |
* | Set USE defaults to make sure IUSE_IMPLICIT does not fool us. | Michał Górny | 2013-01-26 | 2 | -3/+6 |
* | Require EAPI=5 to make sure everything works predictably. | Michał Górny | 2013-01-26 | 2 | -3/+7 |
* | Support running commands in parallel and use it to run configure scripts. | Michał Górny | 2013-01-26 | 2 | -4/+44 |
* | Introduce MULTILIB_USEDEP to enforce correct dependencies. | Michał Górny | 2013-01-26 | 2 | -2/+17 |
* | ELT-patches/aixrtl: Recreate from scratch: Drop need for ld-wrapper with | Michael Haubenwallner | 2013-01-25 | 32 | -105/+246 |
* | Include FORCE_PRINT_ELOG variable to for printing of messages when desired. T... | Pacho Ramos | 2013-01-24 | 2 | -4/+20 |
* | handle more kernel versions like 3.7-trunk-amd64 and add a testsuite for it | Mike Frysinger | 2013-01-24 | 2 | -6/+44 |
* | drop USE="bootstrap build" as it does very little and the existing logic shou... | Mike Frysinger | 2013-01-24 | 1 | -12/+5 |
* | Only display vim plugin help elog messages for new installs. | Tim Harder | 2013-01-24 | 2 | -32/+37 |
* | Add dummy dir to avoid sandbox violations when emerging with FEATURES=-userpr... | Justin Lecher | 2013-01-23 | 2 | -4/+8 |
* | We are checking for return values not for output | Justin Lecher | 2013-01-23 | 1 | -2/+2 |
* | Add support for license server, #447262 | Justin Lecher | 2013-01-23 | 2 | -2/+11 |
* | add support for checking out via a date string (-D) by Thomas Rausch #443014 | Mike Frysinger | 2013-01-22 | 1 | -1/+12 |
* | drop ECVS_SUBDIR as nothing in the tree uses it | Mike Frysinger | 2013-01-22 | 1 | -4/+1 |
* | convert to bash style through out | Mike Frysinger | 2013-01-22 | 1 | -136/+125 |
* | add multiple inclusion protection | Mike Frysinger | 2013-01-22 | 1 | -2/+7 |
* | Check PYTHON_COMPAT for validity, and support disabling implementations in th... | Michał Górny | 2013-01-21 | 5 | -34/+112 |
* | Set PKG_CONFIG_{LIBDIR,PATH} for multilib builds. Approved by vapier in bug #... | Michał Górny | 2013-01-21 | 2 | -5/+11 |
* | Bug #430836 from prefix team missed an eclass. | Robin H. Johnson | 2013-01-21 | 1 | -2/+3 |
* | Enable EAPI=5. | Michał Górny | 2013-01-20 | 2 | -4/+7 |
* | Do not redirect stderr of pushd&popd. Thanks to vapier for catching that. | Michał Górny | 2013-01-20 | 2 | -4/+7 |
* | Finally commit readme.gentoo.eclass to create a README.gentoo doc file record... | Pacho Ramos | 2013-01-20 | 2 | -1/+111 |
* | Bug #402803: keepdir fix. | Robin H. Johnson | 2013-01-20 | 1 | -3/+2 |
* | Bug #430836: eprefix paths in my.cnf. | Robin H. Johnson | 2013-01-20 | 1 | -2/+3 |
* | Bug #430820: Prefix fix. | Robin H. Johnson | 2013-01-20 | 1 | -2/+2 |
* | Sync mysql eclasses from overlay. Includes fix for bug #434552, support for g... | Robin H. Johnson | 2013-01-20 | 3 | -24/+43 |
* | No EPREFIX with helper functions | Justin Lecher | 2013-01-18 | 2 | -5/+8 |
* | Bump CMAKE_MIN_VERSION to 2.8.8, required minimum for new KDE packages and no... | Chris Reffett | 2013-01-17 | 1 | -2/+2 |
* | Enable webrtc for all archs again | Jory Pratt | 2013-01-16 | 2 | -9/+5 |