summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that the package phase has the PYTHONPATH set correctly so that ↵Zac Medico2006-09-071-0/+1
| | | | | | the xpak module is accessible. svn path=/main/trunk/; revision=4421
* let's not fork too muchSimon Stelling2006-08-271-2/+2
| | | | svn path=/main/trunk/; revision=4355
* make the multilib-strict check show all files that violate the rule, not ↵Simon Stelling2006-08-271-1/+10
| | | | | | just the first one svn path=/main/trunk/; revision=4354
* remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anywaySimon Stelling2006-08-251-1/+1
| | | | svn path=/main/trunk/; revision=4343
* ignore binutils wrt multilib-strict; bug 121641Simon Stelling2006-08-251-1/+1
| | | | svn path=/main/trunk/; revision=4342
* only print the "Removing /usr/share/info" if --quiet was not passedSimon Stelling2006-08-241-1/+1
| | | | svn path=/main/trunk/; revision=4339
* Die at the beginning of install_qa_check if ${D} doesn't exist. See bug ↵Zac Medico2006-07-131-2/+1
| | | | | | #140159. svn path=/main/trunk/; revision=3852
* remove pointless line that just ruins the displayMike Frysinger2006-07-061-1/+0
| | | | svn path=/main/trunk/; revision=3800
* s/Preform/Perform/ Thanks to exg for reporting.Zac Medico2006-06-241-1/+1
| | | | svn path=/main/trunk/; revision=3642
* get rid of quotes in outputMike Frysinger2006-06-181-2/+2
| | | | svn path=/main/trunk/; revision=3528
* Remove QA warning when files are installed with portage uid/gid for bug #136313.Zac Medico2006-06-101-2/+0
| | | | svn path=/main/trunk/; revision=3488
* - Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - ↵Ned Ludd2006-06-101-2/+2
| | | | | | Donnie Berkholz spyderous@gentoo.org svn path=/main/trunk/; revision=3481
* Store the original suid bits when suidctl is enabled for bug #135639. ↵Zac Medico2006-06-051-1/+1
| | | | | | Thanks to splite-gentoo@sigint.cs.purdue.edu for this patch. svn path=/main/trunk/; revision=3462
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ↵Ned Ludd2006-05-241-1/+1
| | | | | | with the QA_* handling svn path=/main/trunk/; revision=3410
* - final commit hopefully for QA_TEXTRELS etc.Ned Ludd2006-05-241-19/+10
| | | | svn path=/main/trunk/; revision=3409
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-53/+60
| | | | svn path=/main/trunk/; revision=3296
* - People have started RESTRICTing "stricter", which we would like to ↵Ned Ludd2006-04-301-9/+9
| | | | | | discourage. bug 131779 (kevquinn) svn path=/main/trunk/; revision=3289
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to ↵Zac Medico2006-04-301-1/+2
| | | | | | replace hard coded paths in ebuild.sh and misc-functions.sh. svn path=/main/trunk/; revision=3280
* Disable sandbox during package phase interaction with $PKGDIR for ↵Zac Medico2006-04-221-1/+3
| | | | | | compatibility with symlinks (See bug #130824). svn path=/main/trunk/; revision=3189
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
| | | | svn path=/main/trunk/; revision=3164
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
| | | | svn path=/main/trunk/; revision=3163
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
| | | | svn path=/main/trunk/; revision=3161
* Make find arguments portable for bug #129935 and remove temp file usage for ↵Zac Medico2006-04-161-12/+2
| | | | | | bug #121368. svn path=/main/trunk/; revision=3160
* `` must dieSimon Stelling2006-04-151-2/+2
| | | | svn path=/main/trunk/; revision=3155
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
| | | | svn path=/main/trunk/; revision=3118
* Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file ↵Zac Medico2006-03-241-8/+9
| | | | | | (inefficient) and avoid selinux label issues for bug #127374. svn path=/main/trunk/; revision=2986
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of ↵Zac Medico2006-03-181-4/+4
| | | | | | environment problems. svn path=/main/trunk/; revision=2942
* Use `mv -f` to make sure mv does not prompt for confirmation.Zac Medico2006-03-171-1/+1
| | | | svn path=/main/trunk/; revision=2911
* Use find -path instead of -name for compatibility with both gnu and bsd ↵Zac Medico2006-03-121-1/+1
| | | | | | userlands. See bug #125919. svn path=/main/trunk/; revision=2863
* ppc64 isnt ok just yet, so dont scan for exec stacksMike Frysinger2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2860
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-101-0/+40
| | | | svn path=/main/trunk/; revision=2838
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ↵Zac Medico2006-03-091-0/+259
| | | | | | the necessary support to spawnebuild. svn path=/main/trunk/; revision=2837
* Split install_mask and parts of dyn_preinst from ebuild.sh to ↵Zac Medico2006-03-091-0/+128
| | | | | | misc-functions.sh and add the necessary support to doebuild. svn path=/main/trunk/; revision=2832
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ↵Zac Medico2006-03-091-0/+45
support to spawnebuild. svn path=/main/trunk/; revision=2831