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
*
prepstrip: tweak style and document helper funcs a bit
Mike Frysinger
2012-05-14
1
-15
/
+19
*
prepstrip: run the log parsing in parallel to file stripping
Mike Frysinger
2012-05-14
1
-5
/
+5
*
multijob_post_fork: simpler handling of return value
Mike Frysinger
2012-05-14
1
-3
/
+1
*
depgraph: send output to stderr when appropriate
Zac Medico
2012-05-14
1
-70
/
+48
*
prepstrip: wait for Pre-stripped check to finish
Zac Medico
2012-05-14
1
-0
/
+3
*
prepstrip: disable parallel for splitdebug, etc..
Zac Medico
2012-05-14
1
-2
/
+17
*
multijob_post_fork: return child status
Zac Medico
2012-05-14
1
-1
/
+3
*
Atom: use a single _get_atom_re() call
Zac Medico
2012-05-13
1
-14
/
+15
*
BlockerCache: use _unicode() for pickled atoms
Zac Medico
2012-05-13
1
-2
/
+2
*
Split out _hide_url_passwd() and use it more.
Zac Medico
2012-05-13
3
-8
/
+12
*
binhost: http auth for python3 (bug #413983)
Zac Medico
2012-05-13
2
-3
/
+44
*
getbinpkg: fix base64 usage for python3
Zac Medico
2012-05-13
1
-4
/
+9
*
tbz2.scan: use finally to close file
Zac Medico
2012-05-13
1
-4
/
+4
*
Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...
Zac Medico
2012-05-13
4
-25
/
+16
*
glsa: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-8
/
+5
*
_sets/security: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-4
/
+4
*
_sets/dbapi: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-9
/
+5
*
portdbapi: don't convert _pkg_str to str
Zac Medico
2012-05-13
1
-1
/
+2
*
dblink: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-5
/
+9
*
dep_check: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-15
/
+21
*
_pkg_str: validate repo (move code from Package)
Zac Medico
2012-05-13
4
-16
/
+15
*
unmerge: use cpv_sort_key instead of pkgcmp
Zac Medico
2012-05-13
1
-10
/
+12
*
_pkg_str: make version -r0 consistent with input
Zac Medico
2012-05-13
1
-1
/
+4
*
cpv_sort_key: use _pkg_str
Zac Medico
2012-05-13
1
-8
/
+18
*
repoman: simplify ebuild sort code
Zac Medico
2012-05-13
1
-11
/
+4
*
egencache: use vercmp instead of pkgcmp
Zac Medico
2012-05-13
1
-3
/
+3
*
best_match_to_list: use _pkg_str
Zac Medico
2012-05-13
1
-7
/
+5
*
match_from_list: avoid multiple meanings of mycpv
Zac Medico
2012-05-13
1
-2
/
+2
*
cpvequal: use _pkg_str
Zac Medico
2012-05-13
2
-10
/
+22
*
_pms_eapi_re: require whitespace before comment
Zac Medico
2012-05-13
1
-1
/
+1
*
match_from_list: preserve input in result
Zac Medico
2012-05-13
1
-4
/
+6
*
Use _pkg_str.version more.
Zac Medico
2012-05-13
1
-4
/
+14
*
Don't cache vercmp results.
Zac Medico
2012-05-13
1
-14
/
+1
*
_pkg_str: add version attribute for comparisons
Zac Medico
2012-05-13
5
-23
/
+34
*
depgraph: minimize match_from_list operations
Zac Medico
2012-05-13
1
-58
/
+64
*
SimpleResolverTestCase: handle PYTHONHASHSEED
Zac Medico
2012-05-12
1
-1
/
+2
*
_pkg_str: add slot and repo attributes
Zac Medico
2012-05-12
9
-40
/
+64
*
match_from_list: handle Package.UNKNOWN_REPO
Zac Medico
2012-05-12
2
-4
/
+8
*
_pkg_str: add cpv attribute for match_from_list
Zac Medico
2012-05-12
1
-0
/
+2
*
Check type of xml.etree.ElementTree.TreeBuilder before applying
Arfrever Frehtes Taifersar Arahesis
2012-05-13
1
-4
/
+10
*
test_digraph: fix get_cycles for PYTHONHASHSEED
Zac Medico
2012-05-12
2
-7
/
+15
*
test_digraph: fix bfs for PYTHONHASHSEED=random
Zac Medico
2012-05-12
1
-4
/
+39
*
test_stackLists: fix for PYTHONHASHSEED="random"
Zac Medico
2012-05-12
1
-2
/
+2
*
Add workaround for http://bugs.python.org/issue14007.
Arfrever Frehtes Taifersar Arahesis
2012-05-12
1
-0
/
+4
*
Add a _pkg_str class to cache catpkgsplit results
Zac Medico
2012-05-12
6
-13
/
+68
*
catpkgsplit: don't cache results
Zac Medico
2012-05-12
1
-7
/
+1
*
prepstrip/ecompressdir: parallelize operations
Mike Frysinger
2012-05-12
3
-8
/
+104
*
Add portage.eapi.eapi_allows_dots_in_use_flags().
Arfrever Frehtes Taifersar Arahesis
2012-05-12
2
-11
/
+14
*
Allow dots in package names in EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2012-05-12
6
-51
/
+113
*
Fix handling of empty PORTDIR{,_OVERLAY} setting.
Zac Medico
2012-05-11
1
-2
/
+2
[next]