Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | making vala_src_prepare() into a no-op in the | Pacho Ramos | 2012-12-02 | 2 | -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 Ramos | 2012-12-02 | 2 | -5/+20 |
| | | | | rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this. | ||||
* | Add a bit of debug. | Michał Górny | 2012-12-01 | 1 | -1/+3 |
| | |||||
* | Use a common BUILD_DIR variable. Acked by scarabeus. | Michał Górny | 2012-12-01 | 4 | -33/+50 |
| | |||||
* | Support parallel builds using multiprocessing eclass. | Michał Górny | 2012-12-01 | 2 | -4/+44 |
| | |||||
* | Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather ↵ | Michał Górny | 2012-12-01 | 2 | -20/+11 |
| | | | | than postponing it to distutils-r1_install_all. | ||||
* | Use intermediate-root install. | Michał Górny | 2012-12-01 | 2 | -4/+12 |
| | |||||
* | Make distutils-r1_rename_scripts private. Rename all matching executables ↵ | Michał Górny | 2012-12-01 | 2 | -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órny | 2012-12-01 | 4 | -3/+186 |
| | | | | implementation installed (e.g. strictly build-time dependent). | ||||
* | Add missing REQUIRED_USE constraints to enforce PYTHON_SINGLE_TARGET being ↵ | Michał Górny | 2012-11-30 | 2 | -2/+11 |
| | | | | in PYTHON_TARGETS. | ||||
* | Support all EAPIs. | Michał Górny | 2012-11-30 | 2 | -8/+8 |
| | |||||
* | Make python-single-r1 stand-alone, and blocking python-r1. | Michał Górny | 2012-11-30 | 4 | -37/+116 |
| | |||||
* | test-flag-PROG: read from stdin rather than directly from /dev/null as some ↵ | Mike Frysinger | 2012-11-29 | 1 | -2/+2 |
| | | | | compiler driver versions cannot handle that #443778 | ||||
* | add verbosity to waf-utils.eclass wrt #444562 | Julian Ospald | 2012-11-29 | 2 | -4/+15 |
| | |||||
* | disable X configure flags setting up bad -I/-L flags that will mess with ↵ | Mike Frysinger | 2012-11-29 | 1 | -1/+7 |
| | | | | multilib builds that need 3rd party libs (such as libjava and gtk/etc...) | ||||
* | * Reduce potential clash of function names in global scope | Justin Lecher | 2012-11-28 | 2 | -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 everywhere | Samuli Suominen | 2012-11-28 | 1 | -2/+2 |
| | |||||
* | Use man page tags | Justin Lecher | 2012-11-28 | 2 | -5/+6 |
| | |||||
* | Remove ebeep because newer nvidia-drivers have EAPI=4. | Jeroen Roovers | 2012-11-27 | 2 | -4/+6 |
| | |||||
* | Drop default LICENSE assignment. | Ulrich Müller | 2012-11-27 | 2 | -3/+5 |
| | |||||
* | Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, ↵ | Alexandre Rostovtsev | 2012-11-27 | 2 | -3/+7 |
| | | | | thanks to Arfrever). | ||||
* | drop SYMLINK_LIB patch since upstream has added a similar change to mainline | Mike Frysinger | 2012-11-26 | 1 | -2/+1 |
| | |||||
* | Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to ↵ | Alexandre Rostovtsev | 2012-11-26 | 2 | -4/+7 |
| | | | | Alphat-PC). | ||||
* | Add python_optimize() to compile Python modules. | Michał Górny | 2012-11-26 | 2 | -15/+55 |
| | |||||
* | Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ↵ | Michał Górny | 2012-11-26 | 3 | -3/+16 |
| | | | | overrides. | ||||
* | Override incompatible functions in python-single-r1 directly, instead of ↵ | Michał Górny | 2012-11-26 | 3 | -15/+22 |
| | | | | adding checks to python-r1. | ||||
* | fix by Julian Ospald to use correct default working dir for ↵ | Mike Frysinger | 2012-11-26 | 1 | -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órny | 2012-11-25 | 1 | -0/+30 |
| | | | | names (python_compile). | ||||
* | Really install only libs, not everything included in .so* (#442910 by ↵ | Pacho Ramos | 2012-11-25 | 2 | -3/+7 |
| | | | | SpanKY, Samuli Suominen and Jim Faulkner). | ||||
* | if uClibc is built w/out shared lib support (like nommu), then pass in ↵ | Mike Frysinger | 2012-11-24 | 1 | -2/+10 |
| | | | | --disable-shared #291870 by Petric Frank | ||||
* | depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by ↵ | Mike Frysinger | 2012-11-24 | 1 | -1/+5 |
| | | | | David Kredba | ||||
* | Fix EAPI checks, add double- and colliding include guards. | Michał Górny | 2012-11-24 | 6 | -14/+75 |
| | |||||
* | Introduce python-single-r1 to handle Python packages not supporting multiple ↵ | Michał Górny | 2012-11-24 | 1 | -0/+96 |
| | | | | implementations. | ||||
* | Move common Python functions to python-utils-r1. | Michał Górny | 2012-11-24 | 2 | -407/+449 |
| | |||||
* | Handle documentation as 'default' for eapi5 and newer (as discussed via ↵ | Pacho Ramos | 2012-11-24 | 2 | -5/+25 |
| | | | | mail), bug #373131 | ||||
* | Add epatch_user support in freebsd_do_patches, bug #444506 by Yuta SATOH | Alexis Ballier | 2012-11-24 | 1 | -1/+2 |
| | |||||
* | fix typo in env.d generation after recent rewrite so we store all ldpaths ↵ | Mike Frysinger | 2012-11-22 | 1 | -2/+2 |
| | | | | and not just the last one #444193 by Robert Cernansky | ||||
* | drop USE=nocxx support since everyone should be migrated now | Mike Frysinger | 2012-11-22 | 1 | -11/+2 |
| | |||||
* | systemd_do*: use local variable scope instead of subshelling. | Michał Górny | 2012-11-21 | 2 | -18/+17 |
| | |||||
* | Introduce python_domodule() to install Python modules. | Michał Górny | 2012-11-21 | 2 | -2/+89 |
| | |||||
* | Introduce python_doscript() to install Python scripts. | Michał Górny | 2012-11-21 | 2 | -2/+78 |
| | |||||
* | Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility. | Michał Górny | 2012-11-19 | 2 | -2/+203 |
| | |||||
* | Fix error case to be more descriptive. Move 'einfo' lower to avoid empty output. | Sergei Trofimovich | 2012-11-19 | 1 | -3/+4 |
| | |||||
* | Added new helper function 'cabal_chdeps' and and debug variable ↵ | Sergei Trofimovich | 2012-11-19 | 2 | -2/+77 |
| | | | | 'CABAL_DEBUG_LOOSENING' for it. | ||||
* | stop disabling multilib libjava #425154 #435728 | Mike Frysinger | 2012-11-19 | 1 | -48/+40 |
| | |||||
* | set FCFLAGS/FFLAGS when cross-compiling | Mike Frysinger | 2012-11-19 | 1 | -1/+3 |
| | |||||
* | test-flags-PROG: use arrays to simplify code a bit | Mike Frysinger | 2012-11-18 | 1 | -6/+6 |
| | |||||
* | test-flags: set the lang according to the compiler we are using rather than ↵ | Mike Frysinger | 2012-11-18 | 1 | -7/+8 |
| | | | | always testing the C frontend so that we can handle language-specific flags correctly #439914 by Alphat-PC | ||||
* | Actually make the mask print work. Yay for typos. | Doug Goldstein | 2012-11-18 | 1 | -2/+2 |
| | |||||
* | Update to support a new legacy series | Doug Goldstein | 2012-11-18 | 1 | -1/+20 |
| |