| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | if uClibc is built w/out shared lib support (like nommu), then pass in --disa... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-24 | 1 | -2/+10 |
* | depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by Da... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-24 | 1 | -1/+5 |
* | Fix EAPI checks, add double- and colliding include guards. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-24 | 6 | -14/+75 |
* | Introduce python-single-r1 to handle Python packages not supporting multiple ... | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-24 | 1 | -0/+96 |
* | Move common Python functions to python-utils-r1. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-24 | 2 | -407/+449 |
* | Handle documentation as 'default' for eapi5 and newer (as discussed via mail)... | ![](//www.gravatar.com/avatar/62f8ca529bbf9ee9aa3c1b4bf6619d17?s=13&d=retro) Pacho Ramos | 2012-11-24 | 2 | -5/+25 |
* | Add epatch_user support in freebsd_do_patches, bug #444506 by Yuta SATOH | ![](//www.gravatar.com/avatar/bdfe43959b94effb58540b239fc9a312?s=13&d=retro) Alexis Ballier | 2012-11-24 | 1 | -1/+2 |
* | fix typo in env.d generation after recent rewrite so we store all ldpaths and... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-22 | 1 | -2/+2 |
* | drop USE=nocxx support since everyone should be migrated now | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-22 | 1 | -11/+2 |
* | systemd_do*: use local variable scope instead of subshelling. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-21 | 2 | -18/+17 |
* | Introduce python_domodule() to install Python modules. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-21 | 2 | -2/+89 |
* | Introduce python_doscript() to install Python scripts. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-21 | 2 | -2/+78 |
* | Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-19 | 2 | -2/+203 |
* | Fix error case to be more descriptive. Move 'einfo' lower to avoid empty output. | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2012-11-19 | 1 | -3/+4 |
* | Added new helper function 'cabal_chdeps' and and debug variable 'CABAL_DEBUG_... | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2012-11-19 | 2 | -2/+77 |
* | stop disabling multilib libjava #425154 #435728 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-19 | 1 | -48/+40 |
* | set FCFLAGS/FFLAGS when cross-compiling | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-19 | 1 | -1/+3 |
* | test-flags-PROG: use arrays to simplify code a bit | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-18 | 1 | -6/+6 |
* | test-flags: set the lang according to the compiler we are using rather than a... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-18 | 1 | -7/+8 |
* | Actually make the mask print work. Yay for typos. | ![](//www.gravatar.com/avatar/5e3ed10331dc78ae2f37c9a85df0a1b5?s=13&d=retro) Doug Goldstein | 2012-11-18 | 1 | -2/+2 |
* | Update to support a new legacy series | ![](//www.gravatar.com/avatar/5e3ed10331dc78ae2f37c9a85df0a1b5?s=13&d=retro) Doug Goldstein | 2012-11-18 | 1 | -1/+20 |
* | Remove the minimum restriction from PYTHON_DEPEND; any version of python from... | ![](//www.gravatar.com/avatar/343db2c9bfc4d041109000a3284478c3?s=13&d=retro) Mike Gilbert | 2012-11-17 | 2 | -3/+7 |
* | Rely on prune_libtool_files for eapis >= 5 as discussed with the team via mail. | ![](//www.gravatar.com/avatar/62f8ca529bbf9ee9aa3c1b4bf6619d17?s=13&d=retro) Pacho Ramos | 2012-11-17 | 2 | -10/+26 |
* | Raise python dependency to at least 2.5, fixes the breakage caused by silentl... | ![](//www.gravatar.com/avatar/14f03666230cc8b901417a96b263436d?s=13&d=retro) Thomas Sachau | 2012-11-17 | 2 | -3/+8 |
* | Restore dynamic linking of Cabal's ./setup and add building of shared librari... | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2012-11-16 | 3 | -6/+33 |
* | Depend on suse-build as most services require it. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2012-11-15 | 2 | -3/+10 |
* | Darn copy pasto overlook. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2012-11-15 | 2 | -4/+7 |
* | Use src_uri arrows to allow versioning sanely. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2012-11-15 | 2 | -6/+10 |
* | Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; sw... | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2012-11-12 | 2 | -35/+41 |
* | raw-ldflags: fix typo in previous commit #441808#10 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-11 | 2 | -2/+8 |
* | fix test failure after letting -L flags stay in LDFLAGS when stripping | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-11 | 1 | -3/+3 |
* | raw-ldflags: throw away flags that do not start with -Wl, #441808 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-11 | 1 | -3/+9 |
* | Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly ... | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2012-11-08 | 2 | -39/+45 |
* | Pass --disable-schemas-install when possible as discussed with the team via m... | ![](//www.gravatar.com/avatar/62f8ca529bbf9ee9aa3c1b4bf6619d17?s=13&d=retro) Pacho Ramos | 2012-11-07 | 2 | -3/+11 |
* | Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308 | ![](//www.gravatar.com/avatar/62f8ca529bbf9ee9aa3c1b4bf6619d17?s=13&d=retro) Pacho Ramos | 2012-11-07 | 2 | -2/+13 |
* | Fix enabling byte-compiling. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-05 | 2 | -3/+7 |
* | Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe... | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-04 | 2 | -7/+12 |
* | do not sed libstdc++ python dir with gcc-4.7+ since the issue has been fixed ... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-02 | 1 | -2/+2 |
* | do not try to move /lib32 if it does not exist #429726 | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2012-11-02 | 1 | -2/+4 |
* | Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, read... | ![](//www.gravatar.com/avatar/92acbdd6a6a4ac8239f987f1ee9181b8?s=13&d=retro) Robin H. Johnson | 2012-11-01 | 4 | -18/+85 |
* | Minor documentation improvements. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-01 | 2 | -7/+11 |
* | Mark _python_ln_rel as @INTERNAL. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-01 | 2 | -3/+7 |
* | Bug #392361: Fix mysql_install_db cases to work between all versions & variat... | ![](//www.gravatar.com/avatar/92acbdd6a6a4ac8239f987f1ee9181b8?s=13&d=retro) Robin H. Johnson | 2012-11-01 | 3 | -50/+161 |
* | Export PYTHONPATH for phases in out-of-source builds. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-01 | 2 | -3/+16 |
* | Explicitly set library build dir in out-of-source builds. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-11-01 | 2 | -3/+11 |
* | Update homepage. | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2012-11-01 | 2 | -3/+6 |
* | Minor change in the example to include - | ![](//www.gravatar.com/avatar/3fd276704065a063dbbb61aa9e03df7e?s=13&d=retro) Samuli Suominen | 2012-10-31 | 1 | -3/+3 |
* | Better example of usage of this eclass | ![](//www.gravatar.com/avatar/3fd276704065a063dbbb61aa9e03df7e?s=13&d=retro) Samuli Suominen | 2012-10-31 | 1 | -2/+8 |
* | New functions for installing udev rules. Drop prefix code as requested by gro... | ![](//www.gravatar.com/avatar/3fd276704065a063dbbb61aa9e03df7e?s=13&d=retro) Samuli Suominen | 2012-10-31 | 1 | -3/+30 |
* | Enable byte-compilation of Python modules only locally for distutils-r1_pytho... | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-10-31 | 2 | -3/+8 |