summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit IUSE=debug deprecation warning.Michał Górny2011-11-261-11/+1
* Add failure handling for pushd/popd calls.Michał Górny2011-11-261-10/+10
* Use elibtoolize from libtool.eclass to fix libtool magic.Michał Górny2011-10-141-2/+3
* Reuse in_iuse() from eutils.eclass.Michał Górny2011-09-231-3/+3
* Fix the example to use explicit $(use_enable debug).Michał Górny2011-09-181-1/+2
* Fail if myeconfargs is not an array.Michał Górny2011-09-181-1/+4
* Deprecate implicit IUSE=debug.Michał Górny2011-09-181-5/+8
* Explain .la removal reasons in output.Michał Górny2011-09-161-6/+7
* Remove static libs covered by .pc files as well.Michał Górny2011-09-161-1/+12
* Drop 'empty' .la files as well (those lacking libs & flags).Michał Górny2011-09-161-7/+17
* Refactor remove_libtool_files() to simplify conditions.Michał Górny2011-09-161-9/+11
* Check command-line args completely in remove_libtool_files().Michał Górny2011-09-161-2/+13
* Clean up & simplify la removal code a little.Michał Górny2011-09-161-7/+6
* For .la removal, look for static archives rather than USE=static-libs.Michał Górny2011-09-161-13/+14
* Strip ${D} from removal message to shorten it.Michał Górny2011-09-161-3/+3
* Fix handling whitespace in filenames when looking for .la files.Michał Górny2011-09-161-2/+2
* Use einfo to make .{la,a} removals more visible.Michał Górny2011-09-121-3/+3
* Michał Górny added as co-maintainer, bug #382709Maciej Mrozowski2011-09-121-1/+2
* Pass autotools-utils-src_install args to base_src_install. Requested by Micha...Maciej Mrozowski2011-02-011-2/+2
* Support eapi4.Tomas Chvatal2011-01-311-2/+2
* Fix another example wrt bug 350423Maciej Mrozowski2011-01-221-2/+2
* Suggest myeconfargs to be local variable in example code. Bug 352145Maciej Mrozowski2011-01-201-2/+2
* Fix myeconfargs quoting, bug 339227. Thanks to Martin von Gagern for reporting.Maciej Mrozowski2010-10-031-2/+2
* Accept user-supplied configure args as phase function parameters as wellMaciej Mrozowski2010-09-121-2/+2
* Do not mark EAPI=4 as compatible yetMaciej Mrozowski2010-07-201-2/+2
* Use defined mechanism (die) to terminate processing when invalid EAPI detected.Maciej Mrozowski2010-07-191-2/+2
* Add new eclass, emerge -1 eclass-manpages and see autotool-utils.eclass manua...Maciej Mrozowski2010-07-171-0/+263