summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* avoid changing of directory, reported by Tanktalus in bug #229223Daniel Drake2008-12-031-6/+3
|
* Add documentation from Fabio Rossi in bug #217562Daniel Drake2008-10-311-47/+151
|
* move get_version call to more sensible place, thanks to Jakub Moc and Sok ↵Daniel Drake2008-03-211-4/+4
| | | | Ann Yap in bug #213978
* 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 ↵Daniel Drake2008-01-221-29/+66
| | | | CONFIG_CHECK items are prefixed with ~
* 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 ↵Mike Frysinger2007-10-011-5/+9
| | | | set_arch_to_kernel/set_arch_to_portage ... time is up
* 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 ↵Christian Heim2006-09-071-1/+18
| | | | versions.
* 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 ↵John Mylchreest2005-04-081-61/+52
| | | | removal of some stupid ebeep
* 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 ↵John Mylchreest2005-01-181-8/+10
| | | | ebuild logic on get_version
* Update to be less specific with @OPTION:moduleJohn Mylchreest2005-01-151-2/+2
|
* Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵John Mylchreest2005-01-151-3/+24
| | | | MODULE_NAMES if the support is already in the kernel
* Fixed bugs: 75034 76849 74655John Mylchreest2005-01-061-7/+15
|
* correct kernel_is; format kernel versions as %d%03d%03d and test them as ↵Alin Năstac2004-12-311-2/+20
| | | | integers
* 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 ↵John Mylchreest2004-12-281-11/+28
| | | | modules.d regeneration.
* implement a qeinfo qeerror which wont print crud when portage is in certain ↵John Mylchreest2004-12-171-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 slightlyJohn Mylchreest2004-12-141-3/+47
|
* Moving .config check, so this is purely a sanity test now. If we use ↵John Mylchreest2004-12-101-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 ↵John Mylchreest2004-12-061-1/+10
| | | | pkg_setup when needed.