summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* _postinst_bsdflags: apply to $ROOT, not $DZac Medico2011-04-281-1/+1
* Move preinst/postinst_bsdflags from bash to pyDavid James2011-04-281-14/+23
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
* doins: tweak $DISTDIR symlink handlingZac Medico2011-04-111-1/+1
* Add force-mirror FEATURE.David James2011-04-071-5/+5
* filter PORTAGE_GPG_SIGNING_COMMAND for ebuild envZac Medico2011-04-041-1/+2
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
* config: blacklist PORTAGE_BACKGROUND* varsZac Medico2011-03-251-1/+5
* MergeProcess: separate unmerge output from mergeZac Medico2011-03-251-1/+1
* Make all temp dirs under $PORTAGE_TMPDIR/portage.Zac Medico2011-03-111-2/+5
* config: quote overlays containing spacesZac Medico2011-03-041-12/+13
* ebuild(1): skip REQUIRED_USE for some phasesZac Medico2011-02-041-1/+3
* ebuild(1): ensure REQUIRED_USE is satisfiedZac Medico2011-02-041-2/+25
* doebuild: always return success for listonly modeZac Medico2011-02-011-0/+6
* put main code in a private func() to remove near duplicated codeBrian Dolbec2011-01-311-14/+29
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-01-311-0/+1
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-312-27/+6
* getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCHZac Medico2011-01-311-1/+1
* getRawMissingKeywords: fix getEgroups breakageZac Medico2011-01-311-1/+1
* KeywordsManager: use lists where order mattersZac Medico2011-01-301-11/+12
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-302-2/+21
* split up the getMissingKeywords code to eliminate code duplication and increa...Brian Dolbec2011-01-301-94/+130
* add getRawMissingKeywords functionsBrian Dolbec2011-01-302-1/+108
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-302-3/+47
* fdopen: read from processes in unbuffered modev2.2.0_alpha19Zac Medico2011-01-211-1/+1
* doebuid: clean up AA handlingZac Medico2011-01-181-9/+0
* Fix breakage from previous commit.Zac Medico2011-01-181-4/+29
* doebuild_environent: handle A/AA initializationZac Medico2011-01-182-48/+39
* spawn_nofetch: Ensure $A is defined.Zac Medico2011-01-171-1/+7
* spawn_nofetch: fix PORTAGE_BUILDIR_LOCKED stateZac Medico2011-01-171-0/+2
* Don't filter QA warning for --disable-dep...Zac Medico2011-01-121-6/+1
* Filter QA warning for --disable-dependency-tracking configure option.Ulrich Mueller2011-01-011-1/+6
* Update copyright date.Ulrich Mueller2011-01-011-1/+1
* fetch: don't require g+s mode on $DISTDIRZac Medico2010-12-291-1/+1
* fetch: fix listonly/allow_missing_digests logicZac Medico2010-12-281-4/+2
* EbuildFetcher: bail out if missing digestZac Medico2010-12-281-2/+31
* EbuildFetcher: pass digests to fetch()Zac Medico2010-12-281-3/+6
* doebuild: validate more Package metadata keysZac Medico2010-12-281-4/+3
* ebuild(1): use Package to validate metadataZac Medico2010-12-271-22/+14
* doebuild: remove unused emerge/returnpid logicv2.2.0_alpha10Zac Medico2010-12-211-6/+4
* doebuild: fix more bug #349273Zac Medico2010-12-211-2/+4
* doebuild: fix bug #349273Zac Medico2010-12-211-3/+10
* _lazy_vars: fix repo argument for license_managerZac Medico2010-12-201-1/+1
* Use write_atomic to rewrite lafiles.Zac Medico2010-12-201-4/+5
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-1/+1
* digestcheck: avoid display of u'' from KeyErrorZac Medico2010-12-171-5/+4
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-051-0/+2
* doebuild: enable pretend phase as setup depZac Medico2010-12-041-1/+1