summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable python-r1 -> python-single-r1 dep prevention.Michał Górny2012-12-191-1/+4
|
* Require EAPI=5 in both python-r1 eclasses due to bug #447524.Michał Górny2012-12-171-1/+5
|
* Remove outdated comments and checks.Michał Górny2012-12-161-1/+5
|
* Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with ↵Michał Górny2012-12-161-1/+5
| | | | paludis, bug #447524.
* Pass --disable-schemas-compile from gsettings.m4 in gnome2_src_configure.Gilles Dartiguelongue2012-12-161-1/+4
|
* Fix the relative linking algo to handle /// in path.Michał Górny2012-12-151-1/+4
|
* Prevent python-r1 packages from depending on python-single-r1 packages.Michał Górny2012-12-141-1/+4
|
* Support directories in DOCS, in EAPI 4+.Michał Górny2012-12-141-1/+4
|
* Add (temporary) fix for sandbox failures when compiling Python modules. Bug ↵Michał Górny2012-12-131-1/+5
| | | | #447126.
* Added changes to mozcoreconf-2.eclass on request by Anarchy.Lars Wendler2012-12-101-1/+4
|
* Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for ↵Michał Górny2012-12-091-1/+5
| | | | help.
* updated mozilla eclasses to match mozilla-overlayIan Stakenvicius2012-12-091-1/+5
|
* Respect ASMFLAGS, wrt bug #432480. Permit ebuilds to define 'myctestargs'.Michael Palimaka2012-12-081-1/+4
|
* Use separate TMPDIR for each Python implementation.Michał Górny2012-12-071-1/+4
|
* Report running implementation-common sub-phases verbosely.Michał Górny2012-12-071-1/+4
|
* Respect user preferences in python-any-r1 (EPYTHON, eselect-python).Michał Górny2012-12-071-1/+4
|
* Write split build logs for easier debugging.Michał Górny2012-12-071-1/+4
|
* Use multiprocessing post-fork wait mode to avoid early output when all jobs ↵Michał Górny2012-12-071-1/+5
| | | | are running.
* Do not die when sub-phases return non-true value. This is inconsistent with ↵Michał Górny2012-12-071-1/+6
| | | | normal phase behavior and not really useful since phase functions are supposed to die on their own.
* Pass the best Python implementation info to the implementation-common phase ↵Michał Górny2012-12-071-1/+5
| | | | functions.
* Introduce NO_WAF_LIBDIR to allow building packages that fails when libdir is ↵Tomas Chvatal2012-12-061-1/+5
| | | | set.
* Sort this eapi case stuff.Tomas Chvatal2012-12-061-1/+4
|
* Add EAPI=5 support; add check for presents of license; handle docs, examples ↵Justin Lecher2012-12-051-1/+6
| | | | and man page in a more sane way;sort functions and document eclass for man-pages; Drop Sebastion as maintainer
* Improve the compatibility code thanks to Arfrever.Michał Górny2012-12-031-1/+5
|
* Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus.Michał Górny2012-12-031-1/+5
|
* Commit new gstreamer eclasses as reviewed on gentoo-dev mailing list with a ↵Gilles Dartiguelongue2012-12-021-1/+8
| | | | few more fixes, most notably EAPI=1 support fixes. For a more detailed changelog, please see gnome overlay git log.
* making vala_src_prepare() into a no-op in thePacho Ramos2012-12-021-1/+6
| | | | common situation where vala is in IUSE and USE=-vala as discussed with the team via mail. Thanks a lot to Alexandre Rostovtsev for the work.
* Always pass --disable-gtk-doc for eapi >= 5 as we don't want docs to get ↵Pacho Ramos2012-12-021-1/+6
| | | | rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this.
* Use a common BUILD_DIR variable. Acked by scarabeus.Michał Górny2012-12-011-1/+5
|
* Support parallel builds using multiprocessing eclass.Michał Górny2012-12-011-1/+4
|
* Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather ↵Michał Górny2012-12-011-1/+5
| | | | than postponing it to distutils-r1_install_all.
* Use intermediate-root install.Michał Górny2012-12-011-1/+4
|
* Make distutils-r1_rename_scripts private. Rename all matching executables ↵Michał Górny2012-12-011-1/+5
| | | | recursively in given path(s) rather than using hardcoded path list.
* Introduce python-any-r1, to handle packages satisfied by any Python ↵Michał Górny2012-12-011-1/+6
| | | | implementation installed (e.g. strictly build-time dependent).
* Add missing REQUIRED_USE constraints to enforce PYTHON_SINGLE_TARGET being ↵Michał Górny2012-11-301-1/+5
| | | | in PYTHON_TARGETS.
* Support all EAPIs.Michał Górny2012-11-301-1/+4
|
* Make python-single-r1 stand-alone, and blocking python-r1.Michał Górny2012-11-301-1/+5
|
* add verbosity to waf-utils.eclass wrt #444562Julian Ospald2012-11-291-1/+4
|
* * Reduce potential clash of function names in global scopeJustin Lecher2012-11-281-1/+8
| | | | | | | * Use more manpage tags * resort phase functions to the end * require at least arguments for _fortran_compile_test() * log compile tests
* Use man page tagsJustin Lecher2012-11-281-1/+4
|
* Remove ebeep because newer nvidia-drivers have EAPI=4.Jeroen Roovers2012-11-271-1/+4
|
* Drop default LICENSE assignment.Ulrich Müller2012-11-271-1/+4
|
* Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, ↵Alexandre Rostovtsev2012-11-271-1/+5
| | | | thanks to Arfrever).
* Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to ↵Alexandre Rostovtsev2012-11-261-1/+5
| | | | Alphat-PC).
* Add python_optimize() to compile Python modules.Michał Górny2012-11-261-1/+4
|
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ↵Michał Górny2012-11-261-1/+6
| | | | overrides.
* Override incompatible functions in python-single-r1 directly, instead of ↵Michał Górny2012-11-261-1/+6
| | | | adding checks to python-r1.
* Really install only libs, not everything included in .so* (#442910 by ↵Pacho Ramos2012-11-251-1/+5
| | | | SpanKY, Samuli Suominen and Jim Faulkner).
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-1/+14
|
* Handle documentation as 'default' for eapi5 and newer (as discussed via ↵Pacho Ramos2012-11-241-1/+5
| | | | mail), bug #373131