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 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
*
Remove redundant code from previous commit.
Zac Medico
2007-11-03
1
-2
/
+0
*
Bug #197932 - Make dbapi._cpv_sort_ascending()
Zac Medico
2007-11-03
1
-9
/
+10
*
TODO: Make update_config_files() handle slotmove commands for SLOT atoms.
Zac Medico
2007-11-03
1
-0
/
+1
*
In portage.fetch(), condense digest check output to a single
Zac Medico
2007-11-03
1
-2
/
+4
*
Sort scanlist and ebuildlist to ensure that repoman always
Zac Medico
2007-11-02
1
-0
/
+2
*
Make portdbapi.gvisible() use portdbapi._aux_cache_keys
Zac Medico
2007-11-02
1
-1
/
+1
*
Return early from config.getMaskAtom() as soon as a matching
Zac Medico
2007-11-02
1
-5
/
+1
*
Bug #197594 - Document FEATURES="lmirror".
Zac Medico
2007-11-02
1
-0
/
+4
*
Make sure vardbapi.cp_list() always sorts the results.
Zac Medico
2007-11-02
1
-1
/
+1
*
Fix ignore_priority logic in depgraph.altlist() in order
Zac Medico
2007-11-02
1
-0
/
+8
*
Collapse 2 identical code hunks into 1.
Zac Medico
2007-11-02
1
-37
/
+18
*
Optimize merge order to try and select nodes that only have
Zac Medico
2007-11-02
1
-1
/
+20
*
In the 'there are no ebuilds to satisfy "foo"' message, discard
Zac Medico
2007-11-01
1
-0
/
+2
*
Properly escape { and } characters in regular expressions even
Zac Medico
2007-11-01
1
-3
/
+3
*
Remove an extra \$ from the EbuildQuote.var_reference regex
Zac Medico
2007-11-01
1
-1
/
+1
*
Make the EbuildUselessCdS check for both quoted and unquoted ${S}
Zac Medico
2007-11-01
1
-1
/
+1
*
Avoid making unnecessary copies of PackageSet._atoms by
Zac Medico
2007-11-01
2
-8
/
+14
*
Add a check for redundant cd "${S}" statements on the first
Zac Medico
2007-11-01
3
-4
/
+26
*
Make depgraph.select_files() recursively expand sets given as
Zac Medico
2007-10-31
1
-1
/
+8
*
Fix diefunc() so that it doesn't report that the ebuild is from
Zac Medico
2007-10-31
1
-1
/
+2
*
Update the FEATURES=mirror docs to more accurately reflect behavior.
Zac Medico
2007-10-31
1
-2
/
+2
*
Defer selection of package dependency atoms until they are
Zac Medico
2007-10-31
1
-14
/
+26
*
Gather some ignored dependencies so that they can be properly
Zac Medico
2007-10-31
1
-6
/
+16
[next]