| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-info.eclass: use consistent style | Sam James | 2022-12-27 | 1 | -76/+66 |
* | linux-info.eclass: getfilevar: pass 'need-compiler=' to make | Mike Gilbert | 2022-12-02 | 1 | -1/+3 |
* | linux-info.eclass: Add SKIP_KERNEL_CHECK in addl funcs to support tinderbox | Mike Pagano | 2022-09-04 | 1 | -0/+5 |
* | linux-info.eclass: Var to not check for running kern ver or installled ver | Mike Pagano | 2022-08-14 | 1 | -0/+18 |
* | linux-info: Remove deprecated eclass func after warning period expiration | Mike Pagano | 2022-08-07 | 1 | -15/+0 |
* | linux-info.eclass: Provide ability to skip CONFIG_* checks | Mike Pagano | 2022-08-07 | 1 | -1/+10 |
* | linux-info.eclass: Documentation updates | Mike Pagano | 2022-05-16 | 1 | -5/+30 |
* | inux-info.eclass: Remove local function.Calling code removed on Aug 3,2010 | Mike Pagano | 2022-05-13 | 1 | -20/+0 |
* | linux-info.eclass: Fix func name to comply with pms, dep old with deadline | Mike Pagano | 2022-05-12 | 1 | -1/+17 |
* | linux-info.eclass: Call ebegin, properly close with eend | Thomas Bracht Laumann Jespersen | 2022-04-15 | 1 | -1/+3 |
* | *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE | Ulrich Müller | 2022-03-24 | 1 | -14/+14 |
* | linux-info.eclass: drop unnecessary IUSE="kernel_linux" | Sam James | 2022-01-04 | 1 | -3/+1 |
* | linux-info.eclass: add --no-print-directory to emake | Mike Pagano | 2021-10-18 | 1 | -1/+1 |
* | linux-info.eclass: getfilevar: pass dot-config=0 to make | Mike Gilbert | 2021-09-14 | 1 | -1/+2 |
* | linux-info.eclass: rework get_running_version | Mike Gilbert | 2021-09-14 | 1 | -27/+20 |
* | linux-info.eclass : Remove log references to linux 2.4 and gcc 4 | Mike Pagano | 2021-09-08 | 1 | -15/+0 |
* | linux-info.eclass: getfilevar: pass need-config= to make | Mike Gilbert | 2021-09-06 | 1 | -1/+2 |
* | linux-info.eclass: Properly return when makefile found | Mike Pagano | 2021-09-04 | 1 | -3/+3 |
* | Thanks to Sam, mgorny and Ulm for the review. | Mike Pagano | 2021-09-04 | 1 | -4/+26 |
* | linux-info.eclass: Support Makefiles that set vars to a non-static value | Mike Pagano | 2021-09-02 | 1 | -8/+5 |
* | linux-info.eclass: Replace bit-shift arithmetic by ver_test | Ulrich Müller | 2021-08-30 | 1 | -4/+5 |
* | Revert "linux-info.eclass: Replace bit-shift arithmetic by ver_test" | Ulrich Müller | 2021-08-27 | 1 | -5/+4 |
* | linux-info.eclass: Replace bit-shift arithmetic by ver_test | Ulrich Müller | 2021-08-27 | 1 | -4/+5 |
* | Linux-info.eclass : Fix typo in comment | Mike Pagano | 2021-08-27 | 1 | -1/+1 |
* | eclass/linux-info: Properly document CONFIG_CHECK and ERROR_<CFG> | Mike Pagano | 2021-06-18 | 1 | -1/+6 |
* | eclass/linux-info: eclassdoc fixes. Mark variables correctly | Mike Pagano | 2021-06-18 | 1 | -8/+8 |
* | eclass/linux-info: eclassdoc fixes | Mike Pagano | 2021-06-18 | 1 | -5/+12 |
* | linux-info.eclass: fix grammar in elog | Sam James | 2021-03-31 | 1 | -3/+3 |
* | linux-info.eclass: Pass M=${T} to the Linux Makefile unconditionally. | Ulrich Müller | 2020-06-26 | 1 | -6/+3 |
* | linux-info.eclass: avoid lexicographical compare on numbers, bug #705248 | Sergei Trofimovich | 2020-05-23 | 1 | -3/+3 |
* | linux-info.eclass: minor @USAGE syntax fixes | Ben Kohler | 2020-03-31 | 1 | -7/+7 |
* | linux-info.eclass: CONFIG_LOCALVERSION for out of source builds | Francesco Riosa | 2018-10-02 | 1 | -13/+13 |
* | linux-info.eclass: respect kernel CONFIG_LOCALVERSION | Dmitry Derevyanko | 2018-07-30 | 1 | -25/+25 |
* | linux-info.eclass: fix for prematurely merged patch | Marty E. Plummer | 2018-07-17 | 1 | -1/+1 |
* | linux-info.eclass: account for lack of trailing slash | Marty E. Plummer | 2018-07-17 | 1 | -9/+9 |
* | linux-info.eclass: use eapi7-ver | Marty E. Plummer | 2018-07-14 | 1 | -4/+5 |
* | linux-info.eclass: Skip linux_config_*_exists on non-Linux | Michał Górny | 2018-07-09 | 1 | -2/+2 |
* | linux-info.eclass: Die in most of public-ish APIs on non-Linux | Michał Górny | 2018-07-09 | 1 | -0/+36 |
* | linux-info.eclass: Ignore check_extra_config on non-Linux | Michał Górny | 2018-07-09 | 1 | -1/+7 |
* | linux-info.eclass: require_configured_kernel, improve error handling | Michał Górny | 2018-07-09 | 1 | -1/+1 |
* | linux-info.eclass: Move get_version to require_configured_kernel | Michał Górny | 2018-07-09 | 1 | -3/+1 |
* | linux-info.eclass: linux-info_get_any_version, die on failure | Michał Górny | 2018-07-09 | 1 | -1/+3 |
* | linux-info.eclass: Replace unnecessary $? checks | Michał Górny | 2018-07-09 | 1 | -6/+3 |
* | linux-info.eclass: get_localversion, do not call 'ls' | Michał Górny | 2018-07-09 | 1 | -1/+6 |
* | eclass: Remove remaining uses of epause and ebeep. | Ulrich Müller | 2018-05-31 | 1 | -2/+1 |
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
* | linux-info.eclass: get_version: remove useless readlink -f | Mike Gilbert | 2016-12-15 | 1 | -2/+0 |
* | Update copyright year to 2016. | Joshua Kinard | 2016-01-25 | 1 | -1/+1 |
* | Change maintainer for linux-mod and linux-info eclasses to kernel@gentoo.org. | Joshua Kinard | 2016-01-25 | 1 | -1/+1 |
* | linux-info.eclass: fix error/warning messages with ~!SYMBOLS | Mike Frysinger | 2016-01-17 | 1 | -4/+6 |