GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-idfetch.git
idfetch
master
SoC2010: IDFetch - Intelligent Distfile Fetcher (Portage modifications)
Kostyantyn Ovechko <fastinetserver@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
_emerge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move imports to the top.
HEAD
master
Zac Medico
2010-06-01
1
-3
/
+2
*
Add special handling for updates of Package.metadata['USE'], so that
Zac Medico
2010-06-01
1
-3
/
+15
*
Add a Package.copy() method.
Zac Medico
2010-06-01
1
-2
/
+9
*
Make depgraph._serialize_tasks show a debug message when it
Zac Medico
2010-05-30
2
-4
/
+14
*
Move imports to the top and use textwrap.wrap() instead of the formatter
Zac Medico
2010-05-29
1
-14
/
+9
*
Add help for --rebuilt-binaries-timestamp.
Zac Medico
2010-05-27
1
-0
/
+9
*
Make parse_opts() bail out when not silent and an option parameter is
Zac Medico
2010-05-27
1
-10
/
+10
*
Fix --rebuilt-binaries code to return existing_node where appropriate.
Zac Medico
2010-05-27
1
-2
/
+2
*
Tweak --rebuilt-binaries code to solve bug #306659 once again (logic
Zac Medico
2010-05-27
1
-2
/
+4
*
Add --rebuilt-binaries-timestamp option
Sebastian Luther
2010-05-27
2
-4
/
+42
*
Bug #310947 - When expanding categories for atoms inside select_files,
Zac Medico
2010-05-27
1
-2
/
+19
*
Make --deselect work for sets (bug 268798)
Sebastian Luther
2010-05-27
3
-14
/
+20
*
emerge --help: Add --ignore-default-opts (closes bug 246491)
Sebastian Luther
2010-05-27
1
-0
/
+8
*
Add _emerge.Package.iuse.get_missing_iuse to return missing IUSE flags. Resto...
Sebastian Luther
2010-05-25
2
-2
/
+15
*
_emerge.depgraph._show_unsatisfied_dep(): Do an ealier missing IUSE check and...
Sebastian Luther
2010-05-25
1
-10
/
+7
*
_emerge.Package.iuse.is_valid_flags should return a list of flags missing fro...
Sebastian Luther
2010-05-25
1
-2
/
+3
*
Simplify code by passing a list of flags to Package.iuse.is_valid_flag
Sebastian Luther
2010-05-25
1
-5
/
+1
*
Allow _emerge.Package.iuse.is_valid_flag() to take a list of flags
Sebastian Luther
2010-05-25
1
-4
/
+9
*
_emerge.depgraph._show_unsatisfied_dep(): properly check if something belongs...
Sebastian Luther
2010-05-25
1
-1
/
+1
*
Make parent_use parameter for portage.dep.Atom.violated_conditionals() option...
Sebastian Luther
2010-05-25
1
-3
/
+2
*
Fix traceback in _show_unsatisfied_dep, reported on forums:
Zac Medico
2010-05-25
1
-1
/
+2
*
_emerge.depgraph._show_slot_collision_notice(): Improve atom list prunning
Sebastian Luther
2010-05-22
1
-6
/
+12
*
_emerge.depgraph._show_unsatisfied_dep(): Suggest changing USE on the parent ...
Sebastian Luther
2010-05-21
1
-1
/
+29
*
_emerge.Package.__str__(): handle operation==uninstall
Sebastian Luther
2010-05-21
1
-0
/
+6
*
Fix depgraph.schedulerGraph() to break DepPriority.satisfied attributes
Zac Medico
2010-05-20
1
-0
/
+10
*
If a dependency is installed but masked, try to pull in an unmasked version
Zac Medico
2010-05-20
1
-4
/
+23
*
Make the non --update package selection logic avoid installed packages if
Zac Medico
2010-05-20
1
-1
/
+5
*
Make the non --update package selection logic avoid installed packages if
Zac Medico
2010-05-20
1
-1
/
+1
*
Use Atom.unevaluated_atom in depgraph._show_slot_collision_notice()
Sebastian Luther
2010-05-20
1
-1
/
+1
*
Add _emerge.Package.__str__() for nicer output formatting
Sebastian Luther
2010-05-20
1
-0
/
+28
*
Support specifying exclude list as multiple arguments.
Michał Górny
2010-05-19
2
-3
/
+3
*
Only count "merge" nodes when determining whether or not to trigger
Zac Medico
2010-05-16
1
-1
/
+1
*
Fix --resume to support --exclude.
Zac Medico
2010-05-15
1
-0
/
+4
*
Add missing newline from previous commit.
Zac Medico
2010-05-06
1
-1
/
+1
*
Bug #317775 - In depgraph.display() use writemsg_stdout() to avoid
Zac Medico
2010-05-06
1
-7
/
+4
*
Make myopts["--exclude"] a plain string in order to avoid issues with mtimedb
Zac Medico
2010-05-05
2
-3
/
+5
*
Make --exclude use whitespace to separate atoms since atoms are typically
Zac Medico
2010-05-04
2
-3
/
+3
*
Use keep_going local var.
Michał Górny
2010-05-03
1
-1
/
+1
*
Allow -C to remove packages referenced by sets in world_sets
Sebastian Luther
2010-04-29
1
-10
/
+3
*
Bail out immediately if --exclude is given a bad atom.
Zac Medico
2010-04-29
1
-2
/
+2
*
Tweak packages_with_invalid_use_config handling:
Zac Medico
2010-04-29
1
-4
/
+8
*
Add --exclude option
Sebastian Luther
2010-04-29
3
-0
/
+66
*
Use is_valid_flag.
Zac Medico
2010-04-27
1
-2
/
+1
*
Add a Package.iuse.is_valid_flag() method to replace the regex attribute,
Zac Medico
2010-04-27
1
-20
/
+9
*
Initialize missing_iuse.
Zac Medico
2010-04-27
1
-0
/
+1
*
Check USE deps all in one place (and fix some bugs).
Zac Medico
2010-04-27
1
-17
/
+18
*
Add a comment about special USE deps handling which is required in order to
Zac Medico
2010-04-27
1
-0
/
+3
*
Make iuse_implicit_re private for now.
Zac Medico
2010-04-27
1
-1
/
+1
*
--update: don't ignore higher versions because of missing IUSE
Sebastian Luther
2010-04-27
1
-1
/
+12
*
--update: don't match lower versions if the higher versions have the wrong us...
Sebastian Luther
2010-04-27
1
-0
/
+16
[next]