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
*
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
*
Use portage.best() to simplify package comparison.
Zac Medico
2006-07-22
1
-6
/
+2
*
Just add the providers to the protected set without bothering to check if the...
Zac Medico
2006-07-22
1
-6
/
+5
*
Make depclean account for old-style virtuals so that it doesn't remove the pr...
Zac Medico
2006-07-22
1
-1
/
+8
*
Make sure that PORTAGE_BUILDDIR exists before attempting to lock it. Dependin...
Zac Medico
2006-07-21
1
-2
/
+2
*
Collapse whitespace in aux_get calls for remote binpkg metadata. See bug #14...
Zac Medico
2006-07-21
1
-4
/
+2
*
Ignore hidden directories and files when updating config files.
Zac Medico
2006-07-21
1
-0
/
+5
*
Add a link for "Setting up your own local rsync mirror" as suggested by jkt.
Zac Medico
2006-07-21
1
-0
/
+2
*
Move dep_transform from the portage_dep module to portage_update.
Zac Medico
2006-07-21
3
-26
/
+26
*
Move update_config_files from the core portage module to portage_update.
Zac Medico
2006-07-21
2
-74
/
+83
*
Do the portage_checksum import in local scope because of circular dependency.
Zac Medico
2006-07-21
1
-1
/
+1
*
Move new_protect_filename from the core portage module to portage_util.
Zac Medico
2006-07-21
2
-52
/
+52
*
Move parse_updates from the core portage module to portage_update.
Zac Medico
2006-07-21
2
-35
/
+37
*
Move isjustname, isspecific, dep_getkey, and dep_transform from the core port...
Zac Medico
2006-07-21
2
-68
/
+66
[next]