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
*
Make the EbuildQuote.missing_quotes regex accept single
Zac Medico
2007-11-10
1
-2
/
+2
*
Fix WorldSet.cleanPackage() so that it properly preserves
Zac Medico
2007-11-10
1
-0
/
+1
*
Convert all the checks in repoman.checks to use a new LineCheck
Zac Medico
2007-11-10
2
-209
/
+115
*
Clean up expansion of set arguments in depgraph.select_files().
Zac Medico
2007-11-09
1
-11
/
+13
*
fix typo and missing classmethod declaration
Marius Mauch
2007-11-09
1
-1
/
+2
*
if multiple glsas result in the same cat/pkg:slot being affected only use the...
Marius Mauch
2007-11-09
1
-1
/
+17
*
move checkfile parsing into its own function
Marius Mauch
2007-11-09
3
-14
/
+18
*
Move glsa-check from gentoolkit into portage so the gentoolkit version can be...
Marius Mauch
2007-11-09
2
-2
/
+341
*
revert getMergeList to return CPVs again instead of atoms
Marius Mauch
2007-11-09
2
-2
/
+2
*
Fix incorrect type in depgraph._missing_args.
Zac Medico
2007-11-09
1
-1
/
+1
*
Create classes to encapsulate eache of the depgraph argument
Zac Medico
2007-11-09
1
-24
/
+61
*
Remove the workaround for \n -> \r\n transformations in
Zac Medico
2007-11-09
1
-4
/
+5
*
Bug #198491 - Disable termios.OPOST post-processing of output on
Zac Medico
2007-11-09
1
-0
/
+7
*
Revert accidental hunk from bug 198491. Haven't tested
Zac Medico
2007-11-09
1
-5
/
+0
*
make.globals should not be relative to config_root
Zac Medico
2007-11-09
1
-1
/
+8
*
Tweak EOutput.term_columns calculation for TERM="dumb" so
Zac Medico
2007-11-08
1
-1
/
+1
*
Don't do:
Zac Medico
2007-11-08
1
-0
/
+1
*
Bug #198492 - Make quickpkg create $PKGDIR if it doesn't
Zac Medico
2007-11-08
1
-0
/
+4
*
It is not cool and/or helpfull to see an HTML dump of some
Zac Medico
2007-11-08
1
-3
/
+0
*
For unsatisfied dependencies, shorten the per-package EAPI mask
Zac Medico
2007-11-07
2
-1
/
+13
*
Really fix broken logic for --update greedy slot atoms in
Zac Medico
2007-11-07
1
-1
/
+1
*
Fix broken logic for --update greedy slot atoms in
Zac Medico
2007-11-07
1
-1
/
+3
*
Make depgraph.select_files() perform internal expansion of
Zac Medico
2007-11-06
1
-25
/
+42
*
Remove the usage.obsolete "KEYWORDS contain -*" warning since people
Zac Medico
2007-11-06
1
-3
/
+0
*
Simplify and fix bugs in is_valid_package_atom().
Zac Medico
2007-11-06
1
-11
/
+5
*
Remove references to ${O} in dyn_spec() since antarus
Zac Medico
2007-11-06
1
-1
/
+1
*
Go ahead and exempt selected profile-specific USE_EXPAND
Zac Medico
2007-11-06
1
-1
/
+6
*
Fix create_world_atom() logic some more for bug #198129.
Zac Medico
2007-11-06
1
-1
/
+4
*
Bug #198129 - Prevent SLOT atoms like sys-devel/binutils:0
Zac Medico
2007-11-06
1
-10
/
+28
*
remove O and PPID from being readonly. O is set python side (and we will hop...
Alec Warner
2007-11-06
1
-1
/
+1
*
Allow multislot packages to be added to the world file
Zac Medico
2007-11-05
1
-9
/
+11
*
Make WorldHandler lock the world file when in --fix mode.
Zac Medico
2007-11-05
2
-12
/
+24
*
Add support for package sets in WorldHandler.
Zac Medico
2007-11-05
1
-1
/
+11
*
Fix 'TypeError: not all arguments converted during string formatting'
Zac Medico
2007-11-05
2
-2
/
+3
*
Replace StringIO usage with a simple list of lines. The
Zac Medico
2007-11-05
1
-8
/
+6
*
Make exception strings more informative.
Zac Medico
2007-11-04
1
-2
/
+5
*
Make Manifest.create() do some basic validation of ebuild
Zac Medico
2007-11-04
1
-1
/
+11
*
In portdbapi.cp_list(), validate the ebuild name to ensure
Zac Medico
2007-11-04
1
-0
/
+4
*
When evaluating *DEPEND conditionals for the Packages metadata
Zac Medico
2007-11-04
1
-1
/
+2
*
Clean up ACCEPT_KEYWORDS incremental stacking logic and
Zac Medico
2007-11-04
1
-36
/
+37
*
In fetch(), replace checksum_failure_counts dict with single
Zac Medico
2007-11-04
1
-8
/
+6
*
Generate a usage.obsolete warning whenever
Zac Medico
2007-11-04
1
-2
/
+5
*
Make fetch() behave like the ebuild has RESTRICT="primaryuri"
Zac Medico
2007-11-04
1
-1
/
+30
*
For sanity, pass an actual list of keys into aux_get() instead
Zac Medico
2007-11-04
1
-3
/
+4
*
Bug #197797 - Do not actively clear o+rx permission bits
Zac Medico
2007-11-03
1
-4
/
+1
*
Call die() so that the $TMP directory is always properly
Zac Medico
2007-11-03
1
-7
/
+6
*
Bug #197965 - Make fetch() bail out after 5 checksum
Zac Medico
2007-11-03
1
-0
/
+12
*
if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkle
Mike Frysinger
2007-11-03
1
-0
/
+7
*
Bug #197965 - When fetch() encounters a checksum failure,
Zac Medico
2007-11-03
1
-12
/
+46
*
Fix update_config_files() so that it uses update_dbentry()
Zac Medico
2007-11-03
1
-31
/
+30
[next]