summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos and improve amount of whitespace.Arfrever Frehtes Taifersar Arahesis2012-11-221-10/+10
|
* strip trailing whitespaceMike Frysinger2012-11-229-32/+32
| | | | | | No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Bug #440680: Add boost-utils to list of deprecated eclasses.Arfrever Frehtes Taifersar Arahesis2012-11-221-0/+1
|
* Automatically generate list of repoman checks.Arfrever Frehtes Taifersar Arahesis2012-11-221-13/+3
| | | | | This also reenables InheritDeprecated check, which has been disabled in commit 597826a1cabf654f9b3fff88425d04303e921577.
* EventLoop: handle Linux 2.4 errno 38 for epollZac Medico2012-11-221-8/+19
|
* flat_hash.__iter__: validate keysZac Medico2012-11-201-3/+7
|
* Add Package.eapi property.Zac Medico2012-11-1712-39/+43
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2012-11-162-3/+3
|
* Fix PORTAGE_BUILDIR_LOCKED typo.Arfrever Frehtes Taifersar Arahesis2012-11-166-11/+11
|
* EAPI="5-progress": Add package_manager_build_user() and ↵Arfrever Frehtes Taifersar Arahesis2012-11-167-6/+56
| | | | package_manager_build_group().
* fixdbentries: add deprecation warningZac Medico2012-11-151-0/+5
| | | | It's unused since commit c974a023882485b8eeae35bac35c1f00d1a0725b.
* EAPI="4-python" and EAPI="5-progress": Add support for use.aliases and ↵Arfrever Frehtes Taifersar Arahesis2012-11-159-29/+383
| | | | package.use.aliases.
* validate_desktop_entry: ignore Encoding keyZac Medico2012-11-141-0/+1
| | | | See bug #443100.
* vardbapi.move_ent: rm wrong fixdbentries callZac Medico2012-11-141-2/+1
| | | | | | The parent argument was wrong, as reported in bug #367215 comment #22, and this call was uneeded anyway because dbapi.update_ents handles it with update_dbentries.
* Atom.without_use: preserve blocker prefixZac Medico2012-11-141-3/+9
|
* test_update_dbentry: test bug #367215Zac Medico2012-11-141-0/+45
|
* update_dbentry: avoid self-blocker, bug #367215Zac Medico2012-11-141-1/+11
|
* Pass settings to _pkg_str constructor.Zac Medico2012-11-143-5/+12
| | | | Forgotten in commit 0b4e6c27e87e57fac09fa28d3ed1320cb6a83ad9.
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-136-24/+41
|
* repoman: validate use restrict atoms, bug #442786Zac Medico2012-11-132-2/+19
|
* elog/mod_save_summary: wrap IOError, bug #441948Zac Medico2012-11-131-4/+17
|
* elog/mod_save: wrap IOException for bug #441948Zac Medico2012-11-131-6/+18
|
* pkg_pretend: keep temp on failure for bug #442536Zac Medico2012-11-111-7/+12
|
* emerge-webrsync: rsync -o -g, bug #442190Zac Medico2012-11-072-5/+11
| | | | | This fixes a regression since the -a option was removed in commit e672b5ccbbbe38eda5c733fc799a20d92a8bdf75.
* prepstrip: check USERLAND outside of loopZac Medico2012-11-061-13/+8
|
* prepstrip: handle empty inode listZac Medico2012-11-051-1/+1
|
* COLLISION_IGNORE jython compiled modules as well.Michał Górny2012-11-051-1/+1
| | | | Jython names its compiled modules *$py.class.
* prepstrip: account for new inode created by stripZac Medico2012-11-041-17/+43
| | | | | | | Since strip creates a new inode, we need to know the initial set of inodes in advance, so that we can avoid interference due to trying to strip the same (hardlinked) file multiple times in parallel. See bug #421099.
* repoman: add check for deprecated licenses, bug 440638Ulrich Müller2012-10-312-1/+16
|
* Deprecate python-distutils-ng.Michał Górny2012-10-311-0/+1
| | | | python-r1 & distutils-r1 are almost drop-in replacements.
* dblink.mergeme(): use stack instead of recursionZac Medico2012-10-301-11/+11
| | | | | Maybe this helps reduce memory consumption when merging packages with lots of subdirectories like gentoo-sources (bug #320859).
* validate_desktop_entry: handle df-utils-0.21 hintZac Medico2012-10-281-1/+3
|
* die: use local IFS settingZac Medico2012-10-271-0/+2
| | | | | This is needed at least for splitting ${EBUILD_OVERLAY_ECLASSES}, in order to avoid potentially strange results.
* emerge --info: show linker version, bug #436294v2.2.0_alpha142Zac Medico2012-10-261-0/+18
|
* test_slot_conflict_rebuild: add a valid rebuildZac Medico2012-10-261-2/+29
|
* depgraph: use _match_slot in multislot matchZac Medico2012-10-261-2/+2
| | | | This amkes sub-slot matching work correctly.
* backtracking: discard extra rebuilds, bug #439688Zac Medico2012-10-263-8/+50
|
* Add test case for bug #439688.Zac Medico2012-10-251-0/+80
|
* depgraph: trigger rebuild for unbuilt childZac Medico2012-10-252-4/+7
| | | | | This will fix bug #439694, where built slot-operator deps failed to trigger rebuilds if the deps were initially broken.
* depgraph: no multislot tweak for built slot opZac Medico2012-10-252-3/+4
| | | | | | | | The multislot tweak from bug #220341 (see commit 65a421ae35acd5639ad1258e220754a85e55de6e) triggered erroneous matches for built slot-operator deps, causing the depgraph to treat unsatisfied built slot-operator deps as if they were satisfied (one of the issues uncovered in bug #439694).
* Add test case for bug #439694.Zac Medico2012-10-251-0/+67
|
* merge-sync: handle unmerge corner casesZac Medico2012-10-251-4/+13
| | | | | In dblink_merged_path we need to distinguish between existing and non-existing, since we need an existing path of syncfs.
* merge-sync: syncfs on parent of dir for unmergeZac Medico2012-10-251-7/+34
| | | | | | Note that we use a realpath and a regular stat here, since we want to follow any symlinks back to the real device where the real parent directory resides.
* MergeProcess: cache syncfs libc library lookupZac Medico2012-10-252-14/+20
|
* Add FEATURES=merge-sync, for bug #439584.Zac Medico2012-10-254-2/+47
|
* Add portage.util._ctypes module, for bug #439584.Zac Medico2012-10-251-0/+47
|
* dblink: add hooks to sync disk for bug #439584Zac Medico2012-10-251-1/+58
|
* Use checkbashisms for init.d scripts, bug #439490Zac Medico2012-10-241-0/+17
|
* install_symlink_html_docs(): Additional fix for compatibility with subslots.Arfrever Frehtes Taifersar Arahesis2012-10-241-1/+1
|
* .gitignore: ignore tags file (for ctags)Gregory M. Turner2012-10-221-0/+1
| | | | Signed-off-by: Gregory M. Turner <gmturner007@ameritech.net>