summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* - Update cmake-utils eclass so it respect user defined CFLAGS and so on.Tomas Chvatal2008-11-051-17/+39
| | | | | - Fixes bug 221049. - Thanks to matthew.m.mccormick@gmail.com whom made this patch.
* share Module.symvers between all compiled modules, patch from Peter Volkov ↵Daniel Drake2008-11-051-1/+3
| | | | in bug #237618
* Corrected install path. Fixes bug #242226, thanks to Kamil Kisiel ↵Olivier Fisette2008-11-031-9/+21
| | | | <kamil@kamilkisiel.net> for reporting.
* do not filter TOC related flags for ppc64Mike Frysinger2008-11-031-2/+2
|
* Remove RESTRICT=distcc for now, its obvious it will never be an option when ↵Gordon Malm2008-11-021-3/+1
| | | | a 3rd party decides what goes in our PMS.
* documentation tweaks from Fabio RossiDaniel Drake2008-11-011-5/+4
|
* Add bug #120001 to comment for RESTRICT=distccGordon Malm2008-11-011-2/+2
|
* Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in ↵Gordon Malm2008-10-311-1/+2
| | | | linux-mod.eclass bug #167844
* Add distcc to RESTRICT in linux-mod.eclass bug #167844Gordon Malm2008-10-311-1/+2
|
* allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642Daniel Drake2008-10-311-2/+2
|
* add some fantastic documentation from Fabio Rossi in bug #217560Daniel Drake2008-10-311-65/+187
|
* Add documentation from Fabio Rossi in bug #217562Daniel Drake2008-10-311-47/+151
|
* add some documentation, patch from Eric Brown in bug #190934Daniel Drake2008-10-311-1/+15
|
* Remove virtual/tetex, bug 222501.Ulrich Müller2008-10-311-2/+1
|
* Use TEXLIVE_MODULES_DEPS only for TeX Live 2007Alexis Ballier2008-10-311-3/+4
|
* Updated .DirIcon file type detection to match new output I'm getting from aJim Ramsay2008-10-311-3/+4
| | | | recent upgrade of 'file'.
* Bug #244946 - Use different syntax to pipe find output into while loops insideZac Medico2008-10-301-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}.Ali Polatel2008-10-281-10/+20
|
* Add inheritage of flag-o-matic eclass. Fixes bug #244625.Tomas Chvatal2008-10-281-2/+2
|
* Don't assign a default to SITEFILE, since elisp-common.eclass doesn't use it.Ulrich Müller2008-10-271-6/+1
|
* allow build type to be overridden via $CMAKE_BUILD_TYPEMike Frysinger2008-10-271-2/+2
|
* Don't call python_version in python_{en,dis}able_pyc because they may be ↵Ali Polatel2008-10-271-13/+5
| | | | called in global scope.
* erm, previous commit wasnt ready, but should be ok with this fixMike Frysinger2008-10-271-2/+2
|
* use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ↵Mike Frysinger2008-10-271-4/+4
| | | | ourselves #194380
* pass CROSS_COMPILE=${CHOST}- to build process #194380Mike Frysinger2008-10-271-4/+4
|
* set threading type to win32 for ming targets #242344 by cJMike Frysinger2008-10-272-8/+11
|
* distutils_src_install should call python_need_rebuild.Ali Polatel2008-10-271-1/+4
|
* Add python_need_rebuild marker function. The first step for a faster ↵Ali Polatel2008-10-271-1/+9
| | | | python-updater :)
* Quoting.Ali Polatel2008-10-261-2/+2
|
* Bashify python_mod_cleanup, make it work for paths with spaces in them.Ali Polatel2008-10-261-20/+17
|
* Bashify python_mod_optimize, thanks to Steve Long.Ali Polatel2008-10-261-17/+23
|
* Bashify python_mod_compile, thanks to Steve Long.Ali Polatel2008-10-261-7/+7
|
* Bashify, thanks to Steve Long.Ali Polatel2008-10-261-7/+4
|
* Use PYTHONDONTWRITEBYTECODE to {en,dis}able pyc for 2.6 and above.Ali Polatel2008-10-261-23/+33
|
* install apache2ctl wrapper script if availableBenedikt Boehm2008-10-251-3/+8
|
* add blockers to the gnome-python-common eclass, try again...Rémi Cardona2008-10-251-2/+2
|
* Initial import.Ulrich Müller2008-10-251-0/+246
|
* add blockers to the gnome-python-common eclassRémi Cardona2008-10-251-2/+7
|
* Add a configure switch for gcc-4.3's fixed-point arithmetic support for MIPS ↵Joshua Kinard2008-10-241-1/+8
| | | | targets, as enabling this support lengthens gcc's compile time by several hours, depending on the machine.
* Fix quoting, re-fix bug #238727Gilles Dartiguelongue2008-10-221-2/+2
|
* Make USE='-openmp' work. Bug #234841.Ryan Hill2008-10-201-1/+5
|
* gnome2-utils is now ${ROOT} aware, fix bug #238727.Gilles Dartiguelongue2008-10-191-3/+3
|
* Fix to work with libtool-2.2. Thanks to loki_val in bug #230271.Petteri Räty2008-10-161-1/+8
|
* Partial sync from Emacs overlay (revision 1176).Ulrich Müller2008-10-162-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 #241716Alexis Ballier2008-10-141-6/+6
|
* Add function names to error messages.Ulrich Müller2008-10-121-8/+7
|
* fix bug #240060Matti Bickel2008-10-121-7/+15
|
* Export PATH with KDEDIR first before calling configure or make. FixesMarcus D. Hanwell2008-10-111-2/+6
| | | | bug 238027.
* Move the src_prepare export from java-utils-2 to java-pkg-2 and ↵Vlastimil Babka2008-10-113-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 ↵Jorge Manuel B. S. Vicetto2008-10-111-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.