summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix not passing arguments. Per bug #300420. Thanks to Dennis Schridde ↵Tomas Chvatal2010-01-101-8/+8
| | | | (devurandom) for the patch.
* Fix wrongly commited autotools eclass.Tomas Chvatal2010-01-101-3/+3
|
* Fix reavers email.Tomas Chvatal2010-01-102-5/+5
|
* Use $(PYTHON -A) instead of $(PYTHON ${PYVER}).Arfrever Frehtes Taifersar Arahesis2010-01-101-11/+10
|
* Ensure that python.eclass cannot be used with EAPIs, in which API of ↵Arfrever Frehtes Taifersar Arahesis2010-01-101-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 ↵Tomas Chvatal2010-01-101-5/+6
| | | | #300360.
* [eutils.eclass] QA: Fix EPATCH_EXCLUDE not working at all.Tomas Chvatal2010-01-101-3/+5
|
* Bug #258209: Fix quoting of directories.Robin H. Johnson2010-01-101-54/+54
|
* Bug #286145: More flexible logic for OUTPUT_DIR defaults.Robin H. Johnson2010-01-101-3/+2
|
* Inside kernel_is, use a non-keyword for the variable name, and quote the ↵Robin H. Johnson2010-01-101-9/+9
| | | | actual check at the end.
* Bug #283320: major change now, as warned about 1 month ago in ↵Robin H. Johnson2010-01-101-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 ↵Robin H. Johnson2010-01-101-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 ↵Robin H. Johnson2010-01-101-2/+8
| | | | config options when we cannot detect a config.
* epatch - fix unbalanced eshopts_pop #300360Mike Frysinger2010-01-101-5/+3
|
* Correct an undeclared IUSE doc and fix documentation for ↵Diego Elio Pettenò2010-01-091-3/+3
| | | | RUBY_FAKEGEM_REQUIRE_PATHS.
* move ip28/ip32r10k to the one ebuild using them #299985Mike Frysinger2010-01-091-2/+2
|
* rewrite epatch greatly -- clean up logging, quoting, shell opts, file name ↵Mike Frysinger2010-01-091-218/+206
| | | | checking, and decompression
* we want to move files only, reallyAlexis Ballier2010-01-091-2/+2
|
* no need to move texmf/doc .cnf/cfg files to /etcAlexis Ballier2010-01-091-2/+2
|
* Add an einfo when moving config filesAlexis Ballier2010-01-081-1/+2
|
* sort is not needed, remaining of a (failed) attempt to manually clean upAlexis Ballier2010-01-071-2/+2
|
* Handle the AddFormat directive of TeX Live 2009Alexis Ballier2010-01-071-1/+22
|
* build the formats after looking for jobs in the tlpkgs so that the AddFormat ↵Alexis Ballier2010-01-071-11/+11
| | | | directive will work
* relocate 'RELOC' files when unpackingAlexis Ballier2010-01-071-1/+11
|
* give unpack support for tl2009Alexis Ballier2010-01-071-2/+24
|
* Add SRC_URI support for TeX Live 2009Alexis Ballier2010-01-071-10/+17
|
* fix typoMichael Sterrett2010-01-031-2/+2
|
* Bug #281314 - Do die if the license file can not be found until afterZac Medico2010-01-031-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 ↵Tomas Chvatal2010-01-032-3/+9
| | | | base eclass that uses that call).
* Update base function calls to comply with currently in-review eclass.Tomas Chvatal2010-01-035-12/+12
|
* Add PDEPEND on app-shells/bash-completion, bug 299051.Ulrich Müller2010-01-021-4/+5
|
* Don't error out if there is neither bin nor lib directories to install.Diego Elio Pettenò2010-01-011-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.Ulrich Müller2009-12-311-3/+7
| | | | Clarify elog message.
* php-5.3 compatibility (5.3 supports zend_extension= in php.ini's only, ↵Christian Hoffmann2009-12-301-1/+9
| | | | without any suffix)
* Sync from Emacs overlay (revision 1477).Ulrich Müller2009-12-291-14/+2
| | | | | Remove the warning about obsolete files; the install location was changed two years ago.
* Replace cp with git clone (faster, yay)Tomas Chvatal2009-12-291-2/+2
|
* Add a variable to explicit further required paths, useful for gems like ↵Diego Elio Pettenò2009-12-261-2/+13
| | | | RedCloth.
* Properly report the source copy phase.Diego Elio Pettenò2009-12-251-2/+3
|
* Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be portedJonathan Callen2009-12-251-39/+14
|
* you never know what the future will bring (an IRIX port?) so don't rely on ↵Fabian Groffen2009-12-251-3/+2
| | | | get_libdir always returning lib
* Apply changes for prefix to qt4-build.eclassJonathan Callen2009-12-241-40/+233
|
* dont need the binutils-config-1.9 sanity check anymore #297928 by Willard DawsonMike Frysinger2009-12-241-4/+1
|
* Disallow using of ${python}, distutils_python_version() and ↵Arfrever Frehtes Taifersar Arahesis2009-12-241-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 ↵Arfrever Frehtes Taifersar Arahesis2009-12-231-26/+283
| | | | options of PYTHON(). Add python_set_active_version(). Add python_generate_wrapper_scripts().
* Fixes from kde overlayJonathan Callen2009-12-231-4/+4
|
* Sync from kde-testing. Use NOCOLOR variable instead of some local one.Tomas Chvatal2009-12-221-6/+2
|
* Fix typo (qt4-build-edge -> qt4-build)Jonathan Callen2009-12-221-3/+3
|
* Remove cruft from qt4-build.eclass, in preparation for merging of prefix changesJonathan Callen2009-12-221-208/+73
|
* Allow for multiple documentation directories.Diego Elio Pettenò2009-12-211-4/+6
|
* Remove usage of SANDBOX_DISABLED, per bug 107479Jonathan Callen2009-12-211-13/+4
|