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
*
Fix the installsources feature so that it works even with splitdebug or nostr...
Zac Medico
2006-08-04
1
-11
/
+15
*
Fix STRIP_MASK logic so that a match results in stripitbaby=0.
Zac Medico
2006-08-04
1
-1
/
+1
*
Protect USE_EXPAND flags from -* in order to preserve previous behavior which...
Zac Medico
2006-08-03
1
-1
/
+6
*
Instead of self.puse, use self.mycpv to return early from setcpv.
Zac Medico
2006-08-03
1
-5
/
+5
*
Expand USE_EXPAND flags earlier so that their incremental stacking behaves ju...
Zac Medico
2006-08-03
1
-10
/
+23
*
Use a recursive function to simplify the walking of the profile paths. The n...
Zac Medico
2006-08-03
1
-17
/
+20
*
Remove dojar docs for bug #108517.
Zac Medico
2006-08-02
1
-4
/
+0
*
Remove the unnecessary "Previously fetched" portion of the disfiles checksum ...
Zac Medico
2006-08-02
1
-2
/
+2
*
Link the full handbook since it's guaranteed to continue to work as per comme...
Zac Medico
2006-08-02
1
-2
/
+2
*
Move code that updates depgraph state from select_dep() to a more appropriate...
Zac Medico
2006-08-02
1
-11
/
+7
*
Grab /etc/profile.env from the target root instead of the configroot.
Zac Medico
2006-08-02
1
-2
/
+2
*
Move profile.env to the bottom of the stack so that, for example, it's possib...
Zac Medico
2006-08-02
1
-12
/
+12
*
Remove duplicate profile.env values from the environment so that they don't o...
Zac Medico
2006-08-02
1
-0
/
+18
*
Remove dojar for bug #108517.
Zac Medico
2006-08-01
1
-54
/
+0
*
Don't write to emerge.log when --pretend is enabled for bug #139449.
Zac Medico
2006-07-31
1
-1
/
+2
*
When emerge exits to blockers, show a link to the relevant section of the Gen...
Zac Medico
2006-07-31
1
-2
/
+12
*
Only ignore ENOENT in getconfig() so that more important errors don't go unno...
Zac Medico
2006-07-31
1
-1
/
+3
*
Add matching quote (typo from last revision).
Zac Medico
2006-07-31
1
-1
/
+1
*
Catch ParseError from getconfig during env_update for bug #142157.
Zac Medico
2006-07-31
2
-5
/
+6
*
Remove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner <antaru...
Zac Medico
2006-07-31
1
-24
/
+1
*
Stack /etc/profile.env inside portage.config so that it doesn't stop variable...
Zac Medico
2006-07-29
3
-4
/
+16
*
Make sure we doebuild uses the correct tree for fetch lists when there are ov...
Zac Medico
2006-07-28
1
-2
/
+6
*
Use the FetchlistDict to simplify code.
Zac Medico
2006-07-28
1
-4
/
+3
*
Pass in the path to the base of the current tree to ensure that the correct f...
Zac Medico
2006-07-28
1
-1
/
+3
*
Add PKG_CONFIG_PATH to env_update incrementals for bug #105384.
Zac Medico
2006-07-28
1
-2
/
+3
*
Allow a digest to be created before any distfiles have been fetched for bug #...
Zac Medico
2006-07-28
2
-3
/
+8
*
Add a --force option for `ebuild digest` so that the user doesn't have to man...
Zac Medico
2006-07-28
2
-16
/
+38
*
Simplify permissions adjustment after a file is fetched.
Zac Medico
2006-07-27
1
-12
/
+9
*
Move the filesystem mirrors code into the main fetch loop.
Zac Medico
2006-07-27
1
-16
/
+13
*
Move permissions adjustment of previously fetched files into the main fetch l...
Zac Medico
2006-07-27
1
-8
/
+8
*
Fix ENOENT exception handler so that it only wraps the relevant stat call.
Zac Medico
2006-07-27
1
-8
/
+7
*
Hide a password if a uri contains one (a custom local mirror, for example). ...
Zac Medico
2006-07-27
1
-1
/
+2
*
Simplify fetch failure logic.
Zac Medico
2006-07-27
1
-12
/
+10
*
Ensure that that fetch restriction message is only show once in --pretend mode.
Zac Medico
2006-07-27
1
-0
/
+2
*
Allow fetch restricted files to be fetched from custom local mirrors as per b...
Zac Medico
2006-07-27
1
-24
/
+25
*
Move the initial check of previously fetched files out of the locations loop ...
Zac Medico
2006-07-27
1
-54
/
+47
*
Fix unsafe deletion of a dictionary item during iteration.
Zac Medico
2006-07-26
1
-1
/
+4
*
When necessary, always print a list of missing atoms even if --verbose is not...
Zac Medico
2006-07-25
1
-3
/
+4
*
Move the self dependency check from digraph.addnode() to depgraph.create() si...
Zac Medico
2006-07-25
2
-5
/
+3
*
Add more dependencies to the digraph in order to help prevent strange merge o...
Zac Medico
2006-07-25
2
-3
/
+11
*
s/difference/symmetric_difference/ for the last two commits.
Zac Medico
2006-07-24
1
-2
/
+2
*
For binary packages, trigger a rebuild with --newuse when IUSE has changed fo...
Zac Medico
2006-07-24
1
-2
/
+10
*
Trigger a rebuild with --newuse when IUSE has changed for bug #116955.
Zac Medico
2006-07-24
1
-1
/
+4
*
Simplify depgraph.select_dep() logic by using a list of matched packages (ins...
Zac Medico
2006-07-23
1
-31
/
+32
*
Return tuples instead of lists from getboth functions and methods.
Zac Medico
2006-07-23
1
-2
/
+2
*
Return a tuple from searchindex instead of a list.
Zac Medico
2006-07-23
1
-1
/
+1
*
Make xsplit() return False on failure and True on success for bug #141445.
Zac Medico
2006-07-22
1
-2
/
+2
*
Move best_match_to_list, match_from_list, and match_to_list from the core por...
Zac Medico
2006-07-22
2
-113
/
+115
*
Move portage.best() to portage_versions.
Zac Medico
2006-07-22
2
-17
/
+16
*
Remove unused portage.match_from_list_original() function.
Zac Medico
2006-07-22
1
-116
/
+0
[next]