summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* emerge --info: handle bug #446358 morev2.2.0_alpha146Zac Medico2012-12-091-6/+9
| | | | | - old-style virtuals - masked packages
* get_real_flag: handls use-dep default bug #446666Zac Medico2012-12-093-2/+11
|
* emerge --verbose: [ y | n ] for bug #446324v2.2.0_alpha145Zac Medico2012-12-082-4/+17
|
* emerge --info: don't error for existing packagesZac Medico2012-12-071-5/+5
| | | | This will fix bug #446358.
* Avoid duplicate desktop QA notice, bug #446136Zac Medico2012-12-051-1/+1
|
* getmaskingstatus: fix ~* KEYWORDS handlingZac Medico2012-12-051-0/+7
| | | | | | | | | Since commit 9144faeb653b9f1dbe74c69f85cd48f26761aa2f, KeywordsManager.getMissingKeywords() has had support for ~* in KEYWORDS being matched by any unstable keyword in ACCEPT_KEYWORDS. However, getmaskingstatus still returned "missing keyword" for this case. Now, getmaskingstatus is fixed so that it won't erroneously return "missing keyword" in this case.
* emerge --sync: search PATH for rsync binaryZac Medico2012-12-031-2/+3
| | | | This allows to use rsync from prefix when necessary.
* show_masked_packages: handle missing license fileZac Medico2012-12-021-1/+3
| | | | This will fix bug #445628.
* emerge --depclean: rm unavailable slot bug 445506Zac Medico2012-12-012-0/+87
|
* prepstrip: add comment for bug #445336v2.2.0_alpha144Zac Medico2012-12-011-0/+1
|
* prepstrip: avoid duplicates for bug #445336Zac Medico2012-12-011-2/+4
| | | | | This prevents us from trying to hardlink duplicate splitdebug files, avoiding ln "File exists" failure as reported in bug #445336.
* Revert "prepstrip: avoid duplicates for bug #445336"Zac Medico2012-12-011-1/+1
| | | | | | This reverts commit bba20c632e79426cd006dd2b732fcaed079ac43a. The sort needs to be inside the subshell in order for it to work as intended. A correct patch will follow.
* prepstrip: avoid duplicates for bug #445336Zac Medico2012-11-301-1/+1
| | | | | This prevents us from trying to hardlink duplicate splitdebug files, avoiding ln "File exists" failure as reported in bug #445336.
* Add --oneshot to the portage update suggestion.Michał Górny2012-11-301-1/+1
| | | | | Most users probably have it in the @world already but I don't think everybody needs it there explicitly.
* _LockThread: daemon = TrueZac Medico2012-11-291-0/+1
|
* portage.util.movefile.movefile(): Try to preserve mtime of symlinks with ↵Arfrever Frehtes Taifersar Arahesis2012-11-301-3/+9
| | | | Python >=3.3.
* repoman: handle missing @DEPRECATED lic groupv2.2.0_alpha143Zac Medico2012-11-291-6/+4
|
* Fix return value of portage.util.movefile.movefile() for symlinks with ↵Arfrever Frehtes Taifersar Arahesis2012-11-291-2/+5
| | | | Python >=3.3.
* emerge: add --quiet-fail for bug #440982Zac Medico2012-11-283-3/+21
|
* fix ebuild rpm command for rpm 4.10.0Lucas Bickel2012-11-281-6/+5
| | | | | | | | * changes dyn_spec to use a sources_dir in the sandbox * remove deprecated Buildroot from specfile * call rpmbuild with --target instead of Buildroot * grab machine_name from $CHOST and use as --target in rpmbuild * use dir in sandbox instead of /usr/src/rpm/RPMS
* portage.5: rm obsolete eclass-overrides warningZac Medico2012-11-281-7/+1
| | | | | | | | This will fix bug #434942. The warning shouldn't be needed anymore since commit e760c8d2a4ccc56e351ac37904c715f596b58e42 makes egencache generate md5-dict format by default, and use of the older pms format triggers a deprecation warning since commit 02a6bf1ac95861831a303f220c7a41b9bbd398ab.
* test_portdb_cache: use python -WiZac Medico2012-11-271-2/+2
|
* portdbapi: DeprecationWarning for 'pms' cacheZac Medico2012-11-274-5/+14
|
* egencache: enable md5-dict format by defaultZac Medico2012-11-273-16/+33
| | | | | | | | | | WARNING: Portage versions prior to portage-2.1.11.14 will NOT recognize the 'md5-dict' format unless it is explicitly listed in metadata/layout.conf (refer to portage(5) for example usage). WARNING: For backward compatibility, the obsolete 'pms' cache format will still be generated by default if the metadata/cache/ directory exists in the repository.
* Add Package.built_time property.Zac Medico2012-11-262-17/+17
|
* Package: add defined_phases, properties, restrictZac Medico2012-11-264-6/+18
|
* Rename Package.metadata to _metadata.Zac Medico2012-11-2617-99/+103
| | | | | The raw metadata is considered a private low-level internal. This makes the Package class consistent with the _pkg_str class.
* Use Package.repo where appropriate.Zac Medico2012-11-263-12/+8
|
* Use Package.counter where appropriate.Zac Medico2012-11-263-16/+6
|
* similar_name_search: fix lower/upper case bugsZac Medico2012-11-251-4/+4
|
* Update doc string of portage.dep.extract_affecting_use().Arfrever Frehtes Taifersar Arahesis2012-11-251-5/+5
|
* unpack(): Handle suffixes in case-insensitive way.Arfrever Frehtes Taifersar Arahesis2012-11-251-6/+10
|
* __sb_append_var(): Quote tr arguments to avoid filename expansion. Avoid a ↵Arfrever Frehtes Taifersar Arahesis2012-11-251-2/+1
| | | | subshell.
* emerge --info: search similar names, bug #444596Zac Medico2012-11-241-2/+33
|
* depgraph: split out similar_name_search funcZac Medico2012-11-242-45/+62
| | | | | | This will allow the code to be re-used for bug #444596. Copyright begins in 2011 since that's when the code for this feature was first added in commit aa78cc8da18015b7d1e4eec277b5a7f940fe357c.
* emerge --info: report unmatched atom, bug #444596Zac Medico2012-11-241-34/+47
|
* EAPI="5-progress": Add automatic unpack dependencies.Arfrever Frehtes Taifersar Arahesis2012-11-249-2/+199
|
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2012-11-221-1/+1
|
* 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.