summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dependency on dev-util/pkgconfig (#385835 and #387783).Davide Pesavento2011-11-192-2/+6
* Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup.Davide Pesavento2011-11-192-38/+32
* Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709).Davide Pesavento2011-11-192-7/+18
* do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ...Mike Frysinger2011-11-181-3/+1
* Add DESTDIR-like variable to the example.Michał Górny2011-11-182-5/+9
* allow overlays to specify eclass overrides without breaking libtools lookup o...Mike Frysinger2011-11-181-5/+16
* Set VARTEXFONTS for doc generation, fix sandbox access violation on /var/cach...Bernard Cafarelli2011-11-182-2/+9
* Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to ...Tiziano Müller2011-11-172-3/+7
* Drop the repetitive elogs about revdep rebuild control files for binary JVM's.Vlastimil Babka2011-11-152-7/+6
* move away from $* to "$@" to pass args sanelyMike Frysinger2011-11-141-13/+12