summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Fix IFS=: bleeding out from java-vm_sandbox-predict invocationsBrian Harring2011-12-042-3/+8
* drop now unused exclude_gcc_patches/GENTOO_PATCH_EXCLUDE logicMike Frysinger2011-12-031-16/+1
* delete unused HTB_EXCLUSIVE variable, and drop old do_gcc_stub logic which is...Mike Frysinger2011-12-031-31/+4
* Use ebegin/eend instead of einfo.Ulrich Müller2011-12-032-5/+7
* Only depend on AUTOTOOLS_DEPEND when pulling xfce4-dev-tools, so use AUTOTOOL...Samuli Suominen2011-12-031-2/+4
* Sync eclasses from Emacs overlay (revision 1752).Ulrich Müller2011-12-033-6/+23
* convert GCCMAJOR/GCCMINOR checking to tc_version_is_at_least when possibleMike Frysinger2011-12-031-13/+9
* drop protoize/unprotoize altogether since upstream has deprecated itMike Frysinger2011-12-031-10/+1
* delete hardened code that is only used in gcc-3.x versions (as we no longer s...Mike Frysinger2011-12-021-86/+1
* find the C++ man page dir dynamically to handle gcc-4.3+ #273654 by David Flo...Mike Frysinger2011-12-021-2/+2
* fix eqawarn to always return 0; this matches portage behaviour which annoying...Brian Harring2011-12-022-2/+8
* previous commit inverted the tested valuesMike Frysinger2011-12-021-3/+3
* simplify kernel_is logicMike Frysinger2011-12-021-20/+7
* include $PWD in epatch logMike Frysinger2011-12-021-2/+2
* delete unsed generate_sparc_asm helperMike Frysinger2011-12-021-62/+1
* simplify default variable setupMike Frysinger2011-12-021-6/+4
* use `read` to simplify the creation of an array from a stringMike Frysinger2011-12-021-13/+7
* simplify SLOT for cross-compiling ... this was a hold over from long ago when...Mike Frysinger2011-12-021-6/+2
* convert linux-2.4/gcc-4 check to gcc-4+Mike Frysinger2011-12-011-2/+2
* do not warn about /usr/src/linux cruft when installing kernel headersMike Frysinger2011-12-011-2/+3
* fix up python libstdc++ helpers: install the core code into the same place as...Mike Frysinger2011-11-301-12/+20
* Update supported pypy ABIs.Dirkjan Ochtman2011-11-301-2/+2
* ac_cv_search expects the library name to link, not "yes" #392471 by Ted MarstonMike Frysinger2011-11-291-2/+2
* add USE=zlib support with newer binutilsMike Frysinger2011-11-291-1/+16
* eat mangled whitespace pointed out by David JamesMike Frysinger2011-11-291-3/+3
* avoid IFS abuse by using `IFS=, read -a` to have bash create an array for us ...Mike Frysinger2011-11-291-19/+10
* tweak failure message as pointed out by David JamesMike Frysinger2011-11-291-5/+6
* Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclassJim Ramsay2011-11-281-11/+4
* Revert making pushd/popd fatal due to humongous breakage. Add a warning messa...Michał Górny2011-11-272-10/+23
* Denote that autotools-utils must not be mixed with econf/emake.Michał Górny2011-11-272-3/+10
* Remove implicit IUSE=debug deprecation warning.Michał Górny2011-11-262-12/+5
* Add failure handling for pushd/popd calls.Michał Górny2011-11-262-11/+14
* use egetshell helper from user eclassMike Frysinger2011-11-261-3/+3
* rewrite a bit of code to quote all user/group/shell/home stringsMike Frysinger2011-11-261-67/+56
* re-use "eshell" when searching for a shell to avoid missing "local shell" dec...Mike Frysinger2011-11-261-9/+7
* do not touch sandbox settings since we only run in pkg_* funcs (where sandbox...Mike Frysinger2011-11-261-8/+1
* restrict enew{user,group} to pkg_{setup,preinst,postinst}Mike Frysinger2011-11-261-2/+3
* set_java_env(): Substitute @SLOT@ in vm env filesRalph Sennhauser2011-11-242-3/+8
* Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}.Maciej Mrozowski2011-11-242-5/+6
* delete duplicate PHP_EXT_NAME block (same thing appears a few lines below)Mike Frysinger2011-11-241-8/+1
* fix up copy & paste errors (same func/var name)Mike Frysinger2011-11-244-9/+9
* fix @MAINTAINER formattingMike Frysinger2011-11-223-9/+11
* fix usage on get_version_component_rangeMike Frysinger2011-11-221-2/+2
* do not check config-lang.in in pkg_xxx funcs #391369 by Agostino SarubboMike Frysinger2011-11-221-2/+2
* assign nsplugins.eclass to mozilla herd, add share_plugins_dir function for m...Jory Pratt2011-11-212-5/+33
* fix crashreporter useflag so it can be disabledJory Pratt2011-11-212-3/+6
* Move handling of PaX marking JVM executables to eclass.Ralph Sennhauser2011-11-212-3/+40
* Fix live ebuilds.Ryan Hill2011-11-212-4/+7
* check cxx is in IUSE before trying to use it #391149 by Raúl PorcelMike Frysinger2011-11-201-6/+8
* see if the doc target exists before we try to build it #348626 by Thomas KahleMike Frysinger2011-11-201-2/+2