summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* epatch_user: add an explicit notice of patches applied when die is called ↵Mike Frysinger2015-03-201-1/+10
| | | | #543878 by Sergey S. Starikoff
* epatch: include `patch --version` output in the failure logMike Frysinger2015-03-201-5/+12
|
* prune_libtool_files: properly reset variables for following loop iterations.Michał Górny2015-01-141-3/+3
|
* Modify eutils.eclass to allow 512x512 icons to be installed (this wasWilliam Hubbs2014-12-301-2/+2
| | | | approved by ssuominen).
* chop off the subslot from the SLOT #528078 by Mark WrightMike Frysinger2014-11-151-3/+4
|
* make_wrapper: fix by Jason Zaman to drop spurious blackslash in wrapped ↵Mike Frysinger2014-11-131-2/+2
| | | | commands #509936
* eshopts_push: fix typo in command example #528120 by Tupone AlfredoMike Frysinger2014-11-031-2/+2
|
* epatch: fix EPATCH_USER_EXCLUDE handling when EPATCH_EXCLUDE is not set ↵Mike Frysinger2014-09-191-2/+2
| | | | #522934 by Pavel Šimerda
* Avoid reserved names for functions and variables, bug 516092.Ulrich Müller2014-07-111-16/+16
|
* Whitespace.Ulrich Müller2014-07-041-4/+4
|
* epatch_user: tweak docs to reflect the use of $P-$PR rather than $PF (where ↵Mike Frysinger2014-04-271-2/+2
| | | | the latter omits -r0) #504856
* optfeature: fix eclass doc and style #498988Mike Frysinger2014-04-271-12/+12
|
* Add optfeature to eutils.eclass wrt bug 498988, ACKed by WilliamHChris Reffett2014-03-151-1/+46
|
* drop user eclass inherit ... people have had plenty of time to migrateMike Frysinger2014-01-081-2/+2
|
* Fix eclassdoc for einstalldocs.Michał Górny2013-12-281-2/+2
|
* Document einstalldocs.Michał Górny2013-12-271-1/+25
|
* add prefix support by Christoph Junghans #485438Mike Frysinger2013-12-031-16/+37
|
* Support EAPIs < 4 in einstalldocs properly.Michał Górny2013-09-141-6/+19
|
* Commit the version of einstalldocs() Council agreed upon.Michał Górny2013-09-131-1/+25
|
* epatch: fix documentation on -p4 vs -p5 limit to match reality #484642 by ↵Mike Frysinger2013-09-131-2/+2
| | | | Patrick Lauer
* epatch: make sure we sort dirs of patches consistently #471666 by Pavel RihaMike Frysinger2013-06-211-2/+5
|
* evar_push/evar_pop: new api for saving/restoring variables on a stackMike Frysinger2013-06-211-1/+72
|
* isdigit: new func for testing if args are all numbersMike Frysinger2013-06-211-1/+13
|
* Fix the libtool check, bug #470938.Michał Górny2013-05-221-2/+2
|
* Replace the .la sanity check by one used in libtool itself. Fixes removing ↵Michał Górny2013-05-211-6/+9
| | | | qmake-generated .la files, bug #470206.
* epatch: turn qa warning to hard failure w/relative paths in patches as ↵Mike Frysinger2013-05-211-4/+9
| | | | people have had over 2 years to clean things up
* prune_libtool_files: do not remove .la files which are not libtool files. ↵Michał Górny2013-05-151-55/+64
| | | | Fixes bug #468380.
* epatch: handle aliased `patch` commands in a way that works with <=bash-3.2 ↵Mike Frysinger2013-04-251-2/+5
| | | | #461568 by Michał Górny
* epatch: add support for users to exclude specific patches via ↵Mike Frysinger2013-03-311-1/+15
| | | | EPATCH_USER_EXCLUDE #439402
* epunt_cxx: support different versions of autotools since 2.64 changed the ↵Mike Frysinger2013-03-121-8/+11
| | | | signature #460992 by Michał Górny
* make_wrapper: optimize output slightly in common cases by omitting dead codeMike Frysinger2013-03-111-14/+18
|
* Disable epunt_cxx warning since epunt_cxx is broken nowadays.Michał Górny2013-03-091-4/+4
|
* Fix epunt_cxx not to subshell.Michał Górny2013-03-091-3/+3
|
* prune_libtool_files: support running without pkg-config installed, using sed ↵Michał Górny2013-02-261-8/+25
| | | | fallback.
* QA-warn if epunt_cxx does not find any checks to punt.Michał Górny2013-02-101-4/+10
|
* prune_libtool_files(): fix variable reuse. Thanks to radhermit for the patch.Michał Górny2012-10-231-4/+4
|
* prune_libtool_files(): add --modules option to remove modules (plugins) as well.Michał Górny2012-10-111-10/+21
|
* prune_libtool_files(): fix removing symlinked .la files.Michał Górny2012-10-111-4/+9
|
* add :${SLOT} support to epatch_user #435132 by Bartosz BrachaczekMike Frysinger2012-10-071-3/+3
|
* Test for the EAPI explicitly, because it isn't required that package ↵Ulrich Müller2012-09-281-2/+2
| | | | managers implement usex as a shell function.
* Made 'usex' declaration conditional on lack of PM or EAPI5+ supportIan Stakenvicius2012-09-271-2/+6
|
* Remove redundant DESCRIPTION variable settings.Zac Medico2012-09-151-3/+1
|
* prune_libtool_files: run pkg-config code only if necessary.Michał Górny2012-08-291-25/+29
|
* fix grammar in make_desktop_entry icon description #431940 by Greg TurnerMike Frysinger2012-08-201-2/+2
|
* prune_libtool_files(): report .a removal only if it exists, and explain the ↵Michał Górny2012-06-201-3/+5
| | | | reasoning for it.
* 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 ↵Mike Frysinger2012-06-071-21/+1
| | | | should be upated now
* Introduce prune_libtool_files() for .la file removal. Based on one used by ↵Michał Górny2012-06-061-2/+96
| | | | autotools-utils.