| Commit message (Expand) | Author | Age | Files | Lines |
* | epatch: make sure we sort dirs of patches consistently #471666 by Pavel Riha | Mike Frysinger | 2013-06-21 | 1 | -2/+5 |
* | evar_push/evar_pop: new api for saving/restoring variables on a stack | Mike Frysinger | 2013-06-21 | 1 | -1/+72 |
* | isdigit: new func for testing if args are all numbers | Mike Frysinger | 2013-06-21 | 1 | -1/+13 |
* | Fix the libtool check, bug #470938. | Michał Górny | 2013-05-22 | 1 | -2/+2 |
* | Replace the .la sanity check by one used in libtool itself. Fixes removing qm... | Michał Górny | 2013-05-21 | 1 | -6/+9 |
* | epatch: turn qa warning to hard failure w/relative paths in patches as people... | Mike Frysinger | 2013-05-21 | 1 | -4/+9 |
* | prune_libtool_files: do not remove .la files which are not libtool files. Fix... | Michał Górny | 2013-05-15 | 1 | -55/+64 |
* | epatch: handle aliased `patch` commands in a way that works with <=bash-3.2 #... | Mike Frysinger | 2013-04-25 | 1 | -2/+5 |
* | epatch: add support for users to exclude specific patches via EPATCH_USER_EXC... | Mike Frysinger | 2013-03-31 | 1 | -1/+15 |
* | epunt_cxx: support different versions of autotools since 2.64 changed the sig... | Mike Frysinger | 2013-03-12 | 1 | -8/+11 |
* | make_wrapper: optimize output slightly in common cases by omitting dead code | Mike Frysinger | 2013-03-11 | 1 | -14/+18 |
* | Disable epunt_cxx warning since epunt_cxx is broken nowadays. | Michał Górny | 2013-03-09 | 1 | -4/+4 |
* | Fix epunt_cxx not to subshell. | Michał Górny | 2013-03-09 | 1 | -3/+3 |
* | prune_libtool_files: support running without pkg-config installed, using sed ... | Michał Górny | 2013-02-26 | 1 | -8/+25 |
* | QA-warn if epunt_cxx does not find any checks to punt. | Michał Górny | 2013-02-10 | 1 | -4/+10 |
* | prune_libtool_files(): fix variable reuse. Thanks to radhermit for the patch. | Michał Górny | 2012-10-23 | 1 | -4/+4 |
* | prune_libtool_files(): add --modules option to remove modules (plugins) as well. | Michał Górny | 2012-10-11 | 1 | -10/+21 |
* | prune_libtool_files(): fix removing symlinked .la files. | Michał Górny | 2012-10-11 | 1 | -4/+9 |
* | add :${SLOT} support to epatch_user #435132 by Bartosz Brachaczek | Mike Frysinger | 2012-10-07 | 1 | -3/+3 |
* | Test for the EAPI explicitly, because it isn't required that package managers... | Ulrich Müller | 2012-09-28 | 1 | -2/+2 |
* | Made 'usex' declaration conditional on lack of PM or EAPI5+ support | Ian Stakenvicius | 2012-09-27 | 1 | -2/+6 |
* | Remove redundant DESCRIPTION variable settings. | Zac Medico | 2012-09-15 | 1 | -3/+1 |
* | prune_libtool_files: run pkg-config code only if necessary. | Michał Górny | 2012-08-29 | 1 | -25/+29 |
* | fix grammar in make_desktop_entry icon description #431940 by Greg Turner | Mike Frysinger | 2012-08-20 | 1 | -2/+2 |
* | prune_libtool_files(): report .a removal only if it exists, and explain the r... | Michał Górny | 2012-06-20 | 1 | -3/+5 |
* | Be slightly more polite. | Samuli Suominen | 2012-06-14 | 1 | -3/+3 |
* | small enhancement to examples of doicon | Julian Ospald | 2012-06-14 | 1 | -5/+5 |
* | mpfr has gone stable, so drop hack #420957 | Mike Frysinger | 2012-06-14 | 1 | -3/+1 |
* | makeopts_jobs has been moved to multiprocessing.eclass, and all consumers sho... | Mike Frysinger | 2012-06-07 | 1 | -21/+1 |
* | Introduce prune_libtool_files() for .la file removal. Based on one used by au... | Michał Górny | 2012-06-06 | 1 | -2/+96 |
* | enhanced functionality of doicon/newicon in eutils.eclass | Julian Ospald | 2012-06-05 | 1 | -30/+107 |
* | Simplify preserve_old_lib ewarn messages, wrt http://archives.gentoo.org/gent... | Paweł Hajdan | 2012-05-28 | 1 | -10/+2 |
* | support extended makeflag syntax and not just -j# | Mike Frysinger | 2012-05-11 | 1 | -5/+10 |
* | epatch: split common opts out from what devs usually want to control, and all... | Mike Frysinger | 2012-04-20 | 1 | -6/+34 |
* | fix typo pointed out by Arfrever | Mike Frysinger | 2012-04-16 | 1 | -2/+2 |
* | add makeopts_jobs for extracting the -j# from MAKEOPTS | Mike Frysinger | 2012-04-15 | 1 | -1/+16 |
* | Use einfo instead of ewarn as discussed in http://archives.gentoo.org/gentoo-... | Pacho Ramos | 2012-04-02 | 1 | -2/+2 |
* | epatch_user: document .patch suffix #409293 | Mike Frysinger | 2012-03-23 | 1 | -2/+3 |
* | Consider patch alias, #404447 | Naohiro Aota | 2012-03-01 | 1 | -2/+2 |
* | Cdrom functions split out to dedicated cdrom.eclass. | Ulrich Müller | 2012-03-01 | 1 | -217/+2 |
* | Use correct menu categories for app-* as discussed in gentoo-dev. | Pacho Ramos | 2012-02-26 | 1 | -13/+13 |
* | epatch: log all successful patches in ${T}/epatch.log so people can post-proc... | Mike Frysinger | 2012-02-16 | 1 | -6/+17 |
* | eumask_pop: error out if someone tries to pass args to us | Mike Frysinger | 2012-02-14 | 1 | -1/+2 |
* | drop unpack_{makeself,pdv} since they are in unpacker.eclass now | Mike Frysinger | 2012-02-14 | 1 | -212/+1 |
* | Revert previous commit, because cdrom.eclass sets PROPERTIES=interactive. | Ulrich Müller | 2012-01-31 | 1 | -2/+217 |
* | Cdrom functions have been split out to dedicated cdrom.eclass. For the | Ulrich Müller | 2012-01-31 | 1 | -217/+2 |
* | Use ${P}-${PR} instead of ${PF} in epatch_user. | Ulrich Müller | 2012-01-31 | 1 | -3/+3 |
* | Convert make_desktop_entry() comment block to be eclass-manpages conform, #39... | Justin Lecher | 2012-01-03 | 1 | -13/+16 |
* | escape the brackets so that globbing doesnt kick in, or in the nullglob case,... | Mike Frysinger | 2011-12-17 | 1 | -15/+9 |
* | keep die message updates in eshopts_{push,pop} to $FUNCNAME | Mike Frysinger | 2011-12-17 | 1 | -7/+7 |