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
*
mention the use of @ in -s; bug 137565
Simon Stelling
2006-06-22
1
-3
/
+5
*
Fix a broken reference to syslist and remove two extras.
Zac Medico
2006-06-22
1
-3
/
+1
*
Move emerge's default action code from global scope to a function.
Zac Medico
2006-06-22
1
-26
/
+30
*
Fix missing global "syslist" from r3594.
Zac Medico
2006-06-22
1
-1
/
+1
*
Move the --depclean code from global scope to a function.
Zac Medico
2006-06-22
1
-23
/
+25
*
Move the --search code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Move the --info code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Fix a collision with a previous variable named "p".
Zac Medico
2006-06-22
1
-2
/
+3
*
Move the --config code from global scope to a function.
Zac Medico
2006-06-22
1
-9
/
+12
*
Move the --regen code from global scope to a function.
Zac Medico
2006-06-22
1
-6
/
+9
*
Move the --sync and --metadata code from global scope to a function.
Zac Medico
2006-06-22
1
-5
/
+7
*
Remove most direct references to global variables from emerge's depgraph class.
Zac Medico
2006-06-22
1
-171
/
+264
*
Remove unused "olddbapi" variable.
Zac Medico
2006-06-22
1
-2
/
+0
*
Remove all global variables from emerge's search class.
Zac Medico
2006-06-22
1
-20
/
+32
*
Encapsulate emerge's spinner into an object.
Zac Medico
2006-06-22
1
-53
/
+57
*
Simplify PORT_LOGDIR intitialization.
Zac Medico
2006-06-22
1
-21
/
+8
*
Prevent and exception when PORT_LOGDIR is an empty string.
Zac Medico
2006-06-22
1
-2
/
+5
*
Remove redundant PORT_LOGDIR validation from the config constructor.
Zac Medico
2006-06-22
1
-4
/
+0
*
Don't bother to warn when PORT_LOGDIR="".
Zac Medico
2006-06-22
1
-4
/
+0
*
Make sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to ...
Zac Medico
2006-06-22
1
-2
/
+4
*
By popular demand (including releng), revert the unmerge behavior change from...
Zac Medico
2006-06-21
1
-9
/
+9
*
Make it easy to pass alternative cache implementations into the constructor a...
Zac Medico
2006-06-20
1
-1
/
+2
*
Use get() to simplify setitem logic as suggested by Brian Harring.
Zac Medico
2006-06-20
1
-12
/
+10
*
Implement get() as part of the standard mapping interface.
Zac Medico
2006-06-20
1
-0
/
+6
*
Fix it so that values are properly saved in the writable layer. Previously t...
Zac Medico
2006-06-20
1
-1
/
+3
*
Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...
Zac Medico
2006-06-20
1
-1
/
+2
*
To prevent infinite recursion when a lock file has more than 1 hardlink, test...
Zac Medico
2006-06-19
1
-1
/
+1
*
make sure that elog entries are also processed in *rm phases and that they ar...
Marius Mauch
2006-06-19
1
-0
/
+11
*
Save timestamp.chk even when metadata-transfer is disabled for bug #137177.
Zac Medico
2006-06-19
1
-10
/
+12
*
- do not complain about redundant use of pretend and verbose flags
Ned Ludd
2006-06-19
1
-2
/
+3
*
goodbye tokenize
Alec Warner
2006-06-18
1
-46
/
+0
*
Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...
Zac Medico
2006-06-18
1
-1
/
+1
*
Add missing sys import found by pyflakes.
Zac Medico
2006-06-18
1
-1
/
+1
*
fix typo
Marius Mauch
2006-06-18
1
-1
/
+1
*
get rid of quotes in output
Mike Frysinger
2006-06-18
1
-2
/
+2
*
Prevent repoman frm using /etc/portage/package.mask. This is a regression in...
Zac Medico
2006-06-18
1
-3
/
+7
*
Overwrite the existing fetch log so that it only contains the most recent fetch.
Zac Medico
2006-06-18
1
-1
/
+1
*
Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's need...
Zac Medico
2006-06-17
1
-3
/
+8
*
Make sure that doebuild gets the correct CATEGORY. See bug #137105.
Zac Medico
2006-06-17
2
-0
/
+4
*
Benno Schulenberg writes in #136818: tweak --nocolor description
Mike Frysinger
2006-06-17
1
-1
/
+1
*
Benno Schulenberg writes in #136818: tweak the description of --info
Mike Frysinger
2006-06-17
1
-2
/
+2
*
Benno Schulenberg writes in #136818: make the style of the --pretend letter d...
Mike Frysinger
2006-06-17
1
-8
/
+8
*
Benno Schulenberg writes in #136818: put the --config action in its alphabeti...
Mike Frysinger
2006-06-17
1
-5
/
+5
*
line wrap to 80 cols
Mike Frysinger
2006-06-17
1
-12
/
+18
*
Benno Schulenberg writes in #136818: changes the wording of the "set" paramet...
Mike Frysinger
2006-06-17
1
-4
/
+4
*
Force digest generation when assume-digests is enabled but the file size does...
Zac Medico
2006-06-17
1
-2
/
+10
*
Import missing PermissionDenied class. Thanks to marienz for reporting (and ...
Zac Medico
2006-06-16
1
-1
/
+2
*
Fix checksum error messages for bug #136947. Thanks to truedfx for this patch.
Zac Medico
2006-06-16
1
-2
/
+2
*
Only attempt to unmerge the already-installed instance if it actually exists....
Zac Medico
2006-06-15
1
-5
/
+6
*
When --debug is enabled, do not raise a ValueError for unresolved dependencie...
Zac Medico
2006-06-15
1
-2
/
+0
[next]