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
*
ebuild.sh: source *.sh at the top
Zac Medico
2011-09-11
1
-28
/
+28
*
Move preprocess_ebuild_env to phase-functions.sh.
Zac Medico
2011-09-11
2
-188
/
+184
*
ebuild.sh: split out bashrc-functions.sh
Zac Medico
2011-09-11
2
-92
/
+94
*
ebuild.sh: move hasg* funcs into econf
Zac Medico
2011-09-11
3
-13
/
+14
*
ebuild.sh: remove unused lchown and lchgrp
Zac Medico
2011-09-11
2
-9
/
+1
*
build.sh: has/best_version to phase-helpers.sh
Zac Medico
2011-09-11
2
-54
/
+47
*
ebuild.sh: move ebuild_main to phase-functions.sh
Zac Medico
2011-09-11
2
-223
/
+217
*
ebuild.sh: move use* funcs to phase-helpers.sh
Zac Medico
2011-09-11
2
-49
/
+50
*
ebuild.sh: add dummy funcs for "depend" phase
Zac Medico
2011-09-11
1
-0
/
+9
*
depgraph: pull in new virtual slots with --update
Zac Medico
2011-09-11
2
-11
/
+105
*
Add VirtualSlotResolverTestCase for bug #382557.
Zac Medico
2011-09-11
1
-0
/
+46
*
Revert virtual slot update code for bug 382557.
Zac Medico
2011-09-11
1
-1
/
+0
*
ebuild.sh: split out phase-helpers.sh
Zac Medico
2011-09-10
2
-520
/
+528
*
ebuild.sh: split out phase-functions.sh
Zac Medico
2011-09-10
2
-608
/
+613
*
depgraph: refactor virtual slot --update code
Zac Medico
2011-09-10
1
-28
/
+26
*
repoman: fix a typo in the file.executable desc
Zac Medico
2011-09-10
1
-1
/
+1
*
Add repoman warning about bash-completion deprecation.
Michał Górny
2011-09-10
1
-0
/
+1
*
depgraph: use Atom.with_slot() to match virtuals
Zac Medico
2011-09-10
1
-1
/
+1
*
Atom: add a with_slot method for adding a slot
Zac Medico
2011-09-10
1
-0
/
+8
*
depgraph: use _iter_match_pkgs_any where possible
Zac Medico
2011-09-09
1
-6
/
+5
*
Use utf_8 'merge' encoding for all locales.
v2.2.0_alpha55
Zac Medico
2011-09-09
1
-18
/
+22
*
depgraph: pull in new virtual slots with --update
Zac Medico
2011-09-09
1
-1
/
+7
*
getbinpkg: fix old binhost protocol for python3
Zac Medico
2011-09-08
1
-3
/
+12
*
egencache: tweak cache dir write access check
Zac Medico
2011-09-07
1
-5
/
+9
*
egencache: remove metadata-transfer warning
Zac Medico
2011-09-07
2
-4
/
+0
*
pordbapi: add unshared cache mode for egencache
Zac Medico
2011-09-07
1
-6
/
+27
*
egencache: validate cache dir more
Zac Medico
2011-09-07
1
-3
/
+19
*
cache/volatile: fix __iter__ and __contains__
Zac Medico
2011-09-07
1
-2
/
+6
*
abssymlink: fix inverted logic from last commit
v2.2.0_alpha54
Zac Medico
2011-09-06
1
-1
/
+1
*
merge: avoid abssymlink readlink call
Zac Medico
2011-09-06
2
-3
/
+11
*
tests/emerge: test regenworld
Zac Medico
2011-09-05
1
-0
/
+3
*
tests/emerge: test fixpackages
Zac Medico
2011-09-05
1
-0
/
+3
*
tests/emerge: test env-update
Zac Medico
2011-09-05
2
-1
/
+4
*
tests/emerge: test portageq
Zac Medico
2011-09-05
1
-3
/
+16
*
ResolverPlayground: make.profile in /etc/portage
Zac Medico
2011-09-05
1
-10
/
+10
*
tests/emerge: test egencache
Zac Medico
2011-09-05
2
-16
/
+38
*
tests/emerge: add a debug mode that shows stdout
Zac Medico
2011-09-05
1
-7
/
+24
*
tests/emerge: test directory with latin-1 enc
Zac Medico
2011-09-05
1
-2
/
+4
*
Update unread news items in --pretend mode.
Zac Medico
2011-09-04
1
-4
/
+17
*
test_pty_eof: add SKIP msg for unsupported plat
Zac Medico
2011-09-04
1
-0
/
+13
*
tests/emerge: auto-disable sandbox if necessary
Zac Medico
2011-09-04
1
-0
/
+6
*
Fix repoman dependency.unknown to use xmatch.
v2.2.0_alpha53
Zac Medico
2011-09-03
1
-11
/
+12
*
Handle symlink content with bad encoding.
Zac Medico
2011-09-03
3
-8
/
+38
*
Join /var/log/emerge.log with EPREFIX.
Zac Medico
2011-09-03
1
-1
/
+10
*
elog/mod_save: join /var/log with os.sep too
Zac Medico
2011-09-03
2
-2
/
+4
*
elog/mod_echo: send all msg types to stdout
Zac Medico
2011-09-03
1
-0
/
+13
*
elog/mod_save: join /var/log with EPREFIX
Zac Medico
2011-09-03
2
-2
/
+2
*
Handle unpickle EOFError.
Zac Medico
2011-09-03
5
-8
/
+14
*
Handle unpickle AttributeError (bug #381705).
Zac Medico
2011-09-03
5
-9
/
+20
*
tests/emerge: add minimal herds.xml
Zac Medico
2011-09-03
3
-17
/
+60
[next]