summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
* `` must dieSimon Stelling2006-04-151-24/+24
* some more hasq fixesSimon Stelling2006-04-151-10/+6
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-2/+2
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
* Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead...Zac Medico2006-03-291-1/+1
* - set sane perms on unpacking. If anybody hates this than they are welcome to...Ned Ludd2006-03-271-0/+1
* Include the die call itself (including line number) in the printed call stack...Zac Medico2006-03-231-0/+1
* Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...Zac Medico2006-03-221-1/+9
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-201-16/+0
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-191-2/+10
* Make successful inherit calls return success so that \'source ${EBUILD}` retu...Zac Medico2006-03-181-1/+2
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...Zac Medico2006-03-181-1/+1
* Prevent "eclass-debug.log: No such file or directory" messages that are produ...Zac Medico2006-03-181-1/+1
* touchup some more misc bits of bash codeMike Frysinger2006-03-161-15/+12
* cleanup bash code in use*() and has*() functions with the help of agriffisMike Frysinger2006-03-161-41/+15
* add support for unpacking .tbz, .a, and .deb filesMike Frysinger2006-03-161-1/+4
* Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR is...Zac Medico2006-03-161-2/+4
* declare more local variables to prevent env pollutionMike Frysinger2006-03-161-2/+4
* - dont allow people to call `install` with -s via insopts/diropts/exeopts/lib...Mike Frysinger2006-03-161-39/+28
* Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ...Zac Medico2006-03-111-4/+0
* Fix dyn_clean in ebuild.sh so that it removes the builddir correctly (if it i...Zac Medico2006-03-101-3/+5
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-101-48/+0
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ...Zac Medico2006-03-091-255/+1
* Remove "myarg" from the ebuild.sh env before it is saved so that it doesn't i...Zac Medico2006-03-091-0/+3
* Remove install_mask from ebuild.sh since it's in misc-functions.sh now.Zac Medico2006-03-091-22/+0
* Split install_mask and parts of dyn_preinst from ebuild.sh to misc-functions....Zac Medico2006-03-091-87/+4
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ...Zac Medico2006-03-091-31/+5
* add support for ebuild authors to mark stuff as ignorableMike Frysinger2006-03-091-8/+38
* Move PKG_INSTALL_MASK functionality (see bug #81025) from dyn_install to dyn_...Zac Medico2006-03-081-3/+1
* - commit initial split install masking code. this commits adds new portage va...Ned Ludd2006-03-081-15/+26
* only scan for exec stacks on linux/glibc hostsMike Frysinger2006-03-061-7/+12
* fix BASH_ARGV walkingMike Frysinger2006-03-051-1/+1
* - have scanelf nuke insecure rpathsNed Ludd2006-03-051-3/+8
* add some URLs for people to learn moreMike Frysinger2006-03-041-0/+2
* Add a sanity check in dyn_clean() to make sure that PORTAGE_BUILDDIR is not z...Zac Medico2006-02-281-0/+5
* enable exec stack scanning on ppc64Mike Frysinger2006-02-201-1/+1
* silence extdebug errors when on bash2; it's handled by the code already, just...Brian Harring2006-02-151-1/+1
* - add portage to MULTILIB_STRICT_EXEMPTNed Ludd2006-02-111-1/+1
* add CATEGORY to ebuild.5 and declare it readonly in ebuild.shZac Medico2006-02-051-1/+1
* Remove all bug referencesJason Stubbs2006-02-041-3/+3
* confcache, baby.Brian Harring2006-02-031-2/+27
* bug #116681 , better handling of MULTILIB_STRICT_EXEMPTBrian Harring2006-02-021-2/+2