summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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