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
*
Bug #321871 - Check manifests in all modes and trigger 'manifest.bad'
Zac Medico
2010-06-15
1
-9
/
+17
*
Fix breakage in changelog checks do to faulty vcs comparison (cvs and
Zac Medico
2010-06-15
1
-1
/
+1
*
Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings when
Zac Medico
2010-06-15
2
-2
/
+10
*
make.conf(5): document LDFLAGS with a warning, explain the different between ...
Nathan Phillip Brink
2010-06-10
1
-1
/
+15
*
Add a reference to bug 189417 in config.environ().
Zac Medico
2010-06-08
1
-1
/
+1
*
Split out a _pkgindex_cpv_map_latest_build() function.
Zac Medico
2010-06-04
1
-26
/
+36
*
Fix code from previous commit to handle missing BUILD_TIME better.
Zac Medico
2010-06-04
1
-10
/
+10
*
When organizing remote binhost metadata into a cpv -> metadata map,
Zac Medico
2010-06-04
1
-1
/
+25
*
Implement SlotDict.__repr__() to behave like dict.
Zac Medico
2010-06-04
1
-0
/
+3
*
Move imports to the top.
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
*
Bug #322049 - Make use_with() and use_enable() handling of empty
Zac Medico
2010-05-30
1
-2
/
+10
*
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
*
Fix handling of empty third argument of use_with() and use_enable().
Arfrever Frehtes Taifersar Arahesis
2010-05-27
1
-2
/
+2
*
Add help for --rebuilt-binaries-timestamp.
Zac Medico
2010-05-27
2
-1
/
+10
*
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
3
-4
/
+49
*
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
4
-15
/
+21
*
emerge --help: Add --ignore-default-opts (closes bug 246491)
Sebastian Luther
2010-05-27
1
-0
/
+8
*
Use 'assert' to check ${PIPESTATUS[@]} from save_ebuild_env calls.
Zac Medico
2010-05-25
1
-0
/
+3
*
Bug #321145: Don't ignore exit status of filter-bash-environment.py and check...
Arfrever Frehtes Taifersar Arahesis
2010-05-25
2
-2
/
+2
*
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
2
-17
/
+18
*
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
*
Bug #320755 - Make sure src_test only runs once when ebuild(1)
Zac Medico
2010-05-21
1
-5
/
+8
*
_emerge.depgraph._show_unsatisfied_dep(): Suggest changing USE on the parent ...
Sebastian Luther
2010-05-21
1
-1
/
+29
*
Add portage.dep.Atom.violated_conditionals()
Sebastian Luther
2010-05-21
1
-0
/
+39
*
_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
*
Use os.environ.get() instead of os.getenv(), to hopefully avoid issues
Zac Medico
2010-05-20
1
-4
/
+5
*
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 portage.dep.Atom.unevaluated_atom to not lose the original use dep in Ato...
Sebastian Luther
2010-05-20
1
-2
/
+10
*
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
*
Bug #318241 - Add GPL-2 LICENSE file.
Zac Medico
2010-05-17
1
-0
/
+339
*
New mode: manifest-check - Checks Manifests for missing or incorrect digests
Zac Medico
2010-05-16
2
-0
/
+16
[next]