summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert old eshopts_{pop,push} implementations until new ones pass unit tests....Maciej Mrozowski2011-12-171-10/+14
* add new generic stack helpers estack_{push,pop}, rebase eshopts_{push,pop} on...Mike Frysinger2011-12-161-14/+78
* 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
* fix eqawarn to always return 0; this matches portage behaviour which annoying...Brian Harring2011-12-021-1/+2
* include $PWD in epatch logMike Frysinger2011-12-021-2/+2
* split out user management helpers into a dedicated eclassMike Frysinger2011-10-271-382/+2
* pull out huse() from toolchain.eclass and into use_if_iuse() in eutils.eclass...Mike Frysinger2011-10-261-1/+12
* edos2unix now dies when sed failsMike Frysinger2011-09-301-2/+3
* add usex() helper #382963Mike Frysinger2011-09-291-1/+8
* Introduce in_iuse() for IUSE checks.Michał Górny2011-09-211-1/+18
* Rewrite eqawarn() to reuse PORTAGE_ELOG_CLASSES set by dev profile.Michał Górny2011-09-121-4/+5
* fix typo pointed out by SamuliMike Frysinger2011-08-091-2/+2
* epatch_user: add documentation by Martin von GagernMike Frysinger2011-08-081-1/+34
* epatch: log exit status of `patch` command #375983 by Toralf FörsterMike Frysinger2011-08-071-2/+11
* epatch: use EPATCH_SOURCE as a [relative] search dir even when patches are sp...Mike Frysinger2011-07-201-1/+6
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-4/+4
* Escape $ in double quotes when it's meant to be used literally. Acked by flam...Petteri Räty2011-06-141-2/+2
* unpack_makeself: catch errors from `file`Mike Frysinger2011-04-181-4/+4
* add temp hack for revdep-rebuild/mpfr so we can move forward on stabilizationMike Frysinger2011-03-181-1/+3
* Remove dead and commented prepalldocs function.Ulrich Müller2011-02-251-28/+4
* warn about relative paths in patchesMike Frysinger2011-01-091-1/+8
* preserve_old_lib_notify: keep full path to lib in revdep-rebuild example outp...Mike Frysinger2010-11-221-2/+2
* path_exists: new function for checking existence of multiple pathsMike Frysinger2010-10-171-1/+30
* epatch docs: fix inverted logic in documentationMike Frysinger2010-09-161-2/+2
* epatch_user: return 0/1 depending on user patches actually appliedMike Frysinger2010-08-191-2/+3
* Add eqawarnPetteri Räty2010-07-111-1/+12
* einfon wasn't a typoTristan Heaven2010-07-101-2/+2
* Fix bug in cdrom_get_cds() identified by Jared <nitro@legroom.net> when using...Doug Goldstein2010-07-101-3/+3
* Add -r to groupadd and useradd so that users and groups created on Linux are ...Doug Goldstein2010-06-231-4/+5
* drop unnecessary output padding in unpack_makeself #320313Mike Frysinger2010-05-201-5/+5
* add -m1 to grep for unpack_makeself for bug #319059Michael Sterrett2010-05-111-2/+2
* make_desktop_entry: use printf %b to make arg passing simpler since we only w...Mike Frysinger2010-04-191-2/+2
* make_desktop_entry: let 5th arg take arbitrary fields to append to the deskto...Mike Frysinger2010-03-231-6/+11
* make_desktop_entry: call `die` if `doins` failed #305165Mike Frysinger2010-03-071-2/+2
* make_desktop_entry: place media-gfx into Graphics only, not AudioVideo;GraphicsMike Frysinger2010-03-071-7/+13
* make_desktop_entry: fix tab/space corruptionMike Frysinger2010-03-071-45/+39
* Replace eqawarn with ewarn - as it's present in all EAPIsMaciej Mrozowski2010-03-021-5/+3
* Reapply patch, this time with workaround for an apparent bug in bash 3.2 and 4.0Jonathan Callen2010-02-261-4/+16
* Broken with stable versions of bashMark Loeser2010-02-261-16/+4
* Properly implement the Desktop File Specification in make_desktop_entry()Jonathan Callen2010-02-261-4/+16
* Check if eqawarn is defined before calling it.Petteri Räty2010-02-171-3/+5
* Fixed indentation.Maciej Mrozowski2010-02-171-7/+7
* Added fallback implementations for ebeep and epause that display QA Notice wh...Maciej Mrozowski2010-02-171-1/+11
* eshopts_{push,pop}: add support for the extended options available only via `...Mike Frysinger2010-02-151-7/+20
* Only define epause and ebeep in EAPIs 0 1 2. Mark built_with_use as deprecated.Petteri Räty2010-01-281-3/+10
* Fix the EPATCH_EXCLUDE properly by patch from Griffon26. Also it fixes bug #3...Tomas Chvatal2010-01-101-5/+6
* [eutils.eclass] QA: Fix EPATCH_EXCLUDE not working at all.Tomas Chvatal2010-01-101-3/+5
* epatch - fix unbalanced eshopts_pop #300360Mike Frysinger2010-01-101-5/+3
* rewrite epatch greatly -- clean up logging, quoting, shell opts, file name ch...Mike Frysinger2010-01-091-218/+206