install_qa_check: more RESTRICT=binchecks
[portage.git] / bin / misc-functions.sh
2011-12-21 Zac Medicoinstall_qa_check: more RESTRICT=binchecks
2011-12-21 Michał GórnySupport checking for ignored CFLAGS using -frecord...
2011-12-08 Zac MedicoSupport FEATURES=force-prefix.
2011-12-08 Zac MedicoMake USE=prefix enable EPREFIX in all EAPIs.
2011-11-09 Zac MedicoUse local EPREFIX for uniformity.
2011-11-09 Zac MedicoUse local ED for uniformity.
2011-11-02 Zac MedicoAdd EPREFIX and ED support in all ebuild helpers.
2011-11-02 Zac MedicoMerge install_qa_check_prefix from prefix branch.
2011-10-21 Zac Medicomisc-functions.sh: condense world-writable output
2011-10-20 Zac Medicomisc-functions.sh: move sleep out of loop
2011-10-14 Zac MedicoAdd QA_SONAME_NO_SYMLINK for bug #387053.
2011-09-23 Fabian Groffeninstall_hooks: fix variable name for PORTAGE_CONFIGROOT
2011-09-23 Arfrever Frehtes... Fix 'shopt: +s: invalid shell option name' error.
2011-09-22 Brian Harringadd install hooks
2011-09-18 Zac Medicoinstall_qa_check: adjust "poor programming" msgs
2011-07-12 Zac Medicomisc-functions.sh: fix incorrect has -o usage
2011-07-08 Zac MedicoRemove all hasq/useq calls for bug #199722.
2011-06-30 Zac Medicomisc-functions.sh: remove stale NEEDED* files
2011-06-24 Michał GórnyAdd a QA check for systemd unit file install.
2011-04-30 Arfrever Frehtes... install_qa_check(): Simplify code and make 'l' a local...
2011-04-30 David JamesCheck for references to ${ROOT} in install_qa_checks.
2011-04-28 David JamesMove preinst/postinst_bsdflags from bash to py
2011-04-26 Ryan HillBug #364467 - handle gcc-4.6-style QA warnings
2011-02-20 Zac MedicoUpdate date headers in modified files.
2011-02-18 Ulrich Muellerdocompress, prepcompress: Add missing quotes.
2010-12-29 Zac Medicobash: as a general rule, use read -r
2010-12-20 Zac MedicoSubstitute bash builtin >> for touch command.
2010-10-29 Zac Medicodyn_spec: account for empty $FILESDIR
2010-09-30 Zac MedicoFix readonly variable assignment for PORTAGE_BINPKG_TMP...
2010-09-13 Zac MedicoBug #336873 - Add a leading comma when matching --hash...
2010-09-13 Zac MedicoBug #337031 - Don't make "always overflow destination... v2.2_rc81
2010-09-10 Zac MedicoBug #273282 - Make install_qa_check() eqawarn about... v2.2_rc79
2010-09-10 Zac MedicoFix the "alway overflow" eerror message to not use...
2010-09-10 Zac MedicoMake the "always overflow" gcc warning code use a separ...
2010-09-10 Zac MedicoMake the "warning: call to .* will always overflow...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-02 Zac MedicoWhen signaling successful exit from an ebuild phase...
2010-08-31 Zac MedicoBug #335340 - Add support for PORTAGE_BZIP2_COMMAND and
2010-08-30 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-30 Ulrich MuellerBug fix in canonicalize() function.
2010-08-29 Ulrich MuellerAdd canonicalize() function, replacement for "readlink... v2.2_rc72
2010-08-29 Ulrich MuellerChange a comment in prepcompress().
2010-08-28 Ulrich MuellerImplement controllable compression and docompress,...
2010-08-22 Zac MedicoRemove python-oriented checks from install_qa_check...
2010-08-21 Zac MedicoBug #324191 - Add support for FEATURES=compress-build...
2010-08-15 Zac MedicoDisable EbuildIpcDaemon for now, since it seems to...
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Arfrever Frehtes... Use /usr/bin/python when PORTAGE_PYTHON variable is...
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
2010-08-13 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-13 Arfrever Frehtes... Add QA check for libtool libraries in Python site-packa...
2010-08-13 Arfrever Frehtes... Add QA check for static libraries in Python site-packag...
2010-08-13 Zac MedicoUse EbuildIpcDaemon to replace the functionality of
2010-08-05 Arfrever Frehtes... Make some variables local.
2010-08-05 Arfrever Frehtes... Bug #301915: Add QA check for byte-compiled Python...
2010-07-19 Mike Frysingerinstall_qa_check: catch more gcc warnings
2010-06-27 Daniel Robbinsmisc-functions.sh fix for baselayout
2010-05-25 Arfrever Frehtes... Bug #321145: Don't ignore exit status of filter-bash...
2010-05-15 Sebastian LutherExtend QA check for absolute symlinks in lib dirs to...
2010-04-15 Arfrever Frehtes... Fix typo in check for shared libraries lacking NEEDED...
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-23 Mike Frysingerinstall_qa_check: make sure init.d and conf.d files...
2009-12-06 Zac MedicoBug #295715 - Implement a register_success_hook functio...
2009-10-11 Zac MedicoAdd a xpak-helper.py script, so that shell code always...
2009-10-11 Zac MedicoAdd some more EPYTHON safety.
2009-10-09 Zac MedicoBug #274497 - Misc spelling, grammar, and terminology...
2009-09-08 Zac MedicoFix false positives in gcc QA with debug mode some...
2009-09-08 Zac MedicoFix code from previous commit so it's guaranteed to...
2009-09-08 Zac MedicoIn debug mode, avoid showing gcc QA search strings...
2009-08-21 Arfrever Frehtes... Avoid potential empty lines in warnings about missing...
2009-08-21 Arfrever Frehtes... Rename QA_NEEDED to QA_DT_NEEDED.
2009-08-21 Arfrever Frehtes... Add support for QA_SONAME variable (bug #281964). Add...
2009-08-21 Arfrever Frehtes... Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH...
2009-08-06 Zac MedicoBug #277544 - Add missing -c switch in bzip2 arguments...
2009-07-16 Fabian Groffenalign with Prefix, also warn on sparcv9 hosts -- 64...
2009-07-16 Mike Frysingeradd hppa64 to the 64bit list as pointed out by Michael...
2009-05-31 Zac MedicoBug #268929 - Add grep for 'dereferencing pointer'...
2009-05-01 Zac MedicoBug #267175 - Instead of "poor code kills airplanes... v2.2_rc32
2009-04-13 Zac MedicoMake portage.bsd_chflags correspond to FEATURES=chflags...
2009-03-31 Mike Frysingerreword the qa execstack notice since it can be triggere...
2009-03-12 Zac MedicoUse posix compatible find -perm arguments. Thanks to...
2009-03-12 Zac MedicoMove ebuild helpers into an ebuild-helpers subdirectory.
2009-03-08 Mike Frysingerfor pointers cast to 32bit ints, we always want to...
2009-02-26 Mike Frysingerreject all set*id binaries that have DT_RPATH:$ORIGIN...
2009-02-23 Zac MedicoFix headers that contain $Header instead of $Id.
2009-02-15 Zac MedicoIn dyn_package(), show a more informative die message...
2009-01-28 Ned Ludd- hardened gets way to many misfiled bugs related to...
2009-01-01 Mike Frysingerexport STRIP_MASK automatically
2008-12-25 Mike Frysingerscan archives of objects for exec stacks
2008-12-02 Zac MedicoSource bashrc files as late as possible, giving them...
2008-11-14 Zac MedicoIn dyn_package(), use the 'assert' macro (from isolated...
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-09-13 Zac MedicoRemove unneeded quotes from PYTHONPATH assignments...
2008-09-06 Zac MedicoDon't mention log files in $T for eqawarn messages...
2008-09-06 Zac MedicoIn the ignored LDFLAGS check, filter out anything under...
2008-07-27 Zac MedicoUse ${NORMAL} to properly restore color when necessary.
2008-07-27 Zac MedicoFixes from Arfrever:
2008-07-27 Zac MedicoTemporarily `set -o noglob` when splitting QA_DT_HASH.
2008-07-27 Zac MedicoBug #233077 - Add QA check which verifies that LDFLAGS...
next