Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in ↵ | 2008-10-31 | 1 | -1/+2 | |
| | | | | linux-mod.eclass bug #167844 | ||||
* | Add distcc to RESTRICT in linux-mod.eclass bug #167844 | 2008-10-31 | 1 | -1/+2 | |
| | |||||
* | allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642 | 2008-10-31 | 1 | -2/+2 | |
| | |||||
* | add some fantastic documentation from Fabio Rossi in bug #217560 | 2008-10-31 | 1 | -65/+187 | |
| | |||||
* | Add documentation from Fabio Rossi in bug #217562 | 2008-10-31 | 1 | -47/+151 | |
| | |||||
* | add some documentation, patch from Eric Brown in bug #190934 | 2008-10-31 | 1 | -1/+15 | |
| | |||||
* | Remove virtual/tetex, bug 222501. | 2008-10-31 | 1 | -2/+1 | |
| | |||||
* | Use TEXLIVE_MODULES_DEPS only for TeX Live 2007 | 2008-10-31 | 1 | -3/+4 | |
| | |||||
* | Updated .DirIcon file type detection to match new output I'm getting from a | 2008-10-31 | 1 | -3/+4 | |
| | | | | recent upgrade of 'file'. | ||||
* | Bug #244946 - Use different syntax to pipe find output into while loops inside | 2008-10-30 | 1 | -6/+6 | |
| | | | | | | | | | | python_mod_cleanup(), as a workaround for a bug in <bash-3.2 which causes incorrect saving of the environment when < <(find ...) syntax is used. The bug causes bash to die when attempting to source the resulting environment file. A similar issue has affected eutils.eclass in the past, triggering bug #215340. Also fix inverted argument validation logic inside python_mod_exists(), broken since version 1.47. Thanks to zlin for reporting. | ||||
* | fix distutils_pkg_post{inst,rm}. | 2008-10-28 | 1 | -10/+20 | |
| | |||||
* | Add inheritage of flag-o-matic eclass. Fixes bug #244625. | 2008-10-28 | 1 | -2/+2 | |
| | |||||
* | Don't assign a default to SITEFILE, since elisp-common.eclass doesn't use it. | 2008-10-27 | 1 | -6/+1 | |
| | |||||
* | allow build type to be overridden via $CMAKE_BUILD_TYPE | 2008-10-27 | 1 | -2/+2 | |
| | |||||
* | Don't call python_version in python_{en,dis}able_pyc because they may be ↵ | 2008-10-27 | 1 | -13/+5 | |
| | | | | called in global scope. | ||||
* | erm, previous commit wasnt ready, but should be ok with this fix | 2008-10-27 | 1 | -2/+2 | |
| | |||||
* | use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ↵ | 2008-10-27 | 1 | -4/+4 | |
| | | | | ourselves #194380 | ||||
* | pass CROSS_COMPILE=${CHOST}- to build process #194380 | 2008-10-27 | 1 | -4/+4 | |
| | |||||
* | set threading type to win32 for ming targets #242344 by cJ | 2008-10-27 | 2 | -8/+11 | |
| | |||||
* | distutils_src_install should call python_need_rebuild. | 2008-10-27 | 1 | -1/+4 | |
| | |||||
* | Add python_need_rebuild marker function. The first step for a faster ↵ | 2008-10-27 | 1 | -1/+9 | |
| | | | | python-updater :) | ||||
* | Quoting. | 2008-10-26 | 1 | -2/+2 | |
| | |||||
* | Bashify python_mod_cleanup, make it work for paths with spaces in them. | 2008-10-26 | 1 | -20/+17 | |
| | |||||
* | Bashify python_mod_optimize, thanks to Steve Long. | 2008-10-26 | 1 | -17/+23 | |
| | |||||
* | Bashify python_mod_compile, thanks to Steve Long. | 2008-10-26 | 1 | -7/+7 | |
| | |||||
* | Bashify, thanks to Steve Long. | 2008-10-26 | 1 | -7/+4 | |
| | |||||
* | Use PYTHONDONTWRITEBYTECODE to {en,dis}able pyc for 2.6 and above. | 2008-10-26 | 1 | -23/+33 | |
| | |||||
* | install apache2ctl wrapper script if available | 2008-10-25 | 1 | -3/+8 | |
| | |||||
* | add blockers to the gnome-python-common eclass, try again... | 2008-10-25 | 1 | -2/+2 | |
| | |||||
* | Initial import. | 2008-10-25 | 1 | -0/+246 | |
| | |||||
* | add blockers to the gnome-python-common eclass | 2008-10-25 | 1 | -2/+7 | |
| | |||||
* | Add a configure switch for gcc-4.3's fixed-point arithmetic support for MIPS ↵ | 2008-10-24 | 1 | -1/+8 | |
| | | | | targets, as enabling this support lengthens gcc's compile time by several hours, depending on the machine. | ||||
* | Fix quoting, re-fix bug #238727 | 2008-10-22 | 1 | -2/+2 | |
| | |||||
* | Make USE='-openmp' work. Bug #234841. | 2008-10-20 | 1 | -1/+5 | |
| | |||||
* | gnome2-utils is now ${ROOT} aware, fix bug #238727. | 2008-10-19 | 1 | -3/+3 | |
| | |||||
* | Fix to work with libtool-2.2. Thanks to loki_val in bug #230271. | 2008-10-16 | 1 | -1/+8 | |
| | |||||
* | Partial sync from Emacs overlay (revision 1176). | 2008-10-16 | 2 | -13/+24 | |
| | | | | | | | | | | | | | elisp.class: Allow for packages without site-init file in elisp_src_install. Remove "die" messages since elisp-common.eclass is verbose enough. Document SITEFILE variable. elisp-common.eclass: Use sed instead of cat for concatenation of site-init files, since they may not have a trailing newline. Add function names to error messages. Document SITEETC as eclass variable. | ||||
* | Drop symlinks creation messages to einfo instead of elog, bug #241716 | 2008-10-14 | 1 | -6/+6 | |
| | |||||
* | Add function names to error messages. | 2008-10-12 | 1 | -8/+7 | |
| | |||||
* | fix bug #240060 | 2008-10-12 | 1 | -7/+15 | |
| | |||||
* | Export PATH with KDEDIR first before calling configure or make. Fixes | 2008-10-11 | 1 | -2/+6 | |
| | | | | bug 238027. | ||||
* | Move the src_prepare export from java-utils-2 to java-pkg-2 and ↵ | 2008-10-11 | 3 | -5/+24 | |
| | | | | java-pkg-opt-2 (where it's now called only if USE=java). | ||||
* | As we moved KDEDIR setting to pkg_setup, we can't set PREFIX to it in global ↵ | 2008-10-11 | 1 | -8/+5 | |
| | | | | | | | scope. Furthermore, now that we have kdeprefix, set PREFIX to KDEDIR in pkg_setup and so make the install location dependent on kdeprefix for all packages that inherit kde4-base. | ||||
* | EAPI 2 support | 2008-10-11 | 1 | -12/+13 | |
| | |||||
* | Run java-config --help to see if the user hasn't run python-updater. | 2008-10-10 | 1 | -1/+9 | |
| | |||||
* | Remove the tr which truncates utf8 man pages, bug 225039. | 2008-10-10 | 1 | -3/+2 | |
| | |||||
* | Make sure JAVA_PKG_OPT_USE is respected for all eclass dependencies. Fixes ↵ | 2008-10-07 | 1 | -5/+9 | |
| | | | | bug #240334. | ||||
* | Added kommander to the KDM. | 2008-10-07 | 1 | -1/+2 | |
| | |||||
* | remove vntex block, its gone | 2008-10-06 | 1 | -2/+1 | |
| | |||||
* | Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix. | 2008-10-06 | 1 | -3/+3 | |
| | | | | Fixes bug 239987 |