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
*
vardbapi._aux_get: search environment in one pass
Zac Medico
2011-12-21
1
-43
/
+53
*
vardbapi._aux_get: account for _aux_cache_keys_re
Zac Medico
2011-12-21
1
-1
/
+2
*
vardbapi.aux_get: search environment, bug 395463
Zac Medico
2011-12-21
1
-5
/
+79
*
cnf/make.conf: fix ia64 and s390 diffs
Zac Medico
2011-12-21
2
-38
/
+8
*
Use *FLAGS for CFLAGS ignorance checks.
Zac Medico
2011-12-21
3
-4
/
+12
*
data.py: stat EROOT for PORTAGE_GRPNAME/USERNAME
Zac Medico
2011-12-21
1
-12
/
+36
*
s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/
Zac Medico
2011-12-21
2
-2
/
+2
*
s/QA_DT_SWITCHES/QA_CFLAGS_IGNORED/
Zac Medico
2011-12-21
3
-7
/
+7
*
--ask is fine for --depclean as well.
Michał Górny
2011-12-21
1
-2
/
+2
*
install_qa_check: more RESTRICT=binchecks
Zac Medico
2011-12-21
1
-2
/
+4
*
Strip .GCC.command.line from output files as well.
Michał Górny
2011-12-21
1
-1
/
+1
*
Support checking for ignored CFLAGS using -frecord-gcc-switches.
Michał Górny
2011-12-21
4
-0
/
+56
*
hashed_path: implement __repr__
Zac Medico
2011-12-20
1
-0
/
+2
*
Silently allow missing /var/cache/edb/counter.
Zac Medico
2011-12-20
1
-8
/
+4
*
Add some EAPI 4-python docs.
Zac Medico
2011-12-20
3
-0
/
+51
*
Force COLUMNS > 0 for bug #394091.
Zac Medico
2011-12-19
1
-0
/
+4
*
prepstrip: merge diff from prefix branch
Zac Medico
2011-12-19
1
-9
/
+26
*
Display EROOT when ROOT != "/".
Zac Medico
2011-12-19
7
-15
/
+16
*
Disallow some functions in global scope in EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2011-12-19
1
-4
/
+14
*
_run_pkg_pretend: doebuild_environment for clean
Zac Medico
2011-12-18
1
-0
/
+14
*
set_colors(): suppress "/dev/tty: No such device"
Zac Medico
2011-12-18
1
-2
/
+4
*
Define portage.repository.config.RepoConfig.__repr__().
Arfrever Frehtes Taifersar Arahesis
2011-12-18
1
-0
/
+3
*
test_poll: separate classes for pipe vs. pty
Zac Medico
2011-12-18
1
-14
/
+23
*
PipeReaderArrayTestCase: sleep for fast computers
Zac Medico
2011-12-18
1
-1
/
+4
*
RepoConfigLoader._add_overlays(): Rename a variable and add a comment.
Arfrever Frehtes Taifersar Arahesis
2011-12-18
1
-8
/
+9
*
Optimize RepoConfigLoader._add_overlays().
Arfrever Frehtes Taifersar Arahesis
2011-12-18
1
-7
/
+3
*
set_colors(): Redirect input to `stty size` to make it work after
Arfrever Frehtes Taifersar Arahesis
2011-12-18
1
-1
/
+1
*
environment: don't save COLUMNS
Zac Medico
2011-12-18
1
-1
/
+1
*
whitelist COLUMNS
Zac Medico
2011-12-18
1
-1
/
+1
*
RELEASE-NOTES: revert --quiet-build default
Zac Medico
2011-12-18
1
-5
/
+0
*
Parse layout.conf files in portage.repository.config.RepoConfig.__init__()
Arfrever Frehtes Taifersar Arahesis
2011-12-18
1
-29
/
+27
*
Fix some warnings found by pylint.
Arfrever Frehtes Taifersar Arahesis
2011-12-18
10
-63
/
+25
*
_show_unsatisfied_dep: avoid invalid, bug #394995
Zac Medico
2011-12-17
1
-3
/
+11
*
tests/emerge: PORTAGE_GRPNAME/USERNAME make.conf
Zac Medico
2011-12-16
1
-2
/
+2
*
_test_pty_eof: use os.read, not array.fromfile
Zac Medico
2011-12-16
2
-59
/
+40
*
test_poll: add note about unbuffered fdopen
Zac Medico
2011-12-16
1
-0
/
+3
*
test_poll: fix array test
Zac Medico
2011-12-16
3
-64
/
+96
*
emerge.1: --changed-use/--selective interaction
Zac Medico
2011-12-16
1
-8
/
+9
*
PipeReader: use AbstractPollTask._read_buf()
Zac Medico
2011-12-16
1
-26
/
+10
*
SpawnProcess/AbstractPollTask: eliminate array
Zac Medico
2011-12-16
2
-25
/
+8
*
SpawnProcess: remove obsolete fdopen
Zac Medico
2011-12-16
1
-4
/
+2
*
Fix EIO handling for PollSelectAdapter.
Zac Medico
2011-12-16
2
-4
/
+14
*
PtyEofFdopenUnBufferedTestCase: PyPy TODO
Zac Medico
2011-12-15
1
-0
/
+6
*
data.py: tweak getgrnam call for PyPy
Zac Medico
2011-12-15
2
-5
/
+6
*
runTests: initialize portage.data for PyPy
Zac Medico
2011-12-15
1
-0
/
+4
*
SpawnProcess: work around array.fromfile() bugs
Zac Medico
2011-12-15
3
-20
/
+100
*
test_poll: test different sizes, and pty too
Zac Medico
2011-12-15
2
-7
/
+20
*
emerge.1: enumerate more --selective=n overrides
Zac Medico
2011-12-15
1
-1
/
+2
*
make.conf.5: it's -> its
Zac Medico
2011-12-15
1
-1
/
+1
*
Fix a typo in a comment.
v2.2.0_alpha81
Arfrever Frehtes Taifersar Arahesis
2011-12-14
1
-1
/
+1
[next]