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
*
repoman: fix broken masking check
v2.2.0_alpha5
Zac Medico
2010-11-24
1
-1
/
+1
*
_get_usedep_re: make None eapi imply latest
Zac Medico
2010-11-24
1
-3
/
+7
*
Revert use.unsatisfiable support for now.
Zac Medico
2010-11-24
4
-73
/
+0
*
grab*_package: optimize for non-existent files
Zac Medico
2010-11-24
1
-0
/
+4
*
action_sync: preserved leading / in ssh uri
Zac Medico
2010-11-24
1
-1
/
+1
*
emerge: accept 'y' for options that accept 'n'
Zac Medico
2010-11-23
3
-92
/
+116
*
repoman: enable dep check with empty KEYWORDS
Zac Medico
2010-11-22
2
-14
/
+56
*
Add example use.mask usage.
Zac Medico
2010-11-21
1
-0
/
+8
*
runtests.sh: handle SIGINT
Zac Medico
2010-11-20
1
-0
/
+7
*
Use Package.use.force/mask attributes.
Zac Medico
2010-11-20
2
-16
/
+7
*
Use Package.use.force/mask attributes.
Zac Medico
2010-11-20
1
-5
/
+3
*
Add Package.use.force/mask attributes.
Zac Medico
2010-11-20
1
-10
/
+57
*
_get_use*: remove unused code
Zac Medico
2010-11-20
1
-6
/
+0
*
Fix use.mask set intersection from previous.
Zac Medico
2010-11-20
1
-1
/
+1
*
Fix interaction of use.mask/force with use deps.
Zac Medico
2010-11-20
1
-10
/
+34
*
Handle combination of incremental + USE_EXPAND
Zac Medico
2010-11-19
1
-2
/
+9
*
USE_EXPAND: incremental expand for profiles
Zac Medico
2010-11-19
1
-7
/
+38
*
emerge --info: Fix USE_EXPAND display
Zac Medico
2010-11-19
1
-0
/
+18
*
Support syncing over ssh with ssh://host//path.
Michał Górny
2010-11-19
1
-3
/
+6
*
Fix emerge --sync PORTDIR creation.
Zac Medico
2010-11-19
2
-3
/
+8
*
Cache package.mask files within MaskManager.
Michał Górny
2010-11-19
1
-4
/
+13
*
Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().
Arfrever Frehtes Taifersar Arahesis
2010-11-14
1
-4
/
+4
*
Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,
Arfrever Frehtes Taifersar Arahesis
2010-11-14
1
-9
/
+42
*
Fix malformed atom formatting for slot conflict.
Zac Medico
2010-11-13
1
-1
/
+1
*
MergeProcess: suppress finally blocks after fork
Zac Medico
2010-11-13
1
-4
/
+14
*
EbuildFetcher: suppress finally blocks after fork
Zac Medico
2010-11-13
1
-4
/
+13
*
repoman: add wxwidgets.eclassnotused (bug 305469)
Ryan Hill
2010-11-13
2
-0
/
+15
*
Use a temporary workaround for bug #344845.
Zac Medico
2010-11-12
1
-1
/
+5
*
Fix MergeProcess elog handling.
Zac Medico
2010-11-12
1
-2
/
+16
*
Merge package files in a subprocess.
Zac Medico
2010-11-11
2
-67
/
+121
*
Move _get_use* calls out of loops.
Zac Medico
2010-11-07
1
-5
/
+11
*
note package.env in bashrc docs
Zac Medico
2010-11-07
1
-1
/
+4
*
Atom: require string type for eapi
Zac Medico
2010-11-06
1
-0
/
+3
*
Assume that eapi=None means the newest EAPI.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-2
/
+11
*
Accept eapi argument in portage.util.grabdict_package() and
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-7
/
+6
*
Remove a part of a comment, which is about files not handled in KeywordsManag...
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-5
/
+1
*
Calculate path to package.mask file only once per profile.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-3
/
+6
*
Don't ignore ${repository}/profiles/package.unmask files.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-1
/
+1
*
Fix some typos.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-3
/
+3
*
Fix a typo.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-1
/
+1
*
Support use.unsatisfiable and package.use.unsatisfiable files.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
4
-5
/
+79
*
Update an example in portage.5 man page.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-3
/
+3
*
Allow to use different syntax of USE flags in different EAPIs.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
1
-13
/
+35
*
Remove remnants of parse-eapi-glep-55.
Arfrever Frehtes Taifersar Arahesis
2010-11-06
2
-8
/
+3
*
Fix tests for ssh/sftp FETCHCOMMANDs.
v2.2.0_alpha4
Zac Medico
2010-11-04
1
-2
/
+2
*
complete binhost ssh/sftp port support
Zac Medico
2010-11-04
2
-14
/
+13
*
binarytree: handle binhost port for sftp/ssh
Zac Medico
2010-11-04
1
-4
/
+16
*
calc_depclean: use depgraph._pkg()
Zac Medico
2010-11-04
1
-9
/
+9
*
calc_depclean: fix broken pkg hash keys
Zac Medico
2010-11-04
1
-3
/
+4
*
Add note about reposyntax enhancements.
Zac Medico
2010-11-02
1
-0
/
+4
[next]