summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Fix illegal inheritsSteven J Newbury2009-05-091-1/+1
* Re-sync qt4-build.eclassSteven J Newbury2009-04-291-14/+19
* Make mysql hack conditional and improve comments.Steven J Newbury2009-04-291-3/+9
* Fix mysql build. This isn't the ideal fix; that would be handlingSteven J Newbury2009-04-291-2/+8
* If this isn't a multilib profile, there's no need (and quiteSteven J Newbury2009-04-291-2/+2
* Add check for SETARCH_ARCHSteven J Newbury2009-04-281-0/+1
* The Python distutils.eclass needs to run the python binary for each ABISteven J Newbury2009-04-281-0/+216
* Fixed script error in multilib-native.eclass (the problem with qt builds is h...codestation2009-04-241-1/+1
* Merge branch 'master' of git@github.com:sjnewbury/multilib-overlayAlexander Huemer2009-04-241-3/+2
|\
| * Fix sandbox violation from java-utils-2.eclass when gcj-jdk isn'tSteven J Newbury2009-04-241-3/+2
* | corrected some KEYWORDS of ebuilds imported from other overlays. small mod of...Alexander Huemer2009-04-241-1/+1
|/
* Turns out making some of the env vars conditional was a bad ideaSteven J Newbury2009-04-231-12/+8
* Remove extra einfo's added to aid debuggingSteven J Newbury2009-04-231-2/+1
* Apparently CMAKE build support has been broken for a while!Steven J Newbury2009-04-231-5/+7
* More MULTILIB_DEBUG cleanupsSteven J Newbury2009-04-231-5/+8
* Append abi_CDEFINE to predefined CDEFINE.Steven J Newbury2009-04-231-2/+2
* I'd missed the multilib CDEFINE setup. Add it.Steven J Newbury2009-04-231-0/+1
* Handle libgnutls-extra-config-*Steven J Newbury2009-04-231-1/+2
* Be more selective about saving some env varsSteven J Newbury2009-04-231-6/+9
* Reduce multilib_debug outputSteven J Newbury2009-04-231-14/+0
* When appending CFLAGS to FCFLAGS and FFLAGS there's no need to thenSteven J Newbury2009-04-221-2/+2
* Add ${CFLAGS} to FFLAGS and FCFLAGSSteven J Newbury2009-04-221-2/+2
* Remove redundant setting of toolchain env varsSteven J Newbury2009-04-221-6/+0
* Factorize envioronment saving, and drop array declarations since theySteven J Newbury2009-04-221-116/+28
* Fixup function/variable headers and make function naming more consistentSteven J Newbury2009-04-221-123/+155
* Cut down the noise when emerging java pkgsSteven J Newbury2009-04-221-4/+4
* Some env vars were missed in restore function with earlier update.Steven J Newbury2009-04-211-1/+4
* Multilib gcj-jdk support, also a modified toolchain.eclassSteven J Newbury2009-04-214-0/+6236
* Drop flag-o-matic inherit, it's no longer needed.Steven J Newbury2009-04-211-1/+1
* Use profile information for FLAGS etc and make the array index dynamic.Steven J Newbury2009-04-211-127/+121
* fixed typosFlorian Fischer2009-04-201-3/+3
* added a abi-wrapper scriptFlorian Fischer2009-04-191-0/+11
* Replace changes missed in MULTILIB_IN_SOURCE_BUILD toSteven J Newbury2009-04-151-2/+2
* Revert "Restore documentation copying hack.Steven J Newbury2009-04-151-38/+0
* Merge branch 'master' of git@github.com:sjnewbury/multilib-overlaySteven J Newbury2009-04-151-3/+3
|\
| * Add -L/usr/lib32 to LDFLAGS again, fix multilib_debug lineThomas Sachau2009-04-141-3/+3
* | By default copy the entire source directory when building multilibSteven J Newbury2009-04-141-8/+10
|/
* Restore good parts of previous reversionSteven J Newbury2009-04-131-17/+18
* Revert "General cleanup: renamed a few objects, avoided using grep where"Steven J Newbury2009-04-131-101/+98
* General cleanup: renamed a few objects, avoided using grep whereSteven J Newbury2009-04-131-98/+101
* Add QMAKE to environment save/restoreSteven J Newbury2009-04-121-1/+3
* Improve QT support: Save QTBINDIR and QMAKESPEC. Set QMAKE.Steven J Newbury2009-04-121-3/+12
* Fix ECONF_SOURCE handling; save/restore and only change when necessarySteven J Newbury2009-04-121-3/+4
* Restore documentation copying hack. This commit can be reverted whenSteven J Newbury2009-04-121-0/+38
* Cleanup environment and remove documentation copying hackSteven J Newbury2009-04-121-82/+51
* Fix non-MISB build. I removed the handling further in the code to notSteven J Newbury2009-04-121-2/+8
* Move block of code responsible for setting the build and sourceSteven J Newbury2009-04-121-20/+21
* New multilib-native.eclass moved into place. Please report any bugs toSteven J Newbury2009-04-121-260/+406
* Fix setting of S depending on ABITommyD2009-04-101-12/+12
* Fix flag filterSteven J Newbury2009-04-101-3/+3