summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Moving get_version to linux-info pkg_setup and calling from linux-mod ↵John Mylchreest2004-12-062-4/+13
| | | | pkg_setup when needed.
* tc-export()Mike Frysinger2004-12-061-1/+9
|
* add TEMISC and FCMISCChris PeBenito2004-12-061-1/+13
|
* change $PN to binutilsMike Frysinger2004-12-051-3/+3
|
* only export CTARGET if cross compilingMike Frysinger2004-12-051-3/+7
|
* fix revert SLOT behaviorMike Frysinger2004-12-051-2/+2
|
* fix the freakin slot >_<Travis Tilley2004-12-051-2/+2
|
* hopefully fixing bug 73088, changing function names as per dsds request. ↵John Mylchreest2004-12-051-34/+87
| | | | adding custom error messages for CONFIG_CHECK
* make sure we dont kill our uclibc users ;)Mike Frysinger2004-12-041-2/+7
|
* Harden up src_unpackDaniel Drake2004-12-031-1/+2
|
* export the dest include dirMike Frysinger2004-12-031-10/+12
|
* need to export CTARGET tooMike Frysinger2004-12-031-2/+3
|
* cross-compile supportMike Frysinger2004-12-021-11/+21
|
* make the libc search more dynamic (ia64 has libc.so.6.1 atm :x)Mike Frysinger2004-12-021-6/+7
|
* Use SLOT=PVRDaniel Drake2004-12-021-2/+2
|
* make switching of profiles a little smarterMike Frysinger2004-12-021-2/+17
|
* dont set CC/CXXMike Frysinger2004-12-021-4/+1
|
* merge cross compile fixes from David BelangerMike Frysinger2004-12-021-9/+14
|
* Added support for KBUILD_OUTPUT and pulling variables from .config/Makefile ↵John Mylchreest2004-12-011-8/+16
| | | | using make. This is more reliable and evaluates the makefile vars so we dont need any hacking bandaid to do so.
* make sure locale files are installed properly into $DATAPATHMike Frysinger2004-12-011-3/+11
|
* Updating PV to PVRJohn Mylchreest2004-12-011-4/+7
|
* tweak SLOT for CTARGET-PV lovingMike Frysinger2004-12-011-8/+6
|
* Added missing ? after !moznoxft in DEPEND.Sven Wegener2004-11-301-2/+2
|
* Fixed invalid atoms in *DEPEND.Sven Wegener2004-11-301-1/+1
|
* Added missing ? after !moznoxft in depency.Sven Wegener2004-11-301-2/+2
|
* java-pkg_jarfrom wraps java-pkg_jar-fromThomas Matthijs2004-11-291-1/+5
|
* add in ugly hack to make bash not do stupid thingsCiaran McCreesh2004-11-291-3/+3
|
* Removing obsolete checks for KV_*John Mylchreest2004-11-291-7/+1
|
* updating SLOT to not use eclass variables since this breaks portage cache.John Mylchreest2004-11-291-2/+2
|
* Fix bug #72689/60247.Robin H. Johnson2004-11-281-2/+2
|
* vim7 thingsCiaran McCreesh2004-11-281-1/+3
|
* get ready for vim7 ebuildsCiaran McCreesh2004-11-281-13/+23
|
* Set myPV and use it instead of $PV. Fixes bug #72423.Simone Gotti2004-11-281-6/+7
|
* Fixing up support for KBUILD_OUTPUT.John Mylchreest2004-11-282-20/+45
|
* add support for CHECK_CONFIG=John Mylchreest2004-11-272-3/+43
|
* Forgot to change app-rox to rox-base...Sergey Kuleshov2004-11-261-4/+4
|
* rox eclass - for use with rox applications.Sergey Kuleshov2004-11-261-0/+57
|
* changing the way we call kernel_is_2_4John Mylchreest2004-11-261-5/+11
|
* Changing all KV calls to KV_FULL to stop portage conflicts. currently still ↵John Mylchreest2004-11-261-66/+82
| | | | setting KV to stop breakages
* Reverting back to an older eclass, with some updates merged. problem is with ↵John Mylchreest2004-11-261-123/+94
| | | | OKV being conditional. Will look at converting kernel-2 to using KV_FULL tonight, and setting KV=KV_FULL to stop breakage. this will also mean we can trim some of this down
* cleaning up mish-mash of S= and things. and also making sure that if we dont ↵John Mylchreest2004-11-261-6/+9
| | | | recalc KV, OKV etc, that we at least re-set to S to what it should be in our case.
* cleaning up pkg_setup.John Mylchreest2004-11-261-8/+1
|
* sorry folks. caused a little breakage somehow! anyways, fixed now. ↵John Mylchreest2004-11-261-9/+10
| | | | detect_version should go back to being global. sorry to be a pita
* fixing a little format error I missed earlierJohn Mylchreest2004-11-251-2/+3
|
* Set S properly in universal_unpackDaniel Drake2004-11-251-5/+5
|
* module-updates additionJohn Mylchreest2004-11-251-4/+15
|
* allow using patch tarballs for previous gcc releasesTravis Tilley2004-11-251-4/+5
|
* Fixing permissionsJohn Mylchreest2004-11-252-7/+2
|
* finer grained controls for enabling {PIE,SSP}-by-defaultTravis Tilley2004-11-251-8/+72
|
* Updating kernel-2.eclass so tat the detect_* functions are moved to ↵John Mylchreest2004-11-251-4/+14
| | | | pkg_setup. for older kernel ebuilds this shouldnt cause a problem. if it does, please add K_NODETECTVER='yes' to the ebuild before the inherit line.