summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #12645 and misc.John Mylchreest2006-04-021-13/+12
|
* set ABI= in src_compile; bug 119012Simon Stelling2006-03-261-3/+5
|
* We need to inherit eutils before linux-info so that set_arch_to_kernel and ↵Petteri Räty2006-03-251-2/+6
| | | | set_arch_to_portage functions from linux-info are used instead of the ones in eutils. Fixes bug #127506.
* Fixes QA bug #124324, thanks CiaranJohn Mylchreest2006-03-031-3/+3
|
* Fixing a stupid little bug.John Mylchreest2006-03-031-2/+2
|
* Fixed bug #120233.Henrik Brix Andersen2006-02-081-3/+2
|
* Fixed bug #122101.Henrik Brix Andersen2006-02-081-2/+2
|
* add some basic sanity checksMike Frysinger2005-12-071-3/+3
|
* Commented out check_vermagic with permission from johnm until a fixed ↵Jason Wever2005-10-231-2/+5
| | | | version for arches with different userland and kernel compilers is available.
* Changing some check_vermagic logic to support KV_DIR better. Fixing MODULESD ↵John Mylchreest2005-10-221-13/+17
| | | | error reported by genstef
* Adding in vermagic check. This is a little crude, but picks up on the most ↵John Mylchreest2005-10-221-1/+39
| | | | common problem
* Fixes bug #106092John Mylchreest2005-09-221-2/+2
|
* Remove display_postinst() function as it was causing more trouble than good. ↵Henrik Brix Andersen2005-08-221-33/+1
| | | | Most modules will be auto-loaded by coldplug/hotplug.
* Fix DEPEND.blacklist: virtual/modutils for linux-mod.eclass ebuilds.Henrik Brix Andersen2005-07-111-4/+4
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-27/+27
|
* add a note regarding IUSE and pcmciaAron Griffis2005-07-071-1/+2
|
* Removed IUSE=pcmcia - please contact the kernel herd before modifying.Henrik Brix Andersen2005-07-071-2/+1
|
* Fixed DEPEND/RDEPEND issue.Henrik Brix Andersen2005-07-071-4/+5
|
* add IUSE=pcmciaAron Griffis2005-07-061-2/+2
|
* 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
|
* minor changeJohn Mylchreest2005-07-051-2/+4
|
* oops, missed to commit thjis earlier. Handle moduledb a little tidierJohn Mylchreest2005-07-051-1/+14
|
* changing moduledb dir to correspond with FHS and closes bug #97796John Mylchreest2005-07-051-8/+12
|
* sys-apps/pcmcia-cs => virtual/pcmcia.Henrik Brix Andersen2005-06-301-2/+2
|
* Somehow the IUSE=pcmcia line sneaked in again...Henrik Brix Andersen2005-05-121-2/+2
|
* Additions to compliment module-rebuild. Fixes bug #34921, thanks go to Paul ↵John Mylchreest2005-05-031-2/+26
| | | | Varner for inspiration
* Reverting pcmcia iuse changeJohn Mylchreest2005-04-251-2/+1
|
* Adding pcmcia flag. Closes #90025, Cheers GeorgiJohn Mylchreest2005-04-221-1/+2
|
* No virtual yet, depend on directly on sys-apps/pcmcia-cs.Henrik Brix Andersen2005-04-111-2/+2
|
* merging pcmcia support into linux-mod, now awaiting pcmcia-cs changes and ↵John Mylchreest2005-04-111-13/+49
| | | | were good to go
* Fixing small bug (#86650) with linux-mod/convert_to_m, thanks to Stefan ↵John Mylchreest2005-03-281-2/+3
| | | | Schweizer
* linux-mod.eclass: fixed grep in update_modules() so it's not a subshell, and ↵Mike Doty2005-03-111-3/+3
| | | | doesn't output when no files are found
* Changing array substitutions to _ not -, this prevents the cosmetic bad ↵John Mylchreest2005-03-081-6/+6
| | | | substitution errors
* gagging grepStefan Schweizer2005-02-061-3/+3
|
* Removing spurious einfoJohn Mylchreest2005-02-011-2/+1
|
* Fixing linux-mod modules.d generationJohn Mylchreest2005-02-011-9/+10
|
* Multiple fixes.John Mylchreest2005-01-311-88/+164
|
* Changing detection of module.d/* file to see if the file is actually setting ↵John Mylchreest2005-01-281-3/+3
| | | | anything. if it isnt, dont bother running modules-update
* checking for modules.d entry before we run modules-updateJohn Mylchreest2005-01-281-2/+2
|
* unset libdir srcdir objdir since they may contain settings for previous modules.John Mylchreest2005-01-161-1/+4
|
* few minor fixes. added support for econf if neededJohn Mylchreest2005-01-161-15/+23
|
* Changing ARCH unset in src-compileJohn Mylchreest2005-01-161-3/+6
|
* Update to be less specific with @OPTION:moduleJohn Mylchreest2005-01-151-11/+23
|
* Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵John Mylchreest2005-01-151-1/+2
| | | | MODULE_NAMES if the support is already in the kernel
* adding support for objdir to MODULE_NAMESJohn Mylchreest2005-01-151-33/+69
|
* changing back to virtual. if this causes problems, then please look at ↵John Mylchreest2005-01-091-2/+2
| | | | changing the default virtual for that profile to module-init-tools
* Changing build logic. now we dont build BUILD_TARGETS more than once, in the ↵John Mylchreest2005-01-061-6/+16
| | | | same directory. will still support MODULENAME_TARGETS when this logic is available
* Fixed bugs: 75034 76849 74655John Mylchreest2005-01-061-3/+3
|
* exporting src_installJohn Mylchreest2004-12-291-2/+2
|