summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move get_version call to more sensible place, thanks to Jakub Moc and Sok Ann...Daniel Drake2008-03-211-4/+4
* Fix require_kernel_config call thanks to Pacho Ramos in bug #207207Daniel Drake2008-01-231-2/+2
* Don't require a configured kernel to detect kernel version, or if all CONFIG_...Daniel Drake2008-01-221-29/+66
* kernel related eclasses are maintained by kernel-misc@gentoo.org.Christian Heim2007-10-031-3/+3
* people have had plenty of time to transition to linux-info for set_arch_to_ke...Mike Frysinger2007-10-011-5/+9
* set object output dir when checking kernel versionDaniel Drake2006-12-071-2/+2
* Fix KV_OUT detectionStefan Schweizer2006-12-051-3/+3
* Adding a warning for users using gcc-4 on linux-2.4 based kernel/module versi...Christian Heim2006-09-071-1/+18
* Only append git local versions when LOCALVERSION_AUTO is set.Michael Marineau2006-07-211-1/+2
* Add support for getting the localversion appended by git trees.Michael Marineau2006-07-201-1/+5
* fix and improve check_extra_config() - see bug #133026Alin Năstac2006-05-221-36/+48
* revert previous change, this breaks @CONFIG checks.John Mylchreest2006-05-111-30/+27
* check_extra_config() : correct result report and die decisionAlin Năstac2006-05-071-27/+30
* Fixes bug #120357, Thanks AndreasJohn Mylchreest2006-03-031-3/+3
* Fixes bug #118630, thanks CarloJohn Mylchreest2006-03-031-11/+11
* Make virtual/linux-sources dep conditional on kernel_linuxEmanuele Giaquinta2006-02-161-2/+2
* Fixed bug #120233.Henrik Brix Andersen2006-02-081-1/+4
* Fix a bash 3.1ismDaniel Drake2006-01-201-2/+2
* document ~ in CONFIG_CHECKMike Frysinger2006-01-141-2/+3
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-01-011-3/+3
* Fixes bug #113142John Mylchreest2005-12-301-2/+9
* Fixes bug #111682, thanks DieterJohn Mylchreest2005-12-301-6/+6
* Fixing bug #109233John Mylchreest2005-12-301-2/+2
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-09-251-2/+2
* Fixes bug #103878John Mylchreest2005-09-221-48/+53
* closes bug #98721 - localversions not handled correctlyJohn Mylchreest2005-07-141-3/+18
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-29/+28
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* Cleaning up spaces/tabsChris Gianelloni2005-06-011-7/+7
* Fixing bug #90210John Mylchreest2005-04-241-2/+2
* Fixing bug #87882, thanks to Petre Rodan for spotting and fixing this one.John Mylchreest2005-04-121-2/+2
* Adding support for get_running_version. Also included, kernel_is fixup and re...John Mylchreest2005-04-081-61/+52
* Fixing up set_arch_ booboo.John Mylchreest2005-02-011-3/+3
* Multiple fixes.John Mylchreest2005-01-311-63/+52
* Correct ARCH setting on sparc64.Jeremy Huddleston2005-01-231-10/+5
* fixing die in get_version, to properly return result. can now base external e...John Mylchreest2005-01-181-8/+10
* Update to be less specific with @OPTION:moduleJohn Mylchreest2005-01-151-2/+2
* Added support for CONFIG_CHECK=@OPTION:module which removes modules from MODU...John Mylchreest2005-01-151-3/+24
* Fixed bugs: 75034 76849 74655John Mylchreest2005-01-061-7/+15
* correct kernel_is; format kernel versions as %d%03d%03d and test them as inte...Alin Năstac2004-12-311-2/+20
* Fixing up test logic in kernel_isJohn Mylchreest2004-12-291-6/+10
* Preventing -eq unary errorsJohn Mylchreest2004-12-281-2/+2
* Adding support for kernel_is operators, and removing on behalf of line from m...John Mylchreest2004-12-281-11/+28
* implement a qeinfo qeerror which wont print crud when portage is in certain s...John Mylchreest2004-12-171-20/+51
* adding documentation, and changing the MODULE_NAMES parsing slightlyJohn Mylchreest2004-12-141-3/+47
* Moving .config check, so this is purely a sanity test now. If we use LOCALVER...John Mylchreest2004-12-101-8/+8
* Moving get_version to linux-info pkg_setup and calling from linux-mod pkg_set...John Mylchreest2004-12-061-1/+10
* hopefully fixing bug 73088, changing function names as per dsds request. addi...John Mylchreest2004-12-051-34/+87
* Added support for KBUILD_OUTPUT and pulling variables from .config/Makefile u...John Mylchreest2004-12-011-8/+16