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
*
Avoid rewritting the Manifest whenever possible by comparing the existing man...
v2.1_pre9
Zac Medico
2006-04-17
1
-70
/
+154
*
touchup emerge --help: reorder and wrap lines. credit goes to Benno Schulenbe...
Simon Stelling
2006-04-16
1
-41
/
+44
*
sync short options with the rest of emerge --help; bug 124489
Simon Stelling
2006-04-16
1
-1
/
+1
*
add instructions how to update portage when --sync tells you to do so; bug 11...
Simon Stelling
2006-04-16
1
-0
/
+1
*
make misc-functions.sh executable as it's called directly from the python side
Simon Stelling
2006-04-16
1
-0
/
+0
*
fix misuse of 'cat'
Simon Stelling
2006-04-16
1
-2
/
+2
*
eat whitespace
Mike Frysinger
2006-04-16
1
-4
/
+0
*
use a temp file but this time cut out the duplicate calls to `find`
Mike Frysinger
2006-04-16
1
-9
/
+10
*
Make find arguments portable for bug #129935 and remove temp file usage for b...
Zac Medico
2006-04-16
1
-12
/
+2
*
Override LazyItemsDict.update() so that it works correctly with other instanc...
Zac Medico
2006-04-15
1
-2
/
+10
*
touchup syntax and dont execute the loop as many times
Mike Frysinger
2006-04-15
1
-5
/
+5
*
use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"
Simon Stelling
2006-04-15
1
-5
/
+1
*
remove all unneeded slashes, not only // or ///
Simon Stelling
2006-04-15
1
-2
/
+4
*
`` must die
Simon Stelling
2006-04-15
10
-60
/
+60
*
some more hasq fixes
Simon Stelling
2006-04-15
1
-10
/
+6
*
use has instead of bloated bash constructs
Simon Stelling
2006-04-15
1
-3
/
+1
*
fix typo from rev 3151
Simon Stelling
2006-04-15
1
-1
/
+1
*
only move $T/environment if it exists; bug 64926
Simon Stelling
2006-04-15
1
-1
/
+1
*
Split out a reusable Manifest._readManifest() method.
Zac Medico
2006-04-15
1
-15
/
+26
*
Add singleton support to LazyItemsDict to make it easier to use with arbitrar...
Zac Medico
2006-04-15
2
-28
/
+25
*
Catch fetch_check FileNotFound exceptions for bug #129962.
Zac Medico
2006-04-14
1
-1
/
+6
*
Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for t...
Zac Medico
2006-04-14
1
-5
/
+8
*
Preserve the mysettings["SLOT"] for bug #129720.
Zac Medico
2006-04-14
1
-2
/
+2
*
Fix a typo from the last revision.
Zac Medico
2006-04-14
1
-1
/
+1
*
Fix collision-protect logic so the correct cpv is used for slot comparison.
Zac Medico
2006-04-14
1
-1
/
+1
*
Add an initial_items parameter to the LazyItemsDict constructor in order to f...
Zac Medico
2006-04-14
2
-9
/
+7
*
Fix digestcheck logic for bug #129839.
Zac Medico
2006-04-13
2
-27
/
+30
*
exit if user hits the cancel button in dialog mode; bug 108137
Simon Stelling
2006-04-13
1
-2
/
+2
*
don't declare input as integer, or etc-update will crash whenever the user en...
Simon Stelling
2006-04-13
1
-1
/
+1
*
ignore backup files when scanning for ._cfg????_*; bug 121401
Simon Stelling
2006-04-13
1
-1
/
+1
*
don't display the ._cfg???? files anymore but instead the number of updates f...
Simon Stelling
2006-04-13
1
-10
/
+2
*
fixes by solar for ROOT output when unmerging #129649 and make --quiet output...
Mike Frysinger
2006-04-13
1
-6
/
+8
*
Fix manifest/digest generation logic for bug #129737.
Zac Medico
2006-04-13
2
-32
/
+35
*
Use LazyItemsDict to avoid a vdb scan during portage import when autouse is e...
Zac Medico
2006-04-12
1
-1
/
+19
*
Use cannonical paths for portdb.portrees to ensure that, given pkgdir, Fetchl...
Zac Medico
2006-04-12
1
-3
/
+4
*
Create a generic portage_util.LazyItemsDict and use it for lazy initializatio...
Zac Medico
2006-04-12
2
-46
/
+58
*
Revert r3129 and r3130 because they don't solve bug #129515.
Zac Medico
2006-04-11
2
-15
/
+2
*
Fix LazyDatabasesDict so that databases only need to be created once.
Zac Medico
2006-04-11
1
-0
/
+1
*
Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick Mc...
Zac Medico
2006-04-11
1
-1
/
+6
*
Make dispatch-conf play nice with symlinks for bug #129515. Thanks to Patric...
Zac Medico
2006-04-11
1
-1
/
+9
*
Make qmerge imply noclean for bug #129559.
Zac Medico
2006-04-11
1
-0
/
+3
*
Implement lazy construction of global databases db[root]["porttree"] and db[r...
Zac Medico
2006-04-11
1
-4
/
+27
*
Support EBUILD_PHASE during more phases for bug #129244.
Zac Medico
2006-04-11
1
-0
/
+2
*
Support EBUILD_PHASE during package and rpm phases for bug #129244.
Zac Medico
2006-04-11
2
-2
/
+4
*
Remove dead code from portage.digestcheck().
Zac Medico
2006-04-11
1
-86
/
+0
*
Remove the "db" parameter from digestcheck() because it's not needed.
Zac Medico
2006-04-11
1
-3
/
+1
*
Remove the "db" parameter from digestParseFile() because it's not needed.
Zac Medico
2006-04-11
1
-3
/
+2
*
Remove the "db" parameter from digestgen() because it's not needed.
Zac Medico
2006-04-11
1
-4
/
+1
*
Fix FetchlistDict.keys() so it does the same porttrees trick as __getitem__.
Zac Medico
2006-04-11
1
-1
/
+8
*
Fix FetchlistDict so usage of global portdb leaves portdb.porttrees intact.
Zac Medico
2006-04-11
1
-7
/
+11
[next]