Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix not passing arguments. Per bug #300420. Thanks to Dennis Schridde ↵ | 2010-01-10 | 1 | -8/+8 | |
| | | | | (devurandom) for the patch. | ||||
* | Fix wrongly commited autotools eclass. | 2010-01-10 | 1 | -3/+3 | |
| | |||||
* | Fix reavers email. | 2010-01-10 | 2 | -5/+5 | |
| | |||||
* | Use $(PYTHON -A) instead of $(PYTHON ${PYVER}). | 2010-01-10 | 1 | -11/+10 | |
| | |||||
* | Ensure that python.eclass cannot be used with EAPIs, in which API of ↵ | 2010-01-10 | 1 | -63/+64 | |
| | | | | | | | | | | | python.eclass has not been yet established. >=app-shells/bash-3.2 is now required by PMS, so DEPEND does not need to explicitly specify it. Add support for -A / --active option of PYTHON(). Rename --only-ABI option to --ABI. Print more detailed error messages in validate_PYTHON_ABIS() (bug #298107). Support symlinks to wrapper scripts generated by python_generate_wrapper_scripts(). Do not use python_version(). Use $(PYTHON -A) / $(PYTHON -A --ABI) instead of ${PYVER}. Fix python_mod_optimize() and python_mod_cleanup() for packages not supporting installation for multiple versions of Python in EAPI >=3. | ||||
* | Fix the EPATCH_EXCLUDE properly by patch from Griffon26. Also it fixes bug ↵ | 2010-01-10 | 1 | -5/+6 | |
| | | | | #300360. | ||||
* | [eutils.eclass] QA: Fix EPATCH_EXCLUDE not working at all. | 2010-01-10 | 1 | -3/+5 | |
| | |||||
* | Bug #258209: Fix quoting of directories. | 2010-01-10 | 1 | -54/+54 | |
| | |||||
* | Bug #286145: More flexible logic for OUTPUT_DIR defaults. | 2010-01-10 | 1 | -3/+2 | |
| | |||||
* | Inside kernel_is, use a non-keyword for the variable name, and quote the ↵ | 2010-01-10 | 1 | -9/+9 | |
| | | | | actual check at the end. | ||||
* | Bug #283320: major change now, as warned about 1 month ago in ↵ | 2010-01-10 | 1 | -17/+4 | |
| | | | | http://thread.gmane.org/gmane.linux.gentoo.devel/64125. ALL linux_chkconfig calls MUST be preceeded by a linux_config*exists function. CONFIG_CHECK warning mode (~) no longer requires existence of kernel sources or any configuration. The eclass no longer introduces linux-sources into the dependency tree. | ||||
* | Bug #300306, #167385: One side effect of the non-exec check version for the ↵ | 2010-01-10 | 1 | -7/+22 | |
| | | | | kernel makefile is that it did not pick up appends, breaking builds on some patched kernels. Try the exec version first now, with a fallback. | ||||
* | Display any configured warning or error message along with the list of ↵ | 2010-01-10 | 1 | -2/+8 | |
| | | | | config options when we cannot detect a config. | ||||
* | epatch - fix unbalanced eshopts_pop #300360 | 2010-01-10 | 1 | -5/+3 | |
| | |||||
* | Correct an undeclared IUSE doc and fix documentation for ↵ | 2010-01-09 | 1 | -3/+3 | |
| | | | | RUBY_FAKEGEM_REQUIRE_PATHS. | ||||
* | move ip28/ip32r10k to the one ebuild using them #299985 | 2010-01-09 | 1 | -2/+2 | |
| | |||||
* | rewrite epatch greatly -- clean up logging, quoting, shell opts, file name ↵ | 2010-01-09 | 1 | -218/+206 | |
| | | | | checking, and decompression | ||||
* | we want to move files only, really | 2010-01-09 | 1 | -2/+2 | |
| | |||||
* | no need to move texmf/doc .cnf/cfg files to /etc | 2010-01-09 | 1 | -2/+2 | |
| | |||||
* | Add an einfo when moving config files | 2010-01-08 | 1 | -1/+2 | |
| | |||||
* | sort is not needed, remaining of a (failed) attempt to manually clean up | 2010-01-07 | 1 | -2/+2 | |
| | |||||
* | Handle the AddFormat directive of TeX Live 2009 | 2010-01-07 | 1 | -1/+22 | |
| | |||||
* | build the formats after looking for jobs in the tlpkgs so that the AddFormat ↵ | 2010-01-07 | 1 | -11/+11 | |
| | | | | directive will work | ||||
* | relocate 'RELOC' files when unpacking | 2010-01-07 | 1 | -1/+11 | |
| | |||||
* | give unpack support for tl2009 | 2010-01-07 | 1 | -2/+24 | |
| | |||||
* | Add SRC_URI support for TeX Live 2009 | 2010-01-07 | 1 | -10/+17 | |
| | |||||
* | fix typo | 2010-01-03 | 1 | -2/+2 | |
| | |||||
* | Bug #281314 - Do die if the license file can not be found until after | 2010-01-03 | 1 | -2/+2 | |
| | | | | ACCEPT_LICENSE has been checked (since it may not be necessary to die). | ||||
* | Add base_src_make call and make games eclass use it (In preparation for new ↵ | 2010-01-03 | 2 | -3/+9 | |
| | | | | base eclass that uses that call). | ||||
* | Update base function calls to comply with currently in-review eclass. | 2010-01-03 | 5 | -12/+12 | |
| | |||||
* | Add PDEPEND on app-shells/bash-completion, bug 299051. | 2010-01-02 | 1 | -4/+5 | |
| | |||||
* | Don't error out if there is neither bin nor lib directories to install. | 2010-01-01 | 1 | -2/+3 | |
| | | | | This is the case of the pg gem for instance. | ||||
* | Add a test for app-admin/eselect around RDEPEND to avoid circular dependencies. | 2009-12-31 | 1 | -3/+7 | |
| | | | | Clarify elog message. | ||||
* | php-5.3 compatibility (5.3 supports zend_extension= in php.ini's only, ↵ | 2009-12-30 | 1 | -1/+9 | |
| | | | | without any suffix) | ||||
* | Sync from Emacs overlay (revision 1477). | 2009-12-29 | 1 | -14/+2 | |
| | | | | | Remove the warning about obsolete files; the install location was changed two years ago. | ||||
* | Replace cp with git clone (faster, yay) | 2009-12-29 | 1 | -2/+2 | |
| | |||||
* | Add a variable to explicit further required paths, useful for gems like ↵ | 2009-12-26 | 1 | -2/+13 | |
| | | | | RedCloth. | ||||
* | Properly report the source copy phase. | 2009-12-25 | 1 | -2/+3 | |
| | |||||
* | Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be ported | 2009-12-25 | 1 | -39/+14 | |
| | |||||
* | you never know what the future will bring (an IRIX port?) so don't rely on ↵ | 2009-12-25 | 1 | -3/+2 | |
| | | | | get_libdir always returning lib | ||||
* | Apply changes for prefix to qt4-build.eclass | 2009-12-24 | 1 | -40/+233 | |
| | |||||
* | dont need the binutils-config-1.9 sanity check anymore #297928 by Willard Dawson | 2009-12-24 | 1 | -4/+1 | |
| | |||||
* | Disallow using of ${python}, distutils_python_version() and ↵ | 2009-12-24 | 1 | -2/+51 | |
| | | | | distutils_python_tkinter() in EAPI >=3. Add renaming of Python scripts containing versioned shebangs and generation of wrapper scripts. | ||||
* | Update EAPI checks. Add support for -2, -3, --only-ABI and --final-ABI ↵ | 2009-12-23 | 1 | -26/+283 | |
| | | | | options of PYTHON(). Add python_set_active_version(). Add python_generate_wrapper_scripts(). | ||||
* | Fixes from kde overlay | 2009-12-23 | 1 | -4/+4 | |
| | |||||
* | Sync from kde-testing. Use NOCOLOR variable instead of some local one. | 2009-12-22 | 1 | -6/+2 | |
| | |||||
* | Fix typo (qt4-build-edge -> qt4-build) | 2009-12-22 | 1 | -3/+3 | |
| | |||||
* | Remove cruft from qt4-build.eclass, in preparation for merging of prefix changes | 2009-12-22 | 1 | -208/+73 | |
| | |||||
* | Allow for multiple documentation directories. | 2009-12-21 | 1 | -4/+6 | |
| | |||||
* | Remove usage of SANDBOX_DISABLED, per bug 107479 | 2009-12-21 | 1 | -13/+4 | |
| |