summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #267175 - Instead of "poor code kills airplanes", say "install abortedZac Medico2009-05-011-2/+4
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-301-4/+2
* reword the qa execstack notice since it can be triggered by pt_load sections ...Zac Medico2009-04-301-5/+5
* Use posix compatible find -perm arguments. Thanks to Timothy RedaelliZac Medico2009-03-121-2/+2
* Move ebuild helpers into an ebuild-helpers subdirectory. (trunk r13063)Zac Medico2009-03-121-1/+2
* for pointers cast to 32bit ints, we always want to abort on 64bit systems, no...Zac Medico2009-03-111-7/+11
* reject all set*id binaries that have DT_RPATH:$ORIGIN #260331 (trunk r12712)Zac Medico2009-03-111-3/+8
* Fix headers that contain $Header instead of $Id. (trunk r12701)Zac Medico2009-03-111-2/+2
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-03-111-1/+1
* (trunk r12559)Zac Medico2009-03-111-0/+2
* (trunk r12374)Zac Medico2009-01-121-0/+1
* (trunk r12345)Zac Medico2008-12-271-3/+3
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-021-0/+1
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+1
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-131-1/+1
* Don't mention log files in $T for eqawarn messages since the logs are likelyZac Medico2008-09-061-6/+3
* In the ignored LDFLAGS check, filter out anything under /usr/lib/debug/ inZac Medico2008-09-061-1/+4
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Fixes from Arfrever:Zac Medico2008-07-271-1/+3
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-271-0/+31
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.Zac Medico2008-07-261-1/+3
* * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory whenZac Medico2008-07-261-1/+4
* Since lots of packages will have to be fixed before stable portage can abortZac Medico2008-07-151-9/+29
* In install_mask(), discard stderr messages from the 'find' commandZac Medico2008-05-061-1/+1
* Use find -path -or -name to match basenames of files in INSTALL_MASKZac Medico2008-05-051-1/+2
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-021-2/+2
* fix logic errorMarius Mauch2008-04-271-1/+1
* actually use rpath for the internal lib checkMarius Mauch2008-04-271-1/+5
* some minor code fixesMarius Mauch2008-04-271-3/+3
* as NEEDED files don't conain enough formation for e.g. preserve-libsto work p...Marius Mauch2008-04-251-5/+11
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-291-3/+9
* Fix quoting for ${root} in install_mask().Zac Medico2008-03-291-1/+1
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+2
* tell rpmbuild to clean it's working files after completion, bug #97776Marius Mauch2008-03-031-1/+1
* Buf #210372 - Fix FEATURES=suidctl so that it really works again.Zac Medico2008-03-031-7/+8
* In the suidctl code, move the addwrite call out of the loop. Thanks to ferringb.Zac Medico2008-02-291-4/+4
* Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.Zac Medico2008-02-191-1/+1
* don't record internal providers in NEEDED records as they are pointless for a...Marius Mauch2008-02-051-2/+21
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
* Fix a typo.Zac Medico2008-01-111-1/+1
* Bug #162450 - Try to avoid having so many bugs marked UPSTREAM byZac Medico2008-01-111-0/+7
* Make the FEATURES=sfperms loops safe for whitespace in pathsZac Medico2007-12-281-2/+4
* Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmodZac Medico2007-12-281-6/+19
* In "QA Notice: Precompiled python" messages, use sed to strip theZac Medico2007-12-151-1/+2
* Check if ${EBUILD_EXIT_STATUS_FILE} is empty beforeZac Medico2007-11-261-1/+2
* Bug #200313 - Detect and report when an ebuild phaseZac Medico2007-11-261-0/+2
* Use `md5` if `md5sum` is not available (useful for FreeBSD users).Zac Medico2007-11-241-2/+10