summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prune_libtool_files(): report .a removal only if it exists, and explain the r...Michał Górny2012-06-201-3/+5
* Be slightly more polite.Samuli Suominen2012-06-141-3/+3
* small enhancement to examples of doiconJulian Ospald2012-06-141-5/+5
* mpfr has gone stable, so drop hack #420957Mike Frysinger2012-06-141-3/+1
* makeopts_jobs has been moved to multiprocessing.eclass, and all consumers sho...Mike Frysinger2012-06-071-21/+1
* Introduce prune_libtool_files() for .la file removal. Based on one used by au...Michał Górny2012-06-061-2/+96
* enhanced functionality of doicon/newicon in eutils.eclassJulian Ospald2012-06-051-30/+107
* Simplify preserve_old_lib ewarn messages, wrt http://archives.gentoo.org/gent...Paweł Hajdan2012-05-281-10/+2
* support extended makeflag syntax and not just -j#Mike Frysinger2012-05-111-5/+10
* epatch: split common opts out from what devs usually want to control, and all...Mike Frysinger2012-04-201-6/+34
* fix typo pointed out by ArfreverMike Frysinger2012-04-161-2/+2
* add makeopts_jobs for extracting the -j# from MAKEOPTSMike Frysinger2012-04-151-1/+16
* Use einfo instead of ewarn as discussed in http://archives.gentoo.org/gentoo-...Pacho Ramos2012-04-021-2/+2
* epatch_user: document .patch suffix #409293Mike Frysinger2012-03-231-2/+3
* Consider patch alias, #404447Naohiro Aota2012-03-011-2/+2
* Cdrom functions split out to dedicated cdrom.eclass.Ulrich Müller2012-03-011-217/+2
* Use correct menu categories for app-* as discussed in gentoo-dev.Pacho Ramos2012-02-261-13/+13
* epatch: log all successful patches in ${T}/epatch.log so people can post-proc...Mike Frysinger2012-02-161-6/+17
* eumask_pop: error out if someone tries to pass args to usMike Frysinger2012-02-141-1/+2
* drop unpack_{makeself,pdv} since they are in unpacker.eclass nowMike Frysinger2012-02-141-212/+1
* Revert previous commit, because cdrom.eclass sets PROPERTIES=interactive.Ulrich Müller2012-01-311-2/+217
* Cdrom functions have been split out to dedicated cdrom.eclass. For theUlrich Müller2012-01-311-217/+2
* Use ${P}-${PR} instead of ${PF} in epatch_user.Ulrich Müller2012-01-311-3/+3
* Convert make_desktop_entry() comment block to be eclass-manpages conform, #39...Justin Lecher2012-01-031-13/+16
* escape the brackets so that globbing doesnt kick in, or in the nullglob case,...Mike Frysinger2011-12-171-15/+9
* keep die message updates in eshopts_{push,pop} to $FUNCNAMEMike Frysinger2011-12-171-7/+7
* 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