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
*
Mask packages with deprecated EAPIs in order to prevent them from being
Zac Medico
2008-09-27
3
-7
/
+21
*
In the --depclean docs, there's no need to advise the user to use --oneshot
Zac Medico
2008-09-27
3
-3
/
+3
*
Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes created
Zac Medico
2008-09-27
1
-2
/
+2
*
Add PROPERTIES to the list of USE evaluated keys for the Packages index.
Zac Medico
2008-09-26
1
-1
/
+4
*
Add PROPERTIES to all of the metadata caches.
Zac Medico
2008-09-26
6
-9
/
+9
*
Update hardcoded auxdbkey_order attributes to include PROPERTIES.
Zac Medico
2008-09-26
2
-2
/
+2
*
Bug #238766 - Revert the fetch() mirror:// behavior change from r11537 since
v2.2_rc11
Zac Medico
2008-09-26
1
-7
/
+1
*
Add back code removed in r11553 and fix logic to avoid IndexError.
v2.2_rc10
Zac Medico
2008-09-26
1
-1
/
+5
*
Handle possible CacheError inside mirror_cache().
Zac Medico
2008-09-26
1
-1
/
+1
*
Direct EOutput.eerror() and ewarn() output to stderr.
Zac Medico
2008-09-26
1
-2
/
+2
*
Fix a potential IndexError inside display_preserved_libs().
Zac Medico
2008-09-26
1
-3
/
+1
*
Make flat_hash write keys in alphabetical order.
Zac Medico
2008-09-26
2
-7
/
+11
*
Rename the EAPI 2 docs and to indicate that they are no longer a draft, and
Zac Medico
2008-09-26
1
-298
/
+19
*
Bump to EAPI 2.
Zac Medico
2008-09-26
1
-1
/
+1
*
Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.
Zac Medico
2008-09-25
2
-4
/
+4
*
Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ or
Zac Medico
2008-09-25
1
-5
/
+9
*
Ensure that cache modules always return a dict containing the _eclasses_
Zac Medico
2008-09-25
5
-0
/
+12
*
Fix message: s/One or packages/One or more packages/. Thanks to Marijn
Zac Medico
2008-09-25
1
-2
/
+2
*
Use echo -e when splitting lines in e* functions, for compatibility with
Zac Medico
2008-09-25
1
-6
/
+6
*
change set expression syntax: operators now have a @ suffix (IOW: all operand...
Marius Mauch
2008-09-25
1
-6
/
+9
*
implement simple expression logic for apckage sets to generate unions, inters...
Marius Mauch
2008-09-25
1
-18
/
+58
*
move set expansion code into its own function
Marius Mauch
2008-09-25
1
-56
/
+65
*
relocate the post_emerge call so it gets called in more situations.
Marius Mauch
2008-09-25
1
-18
/
+30
*
Add a new AgeSet class to select installed packages that have been installed ...
Marius Mauch
2008-09-25
1
-0
/
+31
*
Fix the case where all arguments are filtered out by
Zac Medico
2008-09-25
1
-1
/
+2
*
Bug #238550 - Set world-candidate = False for the @system since the portage
Zac Medico
2008-09-25
1
-0
/
+1
*
Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.
Zac Medico
2008-09-24
1
-2
/
+11
*
Import cPickle as pickle instead of vice versa. Eases 2to3's job because
Zac Medico
2008-09-23
5
-32
/
+32
*
Bug #230975 - Rename the portage.selinux module to portage._selinux in order
Zac Medico
2008-09-22
2
-1
/
+1
*
remove deprecation warnings and compat code for 2.1 changes to rsync and acti...
Marius Mauch
2008-09-22
1
-52
/
+2
*
don't attempt to unmerge a set that doesn't exist anymore
Marius Mauch
2008-09-22
1
-0
/
+2
*
Add a new --list-sets action, as requested by jmbsvicetto.
v2.2_rc9
Zac Medico
2008-09-21
3
-8
/
+21
*
Always call `cd "$WORKDIR"` to ensure that $CWD is sane whenever possible.
Zac Medico
2008-09-21
1
-0
/
+3
*
Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e*
Zac Medico
2008-09-21
1
-67
/
+7
*
Fix erroneous variable references in the multiset 'Redefinition of set'
Zac Medico
2008-09-21
1
-1
/
+1
*
As requested by jmbsvicetto, add support to StaticFileSet for sets within
Zac Medico
2008-09-20
1
-7
/
+13
*
More SRC_URI validation.
Zac Medico
2008-09-20
2
-0
/
+7
*
Fix some broken logic inside portdbapi.getFetchMap().
Zac Medico
2008-09-20
1
-13
/
+5
*
Add test cases for SRC_URI validation.
Zac Medico
2008-09-20
2
-9
/
+37
*
Add a "EAPI 2_pre3" section to show what's changed.
Zac Medico
2008-09-20
1
-0
/
+61
*
Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() method
Zac Medico
2008-09-20
3
-67
/
+160
*
Document the --ignore-default-opts and --skip-manifest options.
Zac Medico
2008-09-20
1
-0
/
+6
*
Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, for
Zac Medico
2008-09-20
1
-1
/
+1
*
Define __all__ and clean up unused imports found by pyflakes.
Zac Medico
2008-09-19
1
-8
/
+8
*
Document the --debug option. Thanks to Jeremy Olexa <darkside@g.o> suggesting.
Zac Medico
2008-09-19
1
-1
/
+5
*
Implement the new EAPI 2 blocker behavior, including !!atom sytax which
Zac Medico
2008-09-19
3
-23
/
+68
*
Fix typo in from previous commit.
Zac Medico
2008-09-19
1
-1
/
+1
*
Remove everything related to the eapi* default phase functions since they
Zac Medico
2008-09-18
3
-94
/
+8
*
Fix broken reference to self.files inside SpawnProcess._start().
Zac Medico
2008-09-15
1
-1
/
+1
*
Improve error messages for issues with the SYNC variable inside action_sync().
Zac Medico
2008-09-15
1
-4
/
+11
[next]