| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to python-any-r1.eclass | Mike Gilbert | 2014-01-18 | 1 | -7/+9 |
* | Fix QA warning concerning inherit | Mike Pagano | 2014-01-17 | 1 | -3/+2 |
* | Fix kernel-2.eclass to use python.eclass for it's python needs. (deblob scrip... | Mike Pagano | 2014-01-17 | 1 | -5/+9 |
* | fix random style issues | Mike Frysinger | 2013-11-22 | 1 | -13/+15 |
* | Reimplemented K_EXP_GENPATCHES_LIST patch matching by switching the LHS with ... | Tom Wijsman | 2013-11-18 | 1 | -4/+5 |
* | kernel-2.eclass: Trivial change to support patches with pre-defined patch lev... | Tom Wijsman | 2013-11-02 | 1 | -2/+2 |
* | Added support for experimental genpatches. | Tom Wijsman | 2013-09-05 | 1 | -12/+46 |
* | change "security wise" to "security-wise" | Julian Ospald | 2013-07-31 | 1 | -2/+2 |
* | reword security-deblob-thing acked by keytoaster | Julian Ospald | 2013-07-31 | 1 | -2/+3 |
* | Deprecate media-sound/alsa-headers by letting sys-kernel/linux-headers instal... | Samuli Suominen | 2013-07-15 | 1 | -2/+1 |
* | Corrected UNIPATCH_DOCS functionality, a mistake slipped through testing and ... | Tom Wijsman | 2013-04-29 | 1 | -4/+6 |
* | Reverted .tmp_gas_check patch, see bug #336732. | Tom Wijsman | 2013-04-17 | 1 | -3/+3 |
* | Fixes for bugs 421721, 445110, 436402, 336732 and 301478. See ChangeLog for d... | Tom Wijsman | 2013-04-17 | 1 | -14/+33 |
* | Use UID 0 instead of root to assign permissions to super user, bug #315807. | Tom Wijsman | 2013-03-20 | 1 | -3/+3 |
* | Added sys-devel/bc as a RDEPEND to kernel-2.eclass as per bug #461848. | Tom Wijsman | 2013-03-20 | 1 | -2/+3 |
* | Kernel sources and (gen)patches now use xz instead of bz2. Bug #421721. | Tom Wijsman | 2013-03-09 | 1 | -35/+35 |
* | Force python 2* for USE=deblob as deblob script does not yet support python3.... | Mike Pagano | 2013-03-05 | 1 | -4/+4 |
* | Add dev-lang/perl to kernel-2.eclass RDEPEND. Bug #421483 | Mike Pagano | 2012-06-24 | 1 | -2/+3 |
* | Move ppc/powerpc fix to after we apply linux patches | Mike Pagano | 2012-06-06 | 1 | -14/+15 |
* | Fix eclass for rc kernels, and fix testing tarball download location. bug #40... | Mike Pagano | 2012-03-17 | 1 | -11/+7 |
* | Fix URIs for longterm kernels | Stratos Psomadakis | 2011-12-28 | 1 | -3/+3 |
* | merge kernel_is updates between kernel-2 and linux-info eclasses | Mike Frysinger | 2011-12-12 | 1 | -2/+3 |
* | do not reset S when we have already run through detect_version so it wont clo... | Mike Frysinger | 2011-12-10 | 1 | -9/+3 |
* | omit the /usr/src/linux warning if nothing actually exists there | Mike Frysinger | 2011-12-08 | 1 | -1/+4 |
* | previous commit inverted the tested values | Mike Frysinger | 2011-12-02 | 1 | -3/+3 |
* | simplify kernel_is logic | Mike Frysinger | 2011-12-02 | 1 | -20/+7 |
* | delete unsed generate_sparc_asm helper | Mike Frysinger | 2011-12-02 | 1 | -62/+1 |
* | simplify default variable setup | Mike Frysinger | 2011-12-02 | 1 | -6/+4 |
* | use `read` to simplify the creation of an array from a string | Mike Frysinger | 2011-12-02 | 1 | -13/+7 |
* | simplify SLOT for cross-compiling ... this was a hold over from long ago when... | Mike Frysinger | 2011-12-02 | 1 | -6/+2 |
* | convert linux-2.4/gcc-4 check to gcc-4+ | Mike Frysinger | 2011-12-01 | 1 | -2/+2 |
* | do not warn about /usr/src/linux cruft when installing kernel headers | Mike Frysinger | 2011-12-01 | 1 | -2/+3 |
* | Modify to support new location of 2.6 kernels on kernel.org and mirrors | Mike Pagano | 2011-11-08 | 1 | -3/+9 |
* | Upstream now has 3.x tarballs in a directory called 3.x. Look for tarballs in... | Mike Pagano | 2011-10-24 | 1 | -2/+3 |
* | trim useless trailing whitespace | Mike Frysinger | 2011-08-29 | 1 | -2/+2 |
* | eclass updates to fix UNIPATCH_LIST_DEFAULT for kernels based on vanilla | Mike Pagano | 2011-08-19 | 1 | -5/+5 |
* | eat trailing whitespace | Mike Frysinger | 2011-08-18 | 1 | -2/+2 |
* | Fix for 2.6.X KERNEL_BASE_URI, thanks to lxnay. | Mike Pagano | 2011-08-15 | 1 | -3/+5 |
* | Add message in pkg_postrm to inform user that modified kernel source is not c... | Mike Pagano | 2011-08-11 | 1 | -2/+13 |
* | Deblob support for 3.X kernels updated | Mike Pagano | 2011-08-08 | 1 | -1/+5 |
* | Changes to handle_genpatches for 3.X kernels and chanegs for 3.1 kernels to k... | Mike Pagano | 2011-08-08 | 1 | -12/+84 |
* | Fix typo when getting KV_MINOR. Thanks to hwoarang for reporting | Mike Pagano | 2011-06-03 | 1 | -2/+2 |
* | Add support for 2 part versioning. bug #369533 | Mike Pagano | 2011-06-03 | 1 | -48/+119 |
* | Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442. | Ulrich Müller | 2011-04-30 | 1 | -3/+1 |
* | deblob fix for bug #359865 thanks too Johnny | Mike Pagano | 2011-04-21 | 1 | -5/+5 |
* | Don't PROVIDE virtual/os-headers, it is a new-style virtual now, bug 358999. | Ulrich Müller | 2011-04-14 | 1 | -16/+14 |
* | Bump delob max version | Mike Pagano | 2011-03-22 | 1 | -2/+2 |
* | Remove virtual/alsa. | Samuli Suominen | 2011-03-19 | 1 | -2/+1 |
* | Bump maximum kernel version for libre source deblob tool | Mike Pagano | 2011-03-15 | 1 | -2/+2 |
* | drop support for kernel packages which dont natively support multilib since t... | Mike Frysinger | 2011-03-10 | 1 | -53/+6 |