summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Respect arguments when checking for test targets. This becomes helpful if ↵Michał Górny2013-06-291-3/+3
| | | | one of the arguments is -C.
* Convert econfargs from an ECLASS-VARIABLE to a function-specifc VARIABLE for ↵Mike Gilbert2013-06-071-17/+17
| | | | autotools-utils_src_configure.
* Support complete EAPI src_test().Michał Górny2013-05-051-3/+6
|
* Support disabling .la pruning completely.Michał Górny2013-05-031-2/+7
|
* Inline src_test and allow passing arguments.Michał Górny2013-05-011-3/+5
|
* Fix eclassdoc.Michał Górny2013-04-051-2/+2
|
* Support setting mode of prune_libtool_files through ↵Michał Górny2013-04-011-2/+20
| | | | AUTOTOOLS_PRUNE_LIBTOOL_FILES.
* Qt category move.Davide Pesavento2013-03-031-3/+3
|
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-111-8/+11
|
* Support directories in DOCS, in EAPI 4+.Michał Górny2012-12-141-2/+9
|
* Improve the compatibility code thanks to Arfrever.Michał Górny2012-12-031-4/+5
|
* Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus.Michał Górny2012-12-031-3/+17
|
* Use a common BUILD_DIR variable. Acked by scarabeus.Michał Górny2012-12-011-13/+19
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* typo.Michał Górny2012-06-081-2/+2
|
* Reuse eautoreconf, deprecate autotools-utils_autoreconf.Michał Górny2012-06-061-2/+6
|
* Start using prune_libtool_files() from eutils, deprecate remove_libtool_files().Michał Górny2012-06-061-2/+6
|
* Remove invalid use check, these should be fixed by now.Michał Górny2012-05-281-10/+1
|
* Fail whenever unable to change directory, wrt #391927.Michał Górny2012-05-281-11/+11
|
* autotools.eclass no longer supports re-inheriting so we need to override ↵Michał Górny2012-05-281-5/+2
| | | | AUTOTOOLS_AUTO_DEPEND for good...
* Call eaclocal unconditionally; _elibtoolize no longer does that.Michał Górny2012-05-221-5/+2
|
* Fix to match autotools.eclass API changes.Michał Górny2012-05-211-2/+2
|
* Fix typo in recursive autoreconf.Michał Górny2012-02-041-2/+2
|
* Use checksums to determine whether files need autoreconf. Fixes bug #399641.Michał Górny2012-02-021-7/+10
|
* Call glib-gettextize with --force in autotools-utils.eclassJustin Lecher2012-01-301-2/+2
|
* Force autoreconf on user patches only.Michał Górny2012-01-211-3/+4
|
* Add AM_CONFIG_HEADER check (for pixman autoreconf).Michał Górny2012-01-191-2/+3
|
* Quiet grep output.Michał Górny2012-01-151-2/+2
|
* Improve the --docdir configure grep.Michał Górny2012-01-151-2/+2
|
* Pass --docdir to configure only when supported.Michał Górny2012-01-151-5/+9
|
* Use path_exists() to ensure any file exists in docdir.Michał Górny2012-01-141-2/+3
|
* Replace the docdir-directory error with a warning.Michał Górny2012-01-141-13/+11
|
* Pass --force to eautopoint and few other pre-autoreconf funcs.Michał Górny2012-01-141-4/+4
|
* Autoreconfigure packages when user patches need it.Michał Górny2012-01-141-1/+17
|
* Disallow eautomake from calling eautoreconf unnecessarily.Michał Górny2012-01-141-2/+2
|
* Pass --docdir to configure, and install docs from it; wrt bug #350423.Michał Górny2012-01-141-2/+22
|
* Support installing default docs, similarly to EAPI4; wrt bug #397659.Michał Górny2012-01-141-1/+10
|
* Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSETJustin Lecher2012-01-091-2/+2
|
* Add AUTOTOOLS_AUTORECONF for bug #392073.Michał Górny2012-01-051-5/+99
|
* Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.Michał Górny2011-12-221-1/+4
|
* autotools-utils: drop base.eclass inherit and thus src_unpack() export.Michał Górny2011-12-141-6/+50
| | | | | | | | Importing base.eclass causes us to export src_unpack() phase function which is entirely useless in EAPIs 2+ (which we only support), and causes trouble importing autotools-utils e.g. after VCS eclasses. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=392651
* Revert making pushd/popd fatal due to humongous breakage. Add a warning ↵Michał Górny2011-11-271-9/+18
| | | | message instead.
* Denote that autotools-utils must not be mixed with econf/emake.Michał Górny2011-11-271-2/+6
|
* 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
| | | | | | We're calling it with '--patch-only' to avoid heavy changes to ebuilds. This should handle gracefully eautoreconfed packages and those not using libtool as well (in worst case, it should try to apply patches twice).
* 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
|