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
*
Ignore *.py[co]
Zac Medico
2010-03-27
1
-0
/
+1
*
Implement __unicode__ for python2.
Zac Medico
2010-03-27
1
-0
/
+3
*
If portage.VERSION == HEAD then use a proxy to lazily call git describe --tags
Zac Medico
2010-03-27
2
-1
/
+19
*
Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist and
Zac Medico
2010-03-26
2
-4
/
+6
*
Process help and version actions asap. Thanks to Brian Harring.
Zac Medico
2010-03-26
1
-9
/
+10
*
Use PORTAGE_USERNAME when populating userpriv_groups.
Zac Medico
2010-03-25
1
-1
/
+1
*
Implement PortageException.__unicode__ so the string formatin operator will
Zac Medico
2010-03-25
1
-1
/
+5
*
Remove unsed check_KV() function. Thanks to Brian Harring.
Zac Medico
2010-03-25
2
-15
/
+1
*
Remove obsolete reference to nonexistent functions like newdepend in
Zac Medico
2010-03-25
1
-2
/
+1
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
73
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
312
-312
/
+0
*
Don't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico
2010-03-24
3
-3
/
+3
*
Use git (repo in current working directory) instead of svn.
Zac Medico
2010-03-23
1
-26
/
+29
*
Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environment
Zac Medico
2010-03-23
2
-2
/
+6
*
Add check of herds in metadata.xml
Sebastian Pipping
2010-03-23
3
-1
/
+135
*
Prepare further checks on metadata.xml
Sebastian Pipping
2010-03-23
2
-5
/
+14
*
install_qa_check: make sure init.d and conf.d files do not have syntax errors...
Mike Frysinger
2010-03-23
1
-0
/
+9
*
Show masking reasons for --binpkg-respect-use. Thanks to Sebastian Luther
Zac Medico
2010-03-21
1
-0
/
+2
*
Bug #309149 - Unify look of eend used in bash & python code, additionally
Zac Medico
2010-03-20
2
-12
/
+6
*
Fix typo.
Zac Medico
2010-03-19
1
-1
/
+1
*
Note that use.local.desc is automatically generated, and refer to GLEP 56.
Zac Medico
2010-03-19
1
-2
/
+5
*
Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.
Zac Medico
2010-03-19
1
-6
/
+10
*
Bug #309907 - Fix update_config_files() to handle package.license.
Zac Medico
2010-03-17
1
-1
/
+1
*
Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>
Zac Medico
2010-03-16
2
-8
/
+10
*
Fix breakage from previous commit.
Zac Medico
2010-03-15
1
-0
/
+1
*
Add a TODO note about adding a registration interface for eclasses to register
Zac Medico
2010-03-15
1
-6
/
+7
*
Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoid
Zac Medico
2010-03-14
1
-2
/
+5
*
Revert tar error handling changes from bug #309001 since we can't necessarily
Zac Medico
2010-03-14
2
-3
/
+11
*
Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions since
Zac Medico
2010-03-13
2
-2
/
+4
*
Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.
Zac Medico
2010-03-13
1
-0
/
+3
*
Add references to bug #309001 in comments about SIGPIPE handling.
Zac Medico
2010-03-13
2
-0
/
+2
*
Bug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing of
Zac Medico
2010-03-13
1
-0
/
+1
*
Simplyfy the virtual.exists check, and avoid deprecation warning triggered
Zac Medico
2010-03-12
1
-3
/
+1
*
Trust tar exit status and ignore bzip2 exit status as in bug #309001.
Zac Medico
2010-03-11
1
-7
/
+1
*
Bug #309001 - Only trust tar exit status (ignore decompressor exit status)
Zac Medico
2010-03-11
1
-4
/
+2
*
Only try to merge portage asap when the new version is different.
v2.2_rc67
Zac Medico
2010-03-10
1
-1
/
+3
*
Only create implicit libc deps when the version changes.
Zac Medico
2010-03-09
2
-1
/
+14
*
Disable implicit libc deps for ROOT != "/" since it's probably not needed.
Zac Medico
2010-03-09
2
-3
/
+6
*
Merge libc asap for all roots instead of just ROOT="/".
Zac Medico
2010-03-09
1
-6
/
+7
*
Add periods.
Zac Medico
2010-03-09
1
-2
/
+2
*
Use ewarn output style to add some color.
Zac Medico
2010-03-09
1
-7
/
+7
*
* Remove outdated profiles.desc sentence about "1 profile allowed per
Zac Medico
2010-03-09
1
-7
/
+6
*
Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'
Zac Medico
2010-03-09
1
-11
/
+21
*
Add --debug output for the scheduler digraph.
Zac Medico
2010-03-09
1
-0
/
+4
*
If _implicit_libc_deps() finds both a new-style virtual and an old-style
Zac Medico
2010-03-09
1
-8
/
+32
*
Add support for displaying profile listed in make.profile/parent when
Zac Medico
2010-03-09
1
-9
/
+28
*
Fix typo in parenthesis from previous commit.
Zac Medico
2010-03-09
1
-1
/
+1
*
Bug #303567 - Create implicit dependencies on libc, in order to ensure that
Zac Medico
2010-03-09
1
-0
/
+28
*
When portage upgrades or downgrades itself, preload lazily referenced portage
Zac Medico
2010-03-09
2
-0
/
+21
*
Move --update from the actions to the options section.
Zac Medico
2010-03-08
2
-14
/
+16
[next]