summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DepcleanWithInstalledMasked: fix breakageZac Medico2011-01-021-4/+4
| | | | | An assumption about KEYWORDS masking behavior for installed packages was broken by commit b7de3d1fb10e40b4ef03462f8a145968689ac587.
* Try to avoid downgrade due to unsat REQUIRED_USE.Zac Medico2011-01-021-0/+1
|
* mod_syslog: call syslog() once per lineZac Medico2011-01-021-6/+7
| | | | This will fix bug #350379.
* depclean: account for more masksZac Medico2011-01-021-1/+6
| | | | | | Account for packages with masks (like KEYWORDS masks) that are usually ignored in visibility checks for installed packages, in order to handle cases like bug #350285.
* newins in EAPI 4 should actually install the file. Fixes bug 350385.Ulrich Mueller2011-01-021-3/+5
|
* MetaDataXML: fix broken upstream initializationZac Medico2011-01-021-1/+1
|
* depgraph: use Package.masks for installedZac Medico2011-01-021-5/+3
| | | | | In some cases we do special masking checks for installed packages, and Package.masks is a convenient way to do it.
* depclean: account for more masksZac Medico2011-01-021-0/+14
| | | | | | Account for packages with masks (like KEYWORDS masks) that are usually ignored in visibility checks for installed packages, in order to handle cases like bug #350285.
* Filter QA warning for --disable-dependency-tracking configure option.Ulrich Mueller2011-01-011-1/+6
|
* Update copyright date.Ulrich Mueller2011-01-011-1/+1
|
* Update comments.Arfrever Frehtes Taifersar Arahesis2011-01-011-6/+6
|
* Deprecate EAPI 4_pre1 and drop 2_pre* support.Zac Medico2010-12-311-2/+2
|
* egencache: handle ImportError for ExpatErrorZac Medico2010-12-311-5/+10
|
* NEWS: EAPI 4 support in portage-2.1.9.27Zac Medico2010-12-311-1/+7
|
* dyn_clean: remove .pretendedZac Medico2010-12-311-1/+1
|
* Omit user:pass@ from binhost Packages cache path.Zac Medico2010-12-311-2/+11
|
* bintree: add timeout for closing binhost connv2.1.9.27Zac Medico2010-12-311-2/+13
| | | | Hopefully this solves bug #350139.
* mkrelease.sh: set portage.VERSIONZac Medico2010-12-311-0/+5
|
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
|
* ebuild(5): merge EAPI 4 docs from masterZac Medico2010-12-301-8/+169
|
* tests: emerge EAPI 4 from masterZac Medico2010-12-306-131/+179
|
* portage.const: bump EAPI to 4 (council approved)Zac Medico2010-12-301-1/+1
|
* docbook: EAPI 4_pre1 is 4 (council approved)Zac Medico2010-12-301-26/+26
|
* Merge dep_getrepo test from master.Zac Medico2010-12-301-0/+29
|
* fetch: don't require g+s mode on $DISTDIRZac Medico2010-12-301-1/+1
| | | | | | | The g+s mode doesn't seem to help anyone (including live ebuilds since they typically don't do recursive g+w). We already do manual application of portage group privileges to individual files, so the g+s mode is redundant.
* unpack: handle echo failure in unzip pipeZac Medico2010-12-301-1/+1
| | | | This will fix bug #338744.
* bash: as a general rule, use read -rZac Medico2010-12-308-13/+13
| | | | This solves cases like bug #350045.
* doins: use read -rUlrich Müller2010-12-301-1/+1
| | | | This will fix bug #350045.
* EbuildPhase: Display upstream info before setup.Michał Górny2010-12-302-0/+31
| | | | | Display upstream maintainers and bugtrackers along with Gentoo maintainers when emerging a package.
* fetch: fix listonly/allow_missing_digests logicZac Medico2010-12-281-4/+2
|
* _exec: disable SIGQUIT handler override by parentZac Medico2010-12-281-0/+4
| | | | This will fix bug #289486.
* EbuildFetcher: bail out if missing digestZac Medico2010-12-282-3/+33
| | | | This will fix bug #348864.
* Use EbuildFetcher for --fetchonly (not --pretend)Zac Medico2010-12-281-2/+15
|
* EbuildFetcher: pass digests to fetch()Zac Medico2010-12-282-7/+14
|
* doebuild: validate more Package metadata keysZac Medico2010-12-281-4/+3
|
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
| | | | This will fix bug #349757.
* ebuild(1): use Package to validate metadataZac Medico2010-12-271-22/+14
|
* anydbm: use gdbm "u" flag for concurrent writersZac Medico2010-12-271-4/+30
| | | | This will fix bug #53607.
* depgraph: Optimize --newuse with Package attrs.Zac Medico2010-12-241-4/+4
|
* Fix portage restart warning message.Zac Medico2010-12-221-1/+0
|
* Package.operation: eliminate duplicate codeZac Medico2010-12-221-9/+5
|
* doebuild: remove unused emerge/returnpid logicv2.1.9.26Zac Medico2010-12-211-6/+4
|
* Display relevant FEATURES before setup phaseZac Medico2010-12-211-1/+15
| | | | Thanks to Christian Ruppert <idl0r@gentoo.org> for the suggestion.
* doebuild: fix more bug #349273Zac Medico2010-12-211-2/+4
|
* doebuild: fix bug #349273Zac Medico2010-12-212-4/+11
| | | | | | | | | Since commit 75d3130fc8293fff68389b8fed44b8d47a0abe80, doebuild() for the 'setup' phase triggers the actionmap_deps code path in order to call the 'pretend' phase as a dependency. This path previously assumed a portdbapi instance, which may not hold for some api consumers such as entropy. Therefore, fix the code path to work with other dbapi types.
* saveNomergeFavorites: remove unecessary varsZac Medico2010-12-201-4/+3
|
* saveNomergeFavorites: fix possible root confusionZac Medico2010-12-201-0/+5
|
* Use write_atomic to rewrite lafiles.Zac Medico2010-12-201-4/+5
| | | | | | This should succeed even in some cases in which a normal write might fail due to file permission settings on some operating systems such as HP-UX.
* Substitute bash builtin >> for touch command.Zac Medico2010-12-196-23/+40
| | | | | It should be faster to use the bash builtin, and also allows us to avoid issues with touch breakage (like in bug #348640).
* REQUIRED_USE: describe ^^ as exactly-one-ofZac Medico2010-12-191-1/+1
|