GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #318241 - Include LICENSE file in release tarballs.
v2.2_rc68
Zac Medico
2010-08-22
1
-1
/
+1
*
Bug #309907 - Update more config files for package moves:
Zac Medico
2010-08-22
1
-2
/
+6
*
Fix spelling in zlib.error message.
Zac Medico
2010-08-22
1
-1
/
+1
*
Handle zlib.error when reading compressed build logs via GzipFile.
Zac Medico
2010-08-22
2
-0
/
+12
*
Allow more time for natural exit of the ebuild process after it has
Zac Medico
2010-08-22
1
-4
/
+9
*
Don't copy the src directory because it doesn't exist anymore.
Zac Medico
2010-08-22
1
-1
/
+1
*
Remove the python-missingos module since apparently nobody has needed
Zac Medico
2010-08-22
6
-188
/
+0
*
Remove support for the missingos module since apparently nobody has needed
Zac Medico
2010-08-22
1
-9
/
+5
*
Remove the bsd-chflags module since it hasn't been used for some time
Zac Medico
2010-08-22
4
-198
/
+0
*
Remove unused tbz2tool.c file. The latest stable ebuild doesn't
Zac Medico
2010-08-22
1
-227
/
+0
*
Add notes about package.env and package.accept_keywords.
Zac Medico
2010-08-22
1
-0
/
+5
*
Remove deprecated destroot argument from dblink.isowner() call.
Zac Medico
2010-08-22
1
-1
/
+1
*
Remove python-oriented checks from install_qa_check() since I'm unsure
Zac Medico
2010-08-22
1
-29
/
+0
*
During the post src_install QA checks, log to a temporary file
Zac Medico
2010-08-22
2
-4
/
+50
*
Make Binpkg call prepare_build_dirs() before trying to clean the old
Zac Medico
2010-08-22
1
-2
/
+2
*
Add missing scheduler attribute to BinpkgVerifier (broken since the
Zac Medico
2010-08-22
3
-3
/
+4
*
Make EOutput.write() use writemsg() for special unicode handling.
Zac Medico
2010-08-22
1
-6
/
+1
*
_use_dep.{evaluate_conditionals,_eval_qa_conditionals,violated_conditionals}:...
Sebastian Luther
2010-08-22
2
-155
/
+223
*
Fix broken logic in InheritDeprecated.
Zac Medico
2010-08-22
1
-6
/
+6
*
Make InheritDeprecated detect indirect inherits of deprecated eclasses,
Zac Medico
2010-08-22
1
-5
/
+20
*
Make InheritDeprecated check for direct inherits, and give line numbers
Zac Medico
2010-08-22
1
-11
/
+31
*
repoman: check for deprecated eclasses
wired
2010-08-22
3
-1
/
+35
*
Add back _conditionals_class.values() method in order to fix breakage
Zac Medico
2010-08-22
1
-0
/
+5
*
portage.dep._use_dep: Rewrite the parser for better readability and speed
Sebastian Luther
2010-08-22
2
-67
/
+40
*
Fix erroneoud reference to self.aux_get in bintree.move_ent().
Zac Medico
2010-08-22
1
-1
/
+2
*
Fix AttributeError for MetadataRegen._sched_iface.
Zac Medico
2010-08-22
1
-1
/
+1
*
* By default, disable the calc_prelink parameter to perform_md5() for
Zac Medico
2010-08-21
3
-7
/
+17
*
Fix UnboundLocalError for catdir inside dblink.unmerge().
Zac Medico
2010-08-21
1
-1
/
+2
*
Bug #292083 - Support package.accept_keywords in profiles.
Zac Medico
2010-08-21
2
-2
/
+41
*
Add EPREFIX support to load_default_config().
Zac Medico
2010-08-21
1
-1
/
+5
*
Fix broken writemsg call in depgraph._resolve() that triggers this error:
Zac Medico
2010-08-21
1
-1
/
+1
*
Omit non-existent files from the config._pkeywords_list
Zac Medico
2010-08-21
1
-0
/
+7
*
Move default ACCEPT_KEYWORDS handling for package.keywords out of
Zac Medico
2010-08-21
1
-10
/
+5
*
Revert back to using ROOT for env_update(), since that's how the
Zac Medico
2010-08-21
2
-4
/
+5
*
Fix env_update() calls to use EROOT.
Zac Medico
2010-08-21
2
-3
/
+6
*
Bug #324191 - Add support for FEATURES=compress-build-logs. The causes
Zac Medico
2010-08-21
17
-171
/
+132
*
When accessing pkgsettings.features inside Scheduler._generate_digests(),
Zac Medico
2010-08-21
1
-0
/
+8
*
Add a deprecation warning to FetchlistDict.has_key().
Zac Medico
2010-08-21
1
-0
/
+3
*
Add a deprecation warning for the unused justmanifest parameter of
Zac Medico
2010-08-21
1
-1
/
+11
*
Quote arrays in QA_PREBUILT handling.
Zac Medico
2010-08-21
1
-1
/
+1
*
Add support for a QA_PREBUILT variable should contain a list of
Zac Medico
2010-08-21
2
-0
/
+30
*
Add upstream.workaround warning for addpredict calls. Thanks to
Zac Medico
2010-08-21
2
-2
/
+9
*
Fix broken reference to portage._validate_cache_for_unsupported_eapis.
Zac Medico
2010-08-21
1
-1
/
+1
*
Add a wrapper around config.features that provides the following
Zac Medico
2010-08-21
6
-70
/
+125
*
When stacking incrementals in config.regenerate(), use a set to avoid
Zac Medico
2010-08-21
1
-10
/
+6
*
Fix config.setcpv() so it only calls _grab_pkg_env when there are
Zac Medico
2010-08-20
1
-1
/
+1
*
Remove duplicate realpath call for PORTAGE_TMPDIR.
Zac Medico
2010-08-20
1
-4
/
+2
*
At some point we may want to stop exporting FEATURES to the ebuild
Zac Medico
2010-08-20
2
-2
/
+10
*
Bug #44796 - Add support for /etc/portage/package.env. As documented in
Zac Medico
2010-08-20
3
-16
/
+171
*
Make varexpand() create a new empty dict for variable expansions in
Zac Medico
2010-08-20
1
-1
/
+3
[next]