misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reversed porttrees findname2/findLicensePath.
Zac Medico
2010-09-30
1
-2
/
+2
*
Fix broken/reversed order of portdbapi.porttrees.
Zac Medico
2010-09-30
1
-1
/
+1
*
Allow missing category with depclean --exclude.
Zac Medico
2010-09-30
1
-2
/
+2
*
Bug #339231 - Return unicode from glsa.getText().
Zac Medico
2010-09-30
1
-1
/
+1
*
Deprecate spawnebuild() with returnpid.
Zac Medico
2010-09-30
1
-0
/
+7
*
Deprecate doebuild() with returnpid.
Zac Medico
2010-09-30
1
-0
/
+6
*
Simplify Task.__eq__() and __ne__().
Zac Medico
2010-09-30
1
-6
/
+2
*
Make _RepoDisplay show user_location.
Zac Medico
2010-09-30
2
-2
/
+9
*
Fix findLicensePath() breakage from previous.
Zac Medico
2010-09-30
1
-1
/
+1
*
Make portdbapi.porttrees mutable once again.
Zac Medico
2010-09-30
1
-11
/
+8
*
More repository handling cleanup
Sebastian Luther
2010-09-30
5
-165
/
+170
*
Remove repos.conf handling from package/ebuild/config.py because it moved to ...
Sebastian Luther
2010-09-30
1
-65
/
+1
*
Fix readonly variable assignment for PORTAGE_BINPKG_TMPFILE when
Zac Medico
2010-09-30
2
-1
/
+7
*
Handle missing PORTDIR in RepoConfigLoader.mainRepo() and the
Zac Medico
2010-09-29
2
-2
/
+8
*
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
*
Invert portageq list_preserved_libs returncode meaning.
Zac Medico
2010-09-29
1
-4
/
+4
*
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
*
Fix a typo in a comment.
Zac Medico
2010-09-28
1
-1
/
+1
*
Fix breakage (from reposyntax branch) in repoman's ability to append
Zac Medico
2010-09-28
1
-1
/
+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
*
doman: ${mandir} can't contain complete suffix so don't check for it.
Michał Górny
2010-09-27
1
-1
/
+1
*
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
[next]