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