summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add CTARGET back into the list of vars to be written out for installedv2.1_pre3Jason Stubbs2005-12-311-1/+1
| | | | | | packages. svn path=/main/trunk/; revision=2510
* BUILDIR => BUILDDIRJason Stubbs2005-12-311-1/+1
| | | | svn path=/main/trunk/; revision=2508
* Update the `touch .unpacked` error message to output the actual path in orderJason Stubbs2005-12-311-1/+1
| | | | | | to match the other touch error messages. svn path=/main/trunk/; revision=2507
* - add back in 1 newline after trimming all the extraneous onesNed Ludd2005-12-261-1/+1
| | | | svn path=/main/trunk/; revision=2481
* - update fatal qa error handlingNed Ludd2005-12-261-9/+9
| | | | svn path=/main/trunk/; revision=2480
* quote a bit moreMike Frysinger2005-12-261-4/+4
| | | | svn path=/main/trunk/; revision=2476
* rename BUILDDIR to PORTAGE_BUILDDIRMike Frysinger2005-12-261-40/+40
| | | | svn path=/main/trunk/; revision=2475
* 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , ↵Brian Harring2005-12-261-0/+3
| | | | | | thus blocking unstated access. svn path=/main/trunk/; revision=2474
* - consolidate noman noinfo nodoc into a simple loop and use INSTALL_MASK. ↵Ned Ludd2005-12-251-17/+8
| | | | | | Add debug to default list of MULTILIB_STRICT_EXEMPT= svn path=/main/trunk/; revision=2473
* - trim extraneous spaces tabs form feeds and newlinesNed Ludd2005-12-251-2/+2
| | | | svn path=/main/trunk/; revision=2467
* register_death_hook -> register_die_hookBrian Harring2005-12-251-1/+1
| | | | | | thanks to axxo for the catch. svn path=/main/trunk/; revision=2465
* renaming the death hook registration func to register_die_hookBrian Harring2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2462
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2458
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
| | | | svn path=/main/trunk/; revision=2456
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
| | | | svn path=/main/trunk/; revision=2453
* Added /dev/{stdin,stdout,stderr} to the default sandbox permissions.Jason Stubbs2005-12-211-2/+2
| | | | svn path=/main/trunk/; revision=2429
* Mention bugs.gentoo.org when asking the user to post config.log.Jason Stubbs2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2428
* add an add-ebuild-death-hook func so people dont need to know about setting ↵Mike Frysinger2005-12-171-0/+4
| | | | | | some variable svn path=/main/trunk/; revision=2380
* touchup TEXTREL warning some more #115727Mike Frysinger2005-12-171-5/+3
| | | | svn path=/main/trunk/; revision=2378
* cleanup textrel qa noticeMike Frysinger2005-12-171-5/+6
| | | | svn path=/main/trunk/; revision=2377
* s/series/serious/ mistakeJason Stubbs2005-12-071-1/+1
| | | | svn path=/main/trunk/; revision=2347
* run all elf QA checks before aborting, and all some packages (like ↵Mike Frysinger2005-12-071-7/+12
| | | | | | binary-only) to prevent aborting since there isnt much we can do about those craptastic developers svn path=/main/trunk/; revision=2346
* kill dead whitespace and make function def style consistentMike Frysinger2005-12-071-66/+48
| | | | svn path=/main/trunk/; revision=2345
* cleanse maketest once and for allMike Frysinger2005-12-071-1/+1
| | | | svn path=/main/trunk/; revision=2344
* get rid of duplicated Test phase message in src_test()Mike Frysinger2005-12-071-1/+0
| | | | svn path=/main/trunk/; revision=2343
* add a status message to src_compile() like src_unpack()Mike Frysinger2005-12-071-0/+4
| | | | svn path=/main/trunk/; revision=2342
* use emake -j1 in default src_test() instead of makeMike Frysinger2005-12-071-4/+4
| | | | svn path=/main/trunk/; revision=2341
* Kill of generation of CDEPEND for binary and installed packages.Jason Stubbs2005-11-271-19/+6
| | | | | | Patch by solar. svn path=/main/trunk/; revision=2321
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-131-8/+3
| | | | | | ebuild logging. svn path=/main/trunk/; revision=2306
* tweak marking of D as readonly since we need to play around with it in ↵Mike Frysinger2005-11-131-2/+5
| | | | | | pkg_preinst svn path=/main/trunk/; revision=2302
* pre/post hooks originally from 2.1, quick rewrite by axxo for 2.0Brian Harring2005-11-091-0/+28
| | | | | | Not to be used by ebuilds/eclasses (with the sole exception of java eclass var reset till ebd is stabled), this is user hooks. svn path=/main/trunk/; revision=2267
* deprecate IMAGEMike Frysinger2005-11-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2249
* add support for unpacking lha filesMike Frysinger2005-11-011-0/+3
| | | | svn path=/main/branches/2.0/; revision=2225
* Added missing quotes to stat_perms area of ebuild.sh (#93293)Jason Stubbs2005-10-151-2/+2
| | | | svn path=/main/branches/2.0/; revision=2132
* reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of ↵v2.0.53_rc5Brian Harring2005-10-111-0/+5
| | | | | | | | ebuild every run. god stable env handling sucks. :/ svn path=/main/branches/2.0/; revision=2122
* added EBUILD_DEATH_HOOKS , a way for ebuilds/eclasses to register extra ↵Brian Harring2005-10-051-0/+5
| | | | | | messages to spew if die is triggered svn path=/main/branches/2.0/; revision=2106
* Exclude distcc and and ccache setup from the "setup" phase. Also make the ↵Jason Stubbs2005-10-051-3/+3
| | | | | | redundant CCACHE_DIR default match what the python side sets. svn path=/main/branches/2.0/; revision=2101
* don't declare -r the contents, declare -r the var name.Brian Harring2005-10-041-1/+1
| | | | svn path=/main/branches/2.0/; revision=2085
* bug 107770 , fix A D and a few other vars being set implicitly by readonly ↵Brian Harring2005-10-041-2/+4
| | | | | | protection during setup phase. svn path=/main/branches/2.0/; revision=2083
* Security checks regarding installation of world-writable files.Jason Stubbs2005-09-291-0/+12
| | | | svn path=/main/branches/2.0/; revision=2049
* overridable lchown/lchgrpJason Stubbs2005-09-291-7/+22
| | | | svn path=/main/branches/2.0/; revision=2045
* fixups to EAPI handling.Brian Harring2005-09-281-1/+1
| | | | svn path=/main/branches/2.0/; revision=2035
* bye bye global portageq's.Brian Harring2005-09-281-18/+3
| | | | svn path=/main/branches/2.0/; revision=2033
* eapi fix up for installation.Brian Harring2005-09-281-0/+1
| | | | svn path=/main/branches/2.0/; revision=2032
* EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache.Brian Harring2005-09-241-1/+1
| | | | svn path=/main/branches/2.0/; revision=2022
* fixing unpack so it works once again for tar :/Brian Harring2005-09-081-3/+3
| | | | svn path=/main/branches/2.0/; revision=1992
* backport local unpacking support from trunk and add support for jarMike Frysinger2005-09-081-15/+23
| | | | svn path=/main/branches/2.0/; revision=1990
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-17/+17
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* re-adding the unpack function to stable someone yanked... :)Brian Harring2005-08-301-0/+59
| | | | svn path=/main/branches/2.0/; revision=1947