summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
* Added ip28 to IUSEJoshua Kinard2005-01-091-2/+2
|
* Moved configuration file installed text to pkg_postinstMichael Stewart2005-01-091-14/+16
|
* Added IUSE.Aaron Walker2005-01-081-1/+3
|
* remove C++ libtool checks #74488Mike Frysinger2005-01-081-1/+4
|
* updateBrad Teaford Cowan2005-01-071-2/+6
|
* Making disgusting_gcc_multilib_HACK slightly less ugly and slightly more ↵Jeremy Huddleston2005-01-071-3/+7
| | | | abstract.
* Added get_all_libdirs. Changed die to eerror/exit since die doesn't have ↵Jeremy Huddleston2005-01-071-61/+85
| | | | the expected result when called from a subshell.
* Fix bug when ABI is passed as an arg to get_abi_var.Jeremy Huddleston2005-01-071-8/+7
|
* Making get_abi_var more optimized.Jeremy Huddleston2005-01-071-2/+4
|
* fixBrad Teaford Cowan2005-01-071-2/+2
|
* cleanupsBrad Teaford Cowan2005-01-071-11/+13
|
* Fixed invalid atoms.Sven Wegener2005-01-071-2/+2
|
* tweaksBrad Teaford Cowan2005-01-071-1/+3
|
* more fixesBrad Teaford Cowan2005-01-071-2/+6
|
* fixesBrad Teaford Cowan2005-01-061-2/+4
|
* more fixesBrad Teaford Cowan2005-01-061-7/+5
|
* fixes for meta buildsBrad Teaford Cowan2005-01-061-13/+21
|
* Initial commit.Brad Teaford Cowan2005-01-061-0/+78
|
* 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
* Update kernel_is in kernel-2John Mylchreest2005-01-061-40/+58
|
* Fixed bugs: 75034 76849 74655John Mylchreest2005-01-063-18/+30
|
* add more config switchesMarinus Schraal2005-01-051-2/+2
|
* Updates for nsxmlIan Leitch2005-01-051-5/+11
|
* Added a default SRC_URIIan Leitch2005-01-051-1/+2
|
* Initial commit of the aolserver eclassIan Leitch2005-01-051-0/+45
|
* Add instruction for finding sample configuration files.Mamoru Komachi2005-01-051-1/+2
|
* fix annoying userpriv warnings, bug #76717Ciaran McCreesh2005-01-051-2/+6
|
* fix delete_all_version_separators when called with argsCiaran McCreesh2005-01-041-3/+3
|
* fix commentsCiaran McCreesh2005-01-021-2/+2
|
* Added app-shells/bash-completion-config to RDEPEND.Aaron Walker2005-01-021-20/+12
|
* Don't install binaries installed by other packagesStuart Herbert2005-01-021-8/+17
|
* if user has noinfo or noman in FEATURES, delete the corresponding filesMike Frysinger2005-01-021-7/+10
|
* calculate the fake targets ourselves from CTARGETMike Frysinger2005-01-021-2/+17
|
* add in delete_ functions, make index parameters able to take a character as ↵Ciaran McCreesh2005-01-011-9/+46
| | | | well as a number
* -O3 is bad, bug 76331Ciaran McCreesh2005-01-011-1/+6
|
* sparc64-multilib support.Jeremy Huddleston2005-01-011-1/+2
|
* Removed sparc64-multilib specific checks so the code will work on other ↵Jeremy Huddleston2004-12-311-11/+4
| | | | multilib archs now.
* correct kernel_is; format kernel versions as %d%03d%03d and test them as ↵Alin Năstac2004-12-311-2/+20
| | | | integers
* dont kill $prog unless $search is validMike Frysinger2004-12-311-2/+2
|
* FAKE_TARGETSMike Frysinger2004-12-301-1/+2
|
* change spaces to tabsSeemant Kulleen2004-12-301-5/+5
|
* style update and remove $CTARGET logic from tc-get()Mike Frysinger2004-12-301-23/+15
|
* automatic gnuconfig_updateMike Frysinger2004-12-301-2/+3
|
* Remove global BASH_COMPLETION_NAME varAaron Walker2004-12-301-5/+3
|
* tidyMichael Sterrett2004-12-291-21/+19
|
* bug #25756 handle menu entriesHeinrich Wendel2004-12-291-1/+80
|
* Fixing up test logic in kernel_isJohn Mylchreest2004-12-291-6/+10
|
* Added variable BASH_COMPLETION_NAME instead of assuming $PN ; defaults to ↵Aaron Walker2004-12-291-6/+10
| | | | $PN - bug #75798