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
*
`` 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
*
kill off custom bash hacks and replace with calls to find/xargs #121368
Mike Frysinger
2006-04-11
1
-68
/
+18
*
Ensure that binarytree.populate is called even when the first access is
Jason Stubbs
2006-04-10
1
-0
/
+7
*
Use os.path.join for cleaner joins.
Zac Medico
2006-04-10
1
-6
/
+6
*
Make repoman ignore deeply nested CVS directories and files they contain in o...
Zac Medico
2006-04-10
1
-0
/
+2
*
Add docstrings for FetchlistDict.
Zac Medico
2006-04-10
1
-1
/
+9
*
Simplify the porttrees logic for FetchlistDict.
Zac Medico
2006-04-10
1
-5
/
+2
*
Remove unnecessary calls to dict.keys() from portage_manifest.
Zac Medico
2006-04-10
1
-7
/
+7
*
Remove db and mysettings from Manifest and replace them with a mapping object...
Zac Medico
2006-04-10
3
-11
/
+31
*
Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...
Zac Medico
2006-04-10
3
-32
/
+31
*
Remove dependency on the core portage module from portage_manifest.
Zac Medico
2006-04-09
2
-13
/
+35
*
simpler dosym to make mr bones happy
Mike Frysinger
2006-04-09
1
-3
/
+4
*
Remove dead code from portage.digestParseFile().
Zac Medico
2006-04-09
1
-30
/
+0
*
Encapsulate type guessing logic in a new Manifest method.
Zac Medico
2006-04-09
2
-9
/
+14
[next]