Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Include paths to wrapper scripts in error messages in wrapper scripts generated | Dirkjan Ochtman | 2011-07-08 | 1 | -8/+8 | |
| | | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.) | |||||
* | Fix handling of ROOT in wrapper scripts generated by | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+9 | |
| | | | | | python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.) | |||||
* | Allow to use _python_package_supporting_installation_for_multiple_python_abis() | Dirkjan Ochtman | 2011-07-08 | 1 | -17/+13 | |
| | | | | | in global scope and define it earlier. (Patch by Arfrever. Backported from python overlay.) | |||||
* | Add _PYTHON_ABI_PATTERN_REGEX. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+4 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Log syntax errors / warnings in python_mod_optimize(). | Dirkjan Ochtman | 2011-07-08 | 1 | -6/+20 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Support -l / --language option in python_get_version(). | Dirkjan Ochtman | 2011-07-08 | 1 | -28/+58 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Restrict gawk4, bug 374315 | Maciej Mrozowski | 2011-07-07 | 1 | -1/+3 | |
| | ||||||
* | Updates to versionator.eclass | Jonathan Callen | 2011-07-07 | 1 | -161/+277 | |
| | | | | | | | Add self to maintainers. Add full support for comparing all version specifications allowed by PMS. Clean up variable usage -- hopefully should make it a little faster (by using explicit integer variables). | |||||
* | Only check for gcc version in kde4-base.eclass if we actually compile something | Andreas K. Hüttel | 2011-07-06 | 1 | -4/+6 | |
| | ||||||
* | fix system-libvpx location for Gentoo Prefix, bug 369491 | Jeremy Olexa | 2011-07-06 | 1 | -2/+2 | |
| | ||||||
* | be a bit more restrictive on how to math libl so that it doesnt match liblzma | Alexis Ballier | 2011-07-06 | 1 | -2/+2 | |
| | ||||||
* | rename libcursesw to libncursesw too | Alexis Ballier | 2011-07-05 | 1 | -1/+4 | |
| | ||||||
* | Add custom-cflags per Calchan for mozilla products | Jory Pratt | 2011-07-04 | 1 | -3/+3 | |
| | ||||||
* | Pass Python ABI patterns list to _python_check_python_abi_matching() to | Dirkjan Ochtman | 2011-07-04 | 1 | -36/+21 | |
| | | | | simplify some code. (Patch by Arfrever. Backported from python overlay.) | |||||
* | Support PYTHON_TESTS_RESTRICTED_ABIS. | Dirkjan Ochtman | 2011-07-04 | 1 | -1/+13 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Support Python ABI patterns list in _python_check_python_abi_matching. | Dirkjan Ochtman | 2011-07-04 | 1 | -11/+48 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Fix coding style in some functions for consistency with other functions. | Dirkjan Ochtman | 2011-07-04 | 1 | -34/+62 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Support EAPI >=4 in python_src_install(). | Dirkjan Ochtman | 2011-07-04 | 1 | -2/+22 | |
| | | | | (Patch by Arfrever. Backported from python overlay.) | |||||
* | Print deprecation warnings in deprecated parts of python_mod_optimize() and | Dirkjan Ochtman | 2011-07-04 | 1 | -13/+13 | |
| | | | | python_mod_cleanup(). (Patch by Arfrever. Backported from python overlay.) | |||||
* | Delete python_version(), python_mod_exists(), python_tkinter_exists() and | Dirkjan Ochtman | 2011-07-04 | 1 | -25/+1 | |
| | | | | python_mod_compile(). (Patch by Arfrever. Backported from python overlay.) | |||||
* | Reverted last change | Anthony G. Basile | 2011-07-03 | 1 | -10/+1 | |
| | ||||||
* | Make dependency on pax-utils and paxctl explicit | Anthony G. Basile | 2011-07-02 | 1 | -10/+24 | |
| | ||||||
* | [eclass] Add openib eclass | Alexey Shvetsov | 2011-06-30 | 1 | -0/+74 | |
| | ||||||
* | Inherit base (bug #372831 by Gert Wollny). | Ryan Hill | 2011-06-30 | 1 | -2/+2 | |
| | ||||||
* | Removed 5.4 and 5.5 from default USE_PHP | Ole Markus With | 2011-06-29 | 1 | -2/+2 | |
| | ||||||
* | Allow possiblle trailing slashes in src_prepare path cleanup, thanks Rion | Bernard Cafarelli | 2011-06-28 | 1 | -5/+5 | |
| | ||||||
* | After channel.xml files were copied locally, all SRC_URI's broke for the ↵ | Ole Markus With | 2011-06-28 | 1 | -3/+2 | |
| | | | | pear ebuilds | |||||
* | Only touch CMakeLists.txt once | Jonathan Callen | 2011-06-27 | 1 | -2/+5 | |
| | ||||||
* | Sync sitefile support from elisp-common.eclass. XEmacs can now use the same ↵ | Hans de Graaff | 2011-06-26 | 1 | -2/+167 | |
| | | | | mechanism to install sitefile code, sans the backwards compatible provisions. | |||||
* | return an EPREFIX'd path in systemd_get_unitdir(), approved by maintainer | Jeremy Olexa | 2011-06-24 | 1 | -2/+3 | |
| | ||||||
* | Update pango dep to be pango[X] since all mozilla products still use pangoxft | Nirbheek Chauhan | 2011-06-24 | 1 | -2/+3 | |
| | ||||||
* | Add note on dependency of virtual/fortran to fortran-2.eclass | Justin Lecher | 2011-06-21 | 1 | -2/+3 | |
| | ||||||
* | Remove dependency on virtual/fortran from fortran-2.eclass | Justin Lecher | 2011-06-21 | 1 | -4/+1 | |
| | ||||||
* | Added EAPI=0 support to fortran.eclass | Justin Lecher | 2011-06-21 | 1 | -2/+2 | |
| | ||||||
* | fortran-2.eclass added | Justin Lecher | 2011-06-21 | 1 | -0/+154 | |
| | ||||||
* | Raise dependency on util-macros | Chí-Thanh Christopher Nguyễn | 2011-06-20 | 1 | -2/+2 | |
| | ||||||
* | Add systemd_newunit() to handle @-related renames gracefully. | Michał Górny | 2011-06-19 | 1 | -1/+15 | |
| | ||||||
* | Support passing an optional configure option name to systemd_with_unitdir. | Michał Górny | 2011-06-16 | 1 | -2/+9 | |
| | ||||||
* | Fix gnome.org.eclass for unset EAPI (EAPI=0) | Jonathan Callen | 2011-06-16 | 1 | -2/+2 | |
| | ||||||
* | Default to .tar.xz for ebuilds with EAPI >=4 | Nirbheek Chauhan | 2011-06-16 | 1 | -4/+10 | |
| | ||||||
* | The Great KDE Slot Move: gentoo-x86 Edition (move all the kde-base/ packages ↵ | Jonathan Callen | 2011-06-15 | 3 | -135/+49 | |
| | | | | from version-specific slots to :4) | |||||
* | Re-add support for Bash versions < 4.2 (the manuals tend not to be clear ↵ | Jonathan Callen | 2011-06-15 | 1 | -2/+2 | |
| | | | | about when a feature is added) | |||||
* | Sync eclasses from overlay | Jonathan Callen | 2011-06-15 | 3 | -107/+76 | |
| | ||||||
* | Use DEFAULT_ABI instead of USE flags to select primary MIPS ABI, bug 370717 | Matt Turner | 2011-06-14 | 1 | -29/+3 | |
| | ||||||
* | Escape $ in double quotes when it's meant to be used literally. Acked by ↵ | Petteri Räty | 2011-06-14 | 1 | -2/+2 | |
| | | | | flameeyes. | |||||
* | Implement live functionality | Christoph Mende | 2011-06-13 | 1 | -23/+33 | |
| | ||||||
* | Introduce systemd_dotmpfilesd() for installing tmpfiles.d files. | Michał Górny | 2011-06-11 | 1 | -1/+15 | |
| | ||||||
* | Be compatible with bash3 as well. | Diego Elio Pettenò | 2011-06-10 | 1 | -4/+4 | |
| | ||||||
* | Use a safer syntax for libtool.eclass (bug #370983). | Diego Elio Pettenò | 2011-06-10 | 1 | -5/+3 | |
| | ||||||
* | virtualx.eclass should depend on xorg-server[xvfb] instead of -minimal, bug ↵ | Matt Turner | 2011-06-09 | 1 | -2/+2 | |
| | | | | 357295 |