Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Apply whitespace checks from repoman to eclasses. | 2006-01-01 | 1 | -3/+3 | ||
| | ||||||
* | Fixes bug #113142 | 2005-12-30 | 1 | -2/+9 | ||
| | ||||||
* | Fixes bug #111682, thanks Dieter | 2005-12-30 | 1 | -6/+6 | ||
| | ||||||
* | Fixing bug #109233 | 2005-12-30 | 1 | -2/+2 | ||
| | ||||||
* | Apply whitespace checks from repoman to eclasses. | 2005-09-25 | 1 | -2/+2 | ||
| | ||||||
* | Fixes bug #103878 | 2005-09-22 | 1 | -48/+53 | ||
| | ||||||
* | closes bug #98721 - localversions not handled correctly | 2005-07-14 | 1 | -3/+18 | ||
| | ||||||
* | QA: Apply whitespace checks from repoman to eclasses. | 2005-07-11 | 1 | -29/+28 | ||
| | ||||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | ||
| | ||||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | ||
| | ||||||
* | Cleaning up spaces/tabs | 2005-06-01 | 1 | -7/+7 | ||
| | ||||||
* | Fixing bug #90210 | 2005-04-24 | 1 | -2/+2 | ||
| | ||||||
* | Fixing bug #87882, thanks to Petre Rodan for spotting and fixing this one. | 2005-04-12 | 1 | -2/+2 | ||
| | ||||||
* | Adding support for get_running_version. Also included, kernel_is fixup and ↵ | 2005-04-08 | 1 | -61/+52 | ||
| | | | | removal of some stupid ebeep | |||||
* | Fixing up set_arch_ booboo. | 2005-02-01 | 1 | -3/+3 | ||
| | ||||||
* | Multiple fixes. | 2005-01-31 | 1 | -63/+52 | ||
| | ||||||
* | Correct ARCH setting on sparc64. | 2005-01-23 | 1 | -10/+5 | ||
| | ||||||
* | fixing die in get_version, to properly return result. can now base external ↵ | 2005-01-18 | 1 | -8/+10 | ||
| | | | | ebuild logic on get_version | |||||
* | Update to be less specific with @OPTION:module | 2005-01-15 | 1 | -2/+2 | ||
| | ||||||
* | Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵ | 2005-01-15 | 1 | -3/+24 | ||
| | | | | MODULE_NAMES if the support is already in the kernel | |||||
* | Fixed bugs: 75034 76849 74655 | 2005-01-06 | 1 | -7/+15 | ||
| | ||||||
* | correct kernel_is; format kernel versions as %d%03d%03d and test them as ↵ | 2004-12-31 | 1 | -2/+20 | ||
| | | | | integers | |||||
* | Fixing up test logic in kernel_is | 2004-12-29 | 1 | -6/+10 | ||
| | ||||||
* | Preventing -eq unary errors | 2004-12-28 | 1 | -2/+2 | ||
| | ||||||
* | Adding support for kernel_is operators, and removing on behalf of line from ↵ | 2004-12-28 | 1 | -11/+28 | ||
| | | | | modules.d regeneration. | |||||
* | implement a qeinfo qeerror which wont print crud when portage is in certain ↵ | 2004-12-17 | 1 | -20/+51 | ||
| | | | | stages. allows get_version to be used in global. although I still dont recommend it in any way | |||||
* | adding documentation, and changing the MODULE_NAMES parsing slightly | 2004-12-14 | 1 | -3/+47 | ||
| | ||||||
* | Moving .config check, so this is purely a sanity test now. If we use ↵ | 2004-12-10 | 1 | -8/+8 | ||
| | | | | LOCALVERSION in the .config, we will laready have failed the test but the sanity check will cause it to bail. Fixes bug: #73726 | |||||
* | Moving get_version to linux-info pkg_setup and calling from linux-mod ↵ | 2004-12-06 | 1 | -1/+10 | ||
| | | | | pkg_setup when needed. | |||||
* | hopefully fixing bug 73088, changing function names as per dsds request. ↵ | 2004-12-05 | 1 | -34/+87 | ||
| | | | | adding custom error messages for CONFIG_CHECK | |||||
* | Added support for KBUILD_OUTPUT and pulling variables from .config/Makefile ↵ | 2004-12-01 | 1 | -8/+16 | ||
| | | | | using make. This is more reliable and evaluates the makefile vars so we dont need any hacking bandaid to do so. | |||||
* | Updating PV to PVR | 2004-12-01 | 1 | -4/+7 | ||
| | ||||||
* | Fixing up support for KBUILD_OUTPUT. | 2004-11-28 | 1 | -16/+41 | ||
| | ||||||
* | add support for CHECK_CONFIG= | 2004-11-27 | 1 | -2/+41 | ||
| | ||||||
* | Fixing permissions | 2004-11-25 | 1 | -3/+1 | ||
| | ||||||
* | Updating kernel-2 to properly honour strict patch levels with *.diff , ↵ | 2004-11-24 | 1 | -0/+256 | ||
adding linux-* in preparation for the 'Big Module Move of 2004' |