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
*
Add --ask support to action_deselect().
Zac Medico
2009-04-19
1
-0
/
+7
*
Fix bugs in action_deselect() and add --pretend support.
Zac Medico
2009-04-19
1
-5
/
+8
*
Add a new --deselect action which removes atoms from the world file. This
Zac Medico
2009-04-19
4
-9
/
+118
*
Fix default master code so that it doesn't trigger when PORTDIR is empty.
Zac Medico
2009-04-19
1
-1
/
+1
*
If a repo doesn't have metadata/layout.conf then use either missing eclass
Zac Medico
2009-04-19
1
-3
/
+5
*
Handle IOError from codecs.open().
Zac Medico
2009-04-18
1
-1
/
+1
*
Support profiles.desc from overlays.
Zac Medico
2009-04-18
1
-47
/
+66
*
Support use.desc from overlays.
Zac Medico
2009-04-18
1
-25
/
+36
*
Use a new ProfileDesc class to handle the data for each profile listed in
Zac Medico
2009-04-18
1
-40
/
+39
*
Add support to emerge --metadata for transfering cache from overlays that
Zac Medico
2009-04-18
1
-56
/
+235
*
Fix lockfile() docstring to correctly document the wantnewlockfile behavior.
Zac Medico
2009-04-18
1
-2
/
+4
*
Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patch
Zac Medico
2009-04-18
1
-9
/
+1
*
Bug #266493 - Never return a long from vercmp() since that can trigger an
Zac Medico
2009-04-17
1
-9
/
+19
*
Add support for repos.conf 'aliases' attribute which allows alias
Zac Medico
2009-04-16
3
-4
/
+28
*
Fix typo from previous commit.
Zac Medico
2009-04-16
1
-1
/
+1
*
Add support in repos.conf to override the "masters" setting from layout.conf.
Zac Medico
2009-04-16
3
-14
/
+40
*
Call realpath(repodir) so it's conistent with the value that pordbapi uses.
Zac Medico
2009-04-16
1
-0
/
+1
*
Bug #265909 - Make emerge display a warning message if any overlays are
Zac Medico
2009-04-15
3
-2
/
+40
*
Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks to
Zac Medico
2009-04-15
2
-10
/
+11
*
Add support in action_uninstall() for file -> package lookup.
Zac Medico
2009-04-15
1
-19
/
+67
*
Split out an action_uninstall() function to handle argument validation for
Zac Medico
2009-04-15
1
-53
/
+61
*
Convert portage.bsd_chflags into a class with chflags() and lchflags() class
Zac Medico
2009-04-13
1
-40
/
+42
*
Make portage.bsd_chflags correspond to FEATURES=chflags so that it can be
Zac Medico
2009-04-13
4
-7
/
+8
*
Create the myreporoot variable from portdir_overlay before doing
Zac Medico
2009-04-12
1
-3
/
+3
*
Ensure that the correct PORTDIR setting is passed into the profile-specific
Zac Medico
2009-04-12
1
-0
/
+1
*
Add a note about dlopen and libtool archives in the LinkageMap.findConsumers()
Zac Medico
2009-04-12
1
-0
/
+5
*
Add a LibraryFileConsumerSet class that can be used to rebuild all packages
Zac Medico
2009-04-12
1
-1
/
+35
*
Bug #265768 - Handle CacheError when deleting currupt cache inside
v2.2_rc30
Zac Medico
2009-04-12
1
-0
/
+2
*
Add a note about egencache to the --regen docs.
Zac Medico
2009-04-12
2
-2
/
+4
*
Bug #265768 - If the user happens to be using the metadata_overlay module
Zac Medico
2009-04-12
1
-1
/
+3
*
Bug #265768 - When initializing the eclass cache, use the correct location.
Zac Medico
2009-04-12
1
-1
/
+1
*
Inside the portdbapi constructor, handle repositories with the same repo_name
Zac Medico
2009-04-12
1
-20
/
+40
*
Pass the correct PORTDIR_OVERLAY value into the profile-specific config
Zac Medico
2009-04-12
1
-2
/
+8
*
Bug #265747 - Add a new /etc/portage/repos.conf config file which can be used
Zac Medico
2009-04-11
3
-2
/
+91
*
Move the /etc/portage categories and mirrors docs into alphabetical order.
Zac Medico
2009-04-11
1
-44
/
+44
*
Set local_config=False in config constructor calls, since egencache is similar
Zac Medico
2009-04-11
1
-2
/
+2
*
Avoid leaking some variables from ebuild_main() into the environment (local
v2.2_rc29
Zac Medico
2009-04-11
1
-3
/
+3
*
Show an error message when deletion of stale cache fails.
Zac Medico
2009-04-11
1
-1
/
+4
*
Filter virtuals when expanding atoms if it helps to avoid an ambiguity.
Zac Medico
2009-04-11
1
-0
/
+9
*
Fix broken logic from previous commit.
Zac Medico
2009-04-10
1
-2
/
+4
*
Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packages
Zac Medico
2009-04-10
1
-2
/
+4
*
Use _doebuild_exit_status_check() for unsuccessful return codes (no just
Zac Medico
2009-04-10
1
-20
/
+20
*
In config.setcpv(), don't add empty values to self.configdict['pkg'] for
Zac Medico
2009-04-10
1
-1
/
+3
*
Fix typo in docstring.
Zac Medico
2009-04-09
1
-1
/
+1
*
Remove --nocolor since it's been replaced by --color=n and the support code
Zac Medico
2009-04-09
1
-1
/
+1
*
Initialize self._trg_cache.ec inside the GenCache constructor.
Zac Medico
2009-04-09
1
-0
/
+5
*
Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorly
Zac Medico
2009-04-09
1
-2
/
+35
*
Don't try to execut the pkg_info phase if DEFINED_PHASES is available and
Zac Medico
2009-04-08
1
-0
/
+5
*
Reorganize emerge --info <atom> display, and make sure that the "cpv was
Zac Medico
2009-04-08
1
-10
/
+13
*
Add UseFlagDisplay.sort_combined and sort_separated attributes that can be
Zac Medico
2009-04-08
1
-6
/
+10
[next]