summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Use separate TMPDIR for each Python implementation.Michał Górny2012-12-072-2/+9
|
* Report running implementation-common sub-phases verbosely.Michał Górny2012-12-072-2/+6
|
* Respect user preferences in python-any-r1 (EPYTHON, eselect-python).Michał Górny2012-12-072-3/+59
|
* Write split build logs for easier debugging.Michał Górny2012-12-072-3/+10
|
* Use multiprocessing post-fork wait mode to avoid early output when all jobs ↵Michał Górny2012-12-072-3/+7
| | | | are running.
* Do not die when sub-phases return non-true value. This is inconsistent with ↵Michał Górny2012-12-072-4/+9
| | | | 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-072-7/+32
| | | | functions.
* Introduce NO_WAF_LIBDIR to allow building packages that fails when libdir is ↵Tomas Chvatal2012-12-062-8/+30
| | | | set.
* Sort this eapi case stuff.Tomas Chvatal2012-12-062-3/+6
|
* The gnome2.eclass checks the configure script for certain items andDoug Goldstein2012-12-051-6/+7
| | | | | adjusts the arguments to econf based on those checks. Unfortunately when checking the configure script it did not respect ECONF_SOURCE.
* Add EAPI=5 support; add check for presents of license; handle docs, examples ↵Justin Lecher2012-12-052-67/+243
| | | | and man page in a more sane way;sort functions and document eclass for man-pages; Drop Sebastion as maintainer
* strip-flags: tweak -mfloat-abi in ALLOWED_FLAGS setup #445718 by Rick FarinaMike Frysinger2012-12-031-2/+2
|
* Improve the compatibility code thanks to Arfrever.Michał Górny2012-12-033-9/+15
|
* Oops, forgot the sed.Michał Górny2012-12-031-6/+6
|
* Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus.Michał Górny2012-12-033-6/+40
|
* whitespaceSamuli Suominen2012-12-031-2/+2
|
* Use virtual/udev in the eclass exampleSamuli Suominen2012-12-021-3/+5
|
* Commit new gstreamer eclasses as reviewed on gentoo-dev mailing list with a ↵Gilles Dartiguelongue2012-12-026-613/+352
| | | | 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-022-10/+31
| | | | 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-022-5/+20
| | | | rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this.
* Add a bit of debug.Michał Górny2012-12-011-1/+3
|
* Use a common BUILD_DIR variable. Acked by scarabeus.Michał Górny2012-12-014-33/+50
|
* Support parallel builds using multiprocessing eclass.Michał Górny2012-12-012-4/+44
|
* Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather ↵Michał Górny2012-12-012-20/+11
| | | | than postponing it to distutils-r1_install_all.
* Use intermediate-root install.Michał Górny2012-12-012-4/+12
|
* Make distutils-r1_rename_scripts private. Rename all matching executables ↵Michał Górny2012-12-012-20/+28
| | | | 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-014-3/+186
| | | | implementation installed (e.g. strictly build-time dependent).
* Add missing REQUIRED_USE constraints to enforce PYTHON_SINGLE_TARGET being ↵Michał Górny2012-11-302-2/+11
| | | | in PYTHON_TARGETS.
* Support all EAPIs.Michał Górny2012-11-302-8/+8
|
* Make python-single-r1 stand-alone, and blocking python-r1.Michał Górny2012-11-304-37/+116
|
* test-flag-PROG: read from stdin rather than directly from /dev/null as some ↵Mike Frysinger2012-11-291-2/+2
| | | | compiler driver versions cannot handle that #443778
* add verbosity to waf-utils.eclass wrt #444562Julian Ospald2012-11-292-4/+15
|
* disable X configure flags setting up bad -I/-L flags that will mess with ↵Mike Frysinger2012-11-291-1/+7
| | | | multilib builds that need 3rd party libs (such as libjava and gtk/etc...)
* * Reduce potential clash of function names in global scopeJustin Lecher2012-11-282-40/+49
| | | | | | | * Use more manpage tags * resort phase functions to the end * require at least arguments for _fortran_compile_test() * log compile tests
* Remove support for EAPI=4 to force EAPI=5 and verbose build.log everywhereSamuli Suominen2012-11-281-2/+2
|
* Use man page tagsJustin Lecher2012-11-282-5/+6
|
* Remove ebeep because newer nvidia-drivers have EAPI=4.Jeroen Roovers2012-11-272-4/+6
|
* Drop default LICENSE assignment.Ulrich Müller2012-11-272-3/+5
|
* Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, ↵Alexandre Rostovtsev2012-11-272-3/+7
| | | | thanks to Arfrever).
* drop SYMLINK_LIB patch since upstream has added a similar change to mainlineMike Frysinger2012-11-261-2/+1
|
* Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to ↵Alexandre Rostovtsev2012-11-262-4/+7
| | | | Alphat-PC).
* Add python_optimize() to compile Python modules.Michał Górny2012-11-262-15/+55
|
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ↵Michał Górny2012-11-263-3/+16
| | | | overrides.
* Override incompatible functions in python-single-r1 directly, instead of ↵Michał Górny2012-11-263-15/+22
| | | | adding checks to python-r1.
* fix by Julian Ospald to use correct default working dir for ↵Mike Frysinger2012-11-261-2/+5
| | | | enlightenment_src_prepare and EAPI=[01] #444344
* Add a simple test to make sure that functions do not collide with sub-phase ↵Michał Górny2012-11-251-0/+30
| | | | names (python_compile).
* Really install only libs, not everything included in .so* (#442910 by ↵Pacho Ramos2012-11-252-3/+7
| | | | SpanKY, Samuli Suominen and Jim Faulkner).
* if uClibc is built w/out shared lib support (like nommu), then pass in ↵Mike Frysinger2012-11-241-2/+10
| | | | --disable-shared #291870 by Petric Frank
* depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by ↵Mike Frysinger2012-11-241-1/+5
| | | | David Kredba
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-246-14/+75
|