misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak depgraph._show_unsatisfied_dep() display for AtomArg instances.
Zac Medico
2010-09-29
1
-2
/
+11
*
remove double prefix in LinkageMapELF
Fabian Groffen
2010-09-29
1
-6
/
+6
*
Add missing remember_source_file=True parameter to append_repo() call in the ...
Zac Medico
2010-09-29
1
-1
/
+1
*
search: code clean up
Sebastian Luther
2010-09-29
1
-19
/
+13
*
entries from preserved registry already include EPREFIX, so don't use EROOT o...
Fabian Groffen
2010-09-29
1
-1
/
+1
*
use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...
Fabian Groffen
2010-09-29
2
-6
/
+6
*
use ROOT, not EROOT so we don't get a double prefix
Fabian Groffen
2010-09-29
1
-2
/
+2
*
use ROOT, not EROOT so we don't get a double prefix
Fabian Groffen
2010-09-29
1
-3
/
+3
*
Fix RepoConfigLoader so that it's possible to use PORTDIR_OVERLAY
Zac Medico
2010-09-28
1
-2
/
+4
*
Get --exclude to work with --depclean and --prune
Sebastian Luther
2010-09-28
3
-2
/
+109
*
Add basic repo atom support for emerge --resume.
Zac Medico
2010-09-28
1
-10
/
+20
*
Fix breakage in depgraph._serialize_tasks() blocker handling due
Zac Medico
2010-09-27
1
-5
/
+9
*
Fix depgraph._pkg() to not raise PackageNotFound when myrepo is None
Zac Medico
2010-09-27
1
-1
/
+3
*
Omit repo from mtimedb resume mergelist entries since the format
Zac Medico
2010-09-27
2
-4
/
+18
*
Fix Task.__eq__() and __ne__() to explicitly compare the results
Zac Medico
2010-09-27
1
-2
/
+6
*
Use realpath for portdbapi._repository_map and treemap since that's
Zac Medico
2010-09-27
1
-2
/
+6
*
Use realpath for portdbapi.porttrees and porttree_root since that's
Zac Medico
2010-09-27
1
-2
/
+4
*
Fix portdbapi.xmatch("minimum-visible") breakage where a repo
Zac Medico
2010-09-27
1
-1
/
+2
*
Fix some typos.
Arfrever Frehtes Taifersar Arahesis
2010-09-27
2
-6
/
+6
*
Use realpath(repo_path_real) to avoid a ValueError in
Zac Medico
2010-09-27
1
-0
/
+1
*
Improved profiles/p.mask handling
Sebastian Luther
2010-09-26
5
-32
/
+80
*
move repository.py to repository/config.py
Sebastian Luther
2010-09-26
3
-1
/
+3
*
reposyntax: Remove unneeded special case
Sebastian Luther
2010-09-26
2
-7
/
+3
*
reposyntax: Add repo config parser, but don't use config files for now
Sebastian Luther
2010-09-26
4
-55
/
+286
*
reposyntax: Fix backtrace caused by cache changes
Sebastian Luther
2010-09-26
1
-3
/
+3
*
reposyntax: Handle missing profiles/repo_name by setting repo_name to x-$(bas...
Sebastian Luther
2010-09-26
2
-21
/
+32
*
reposyntax: Let portdbapi.getRepositories return repos sorted by priority
Sebastian Luther
2010-09-26
2
-8
/
+11
*
reposyntax: Handle the "give me a Package for an ebuild from any repo" case b...
Sebastian Luther
2010-09-26
2
-8
/
+24
*
reposyntax: Print cpv from all repos for "masked by" messages
Sebastian Luther
2010-09-26
6
-56
/
+76
*
Fix breakage from the last commit
Sebastian Luther
2010-09-26
1
-1
/
+1
*
reposyntax: Next try at fixing the package cache
Sebastian Luther
2010-09-26
2
-2
/
+20
*
reposyntax: Get the Package cache to work again
Sebastian Luther
2010-09-26
1
-1
/
+1
*
Fix breakage with old style virtuals from the last commit
Sebastian Luther
2010-09-26
1
-10
/
+10
*
reposyntax: Fix ignored slot spec if the same cpv is in several repos with di...
Sebastian Luther
2010-09-26
2
-6
/
+8
*
reposyntax: Add support all over the place
Sebastian Luther
2010-09-26
26
-109
/
+446
*
reposyntax: add support in _config/*
Sebastian Luther
2010-09-26
6
-40
/
+47
*
reposyntax: Add support in config.py
Sebastian Luther
2010-09-26
1
-12
/
+19
*
backtracking: Take all branches in case of slot collisions
v2.2_rc88
Sebastian Luther
2010-09-26
4
-98
/
+352
*
Revert one more change from bug #337178: parent_atoms is supposed
Zac Medico
2010-09-26
1
-1
/
+1
*
Revert slot conflict behavior backtracking behavior changes from
Zac Medico
2010-09-26
1
-5
/
+6
*
Fix confusing messages shown by
Zac Medico
2010-09-26
1
-6
/
+6
*
Add PORTAGE_BINHOST sftp protocol support.
v2.2_rc87
Zac Medico
2010-09-25
2
-5
/
+25
*
Fix a typo in a comment.
Zac Medico
2010-09-25
1
-1
/
+1
*
Add non-essential backslashes for clarity in GetConfigTestCase.
Zac Medico
2010-09-25
1
-1
/
+1
*
Add test cases for getconfig() bash compatibility with variables
Zac Medico
2010-09-25
1
-0
/
+28
*
Fix varexpand() so that it doesn't do redundant quote removal that
Zac Medico
2010-09-25
1
-1
/
+7
*
Fix BinpkgVerifier so that it doesn't try to rename the file if
Zac Medico
2010-09-25
1
-1
/
+3
*
Make MetaDataXML.format_maintainer_string() check a values to make
Zac Medico
2010-09-25
1
-4
/
+6
*
Implement PORTAGE_BINHOST ssh:// protocol support by spawning ssh
Zac Medico
2010-09-25
1
-1
/
+18
*
In EbuildPhase, don't display Repository if the value is not available.
Zac Medico
2010-09-25
1
-1
/
+2
[next]