summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2016.Joshua Kinard2016-01-251-1/+1
|
* Change kernel-2 maintainer to kernel@gentoo.orgJoshua Kinard2016-01-251-1/+1
|
* kernel-2.eclass: set UNIPATCH_LIST_GENPATCHES in src_unpack()Michał Górny2015-12-201-3/+16
| | | | | | | | | | | Modify genpatches logic to delay setting UNIPATCH_LIST_GENPATCHES until src_unpack(). The value of UNIPATCH_LIST_GENPATCHES depends on state of 'use experimental', therefore it can not be obtained in global scope. Therefore, handle_genpatches() will only set the URI when called in global scope, and it will set UNIPATCH_LIST_GENPATCHES on request which is done during kernel-2_src_unpack(). Fixes: https://bugs.gentoo.org/show_bug.cgi?id=566520
* [QA] kernel-2.eclass: Revert "use experimental in global scope"Michał Górny2015-11-231-2/+8
| | | | | | Revert the global 'use' call fix as it causes build failures for users. Bug: https://bugs.gentoo.org/show_bug.cgi?id=566600
* kernel-2.eclass: use experimental in global scopeRobin H. Johnson2015-11-221-8/+2
| | | | | | | | | | | Per bug #566520, use experimental is being called in global scope (via detect_version -> handle_genpatches). This should NOT trigger the experimental patches being applied with USE=-experimental, but further testing is needed. X-Gentoo-Bug: #566520 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* kernel-2.eclass: Fixes for comparison code. Thanks to mgorny for review and ↵Mike Pagano2015-11-171-1/+2
| | | | suggestion.
* kernel-2.eclass: Fix for git-sources 4.4_rcXMike Pagano2015-11-161-2/+2
|
* kernel-2.eclass: deblobbed kernels are supported for security, bug #555878.Anthony G. Basile2015-10-091-4/+7
|
* eclass: gentoo.org has https per defaultJustin Lecher2015-09-251-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* kernel-2.eclass: Update the obsolete kernel security urlBrian Dolbec2015-09-151-6/+6
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+1347
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed