GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove portage.const._ENABLE_XATTR.
v2.2.0_alpha85
Zac Medico
2012-02-04
2
-8
/
+2
*
repoman: support git commit --gpg-sign
Zac Medico
2012-02-04
4
-3
/
+21
*
Honor repos.conf for overlay priority, bug 402099
Daniel Hornung
2012-02-03
1
-2
/
+2
*
install_qa_check: handle info dir rm failure
Zac Medico
2012-02-01
1
-1
/
+1
*
LinkageMapELF: handle null bytes in NEEDED.ELF.2
Zac Medico
2012-01-31
1
-0
/
+7
*
Use consistent indentation in output of `emerge -p --columns ${package}`
Arfrever Frehtes Taifersar Arahesis
2012-01-28
1
-2
/
+2
*
Delete needless parentheses.
Arfrever Frehtes Taifersar Arahesis
2012-01-28
1
-5
/
+5
*
Don't print ::${repository} for main repository in output of
Arfrever Frehtes Taifersar Arahesis
2012-01-28
4
-31
/
+42
*
Apply INSTALL_MASK prior to reading the tree
Brian Harring
2012-01-27
1
-9
/
+9
*
phase-helpers.sh: set -x when emulating yes
Zac Medico
2012-01-24
1
-1
/
+1
*
Fix display of installed version for packages, which have multiple slots
Arfrever Frehtes Taifersar Arahesis
2012-01-23
1
-2
/
+3
*
Make the second part of_emerge.resolver.output.Display.verbose_size()
Arfrever Frehtes Taifersar Arahesis
2012-01-22
1
-26
/
+24
*
Print [${old_version}::${old_repository}] in output of `emerge -pv ${package}`
Arfrever Frehtes Taifersar Arahesis
2012-01-22
1
-1
/
+3
*
ecompress: don't rename dir symlink, bug #399595
Zac Medico
2012-01-21
1
-0
/
+4
*
document --quiet-repo-display
Zac Medico
2012-01-20
1
-0
/
+4
*
Print ::${repository} in output of `emerge -pv ${package}` by default.
Arfrever Frehtes Taifersar Arahesis
2012-01-21
3
-18
/
+46
*
Fix --changed-use interaction with bug 297549.
Zac Medico
2012-01-20
1
-8
/
+16
*
man/emerge.1: reference --exclude from --newuse
Zac Medico
2012-01-19
1
-1
/
+2
*
fix comment garbage from last commit
Zac Medico
2012-01-17
1
-1
/
+1
*
xml/metadata.py: handle ExpatError
Zac Medico
2012-01-17
1
-2
/
+9
*
remove stray 'fi' from last commit
Zac Medico
2012-01-17
1
-1
/
+0
*
_eapi0_src_test: remove redundant FEATURES checks
Zac Medico
2012-01-17
1
-7
/
+4
*
Support repository dependencies in EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2012-01-16
5
-11
/
+58
*
portageq metadata: Support repository dependencies.
Arfrever Frehtes Taifersar Arahesis
2012-01-15
1
-2
/
+4
*
create_world_atom: multi-repo portdbapi aux_get
Zac Medico
2012-01-15
1
-4
/
+31
*
add support for compressing debug sections to save space
Mike Frysinger
2012-01-14
4
-6
/
+18
*
prepstrip: add writable workaround for everyone
Mike Frysinger
2012-01-14
1
-1
/
+1
*
egencache: escape newline instead of lstrip
Zac Medico
2012-01-14
1
-4
/
+4
*
egencache: use textwrap.dedent
Zac Medico
2012-01-14
1
-10
/
+10
*
Apply INSTALL_MASK prior to collision-protect.
Zac Medico
2012-01-14
3
-11
/
+26
*
dyn_install: skip copy if possible
Zac Medico
2012-01-13
1
-11
/
+16
*
dyn_package: portable cp args by Mike Frysinger
Zac Medico
2012-01-13
1
-1
/
+3
*
dyn_package: remove stale PROOT if necessary
Zac Medico
2012-01-13
1
-0
/
+1
*
Modify PKG_INSTALL_MASK to apply only to binpkg creation.
Brian Harring
2012-01-13
1
-2
/
+13
*
test_config: fix AttributeError: 'str'
Zac Medico
2012-01-12
1
-1
/
+2
*
depgraph: account for unevaluated_atom in cache
Zac Medico
2012-01-12
1
-1
/
+1
*
depgraph: unevaluated parent atom in debug output
Zac Medico
2012-01-12
1
-2
/
+5
*
Add --human-readable to rsync opts for bug 269410
Zac Medico
2012-01-12
2
-1
/
+2
*
read_corresponding_eapi_file: unicode, bug 398587
Zac Medico
2012-01-11
1
-1
/
+3
*
quickpkg: add leading ./ to names for bug 398543
Zac Medico
2012-01-11
1
-1
/
+1
*
DEVELOPING: add "Dependencies" section
Zac Medico
2012-01-11
1
-0
/
+7
*
DEVELOPING: add "Python Version" section
Zac Medico
2012-01-11
1
-0
/
+8
*
DEVELOPING: remove section about string module
Zac Medico
2012-01-11
1
-21
/
+0
*
portage.debug.trace_handler.__init__(): Fix compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2012-01-11
1
-2
/
+2
*
ExtendedAtomDict: fix for python-trace
Zac Medico
2012-01-10
1
-4
/
+7
*
env_update: ldsoconf_update flag not reliable
Zac Medico
2012-01-09
1
-4
/
+0
*
Update documentation of EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2012-01-08
1
-0
/
+17
*
Set REPOSITORY variable in ebuild environment in EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2012-01-08
4
-9
/
+17
*
Fix location of a comment.
Arfrever Frehtes Taifersar Arahesis
2012-01-08
1
-2
/
+2
*
Set portage-1 as default profile format for repositories using EAPI="4-python".
Arfrever Frehtes Taifersar Arahesis
2012-01-08
1
-1
/
+5
[next]