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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
_compute_abi_rebuild_info: deal with non-Package parents
v2.2.10
Sebastian Luther
2014-03-24
1
-1
/
+1
*
Fix bug in _remove_pkg logic (bug 505422)
Sebastian Luther
2014-03-24
1
-1
/
+2
*
pym/_emerge/main.py: Fix --moo output
eroen@falcon.eroen.eu
2014-03-23
1
-1
/
+1
*
runtests.sh: Add 3.4 to PYTHON_SUPPORTED_VERSIONS and 3.5 to PYTHON_VERSIONS.
Arfrever Frehtes Taifersar Arahesis
2014-03-23
1
-2
/
+2
*
mkrelease.sh: Update sed command to work after commit b1197c9964a7122477e94cf...
Arfrever Frehtes Taifersar Arahesis
2014-03-23
1
-1
/
+1
*
Update release notes.
v2.2.9
Brian Dolbec
2014-03-22
1
-1
/
+10
*
makerelease.sh: Add --user option for the scp upload.
Brian Dolbec
2014-03-22
1
-4
/
+9
*
man/make.conf.5: Fix misinformation (bug 504532)
Alexander Berntsen
2014-03-14
1
-1
/
+1
*
portage/emaint/main.py: Fix a bug in the options parsing.
Brian Dolbec
2014-03-12
1
-3
/
+7
*
man/ebuild.1: Add --verbose-slot-rebuilds option.
Brian Dolbec
2014-03-02
1
-1
/
+5
*
Whitespace cleanup
Brian Dolbec
2014-03-01
2
-5
/
+5
*
As per bug #472104 add option --verbose-slot-rebuilds=y|n
Brian Dolbec
2014-03-01
2
-2
/
+8
*
Update dates in recently changed files.
Arfrever Frehtes Taifersar Arahesis
2014-02-28
11
-11
/
+11
*
Add a test case for --newuse, --changed-use, and --binpkg-respect-use.
David James
2014-02-24
1
-0
/
+78
*
Clean up bad PORTAGE_BINHOST handling
Alexander Berntsen
2014-02-24
2
-9
/
+12
*
DEVELOPING: Mention that tab stop should be 4
Alexander Berntsen
2014-02-24
1
-1
/
+2
*
Handle bad PORTAGE_BINHOST gracefully (bug 502288)
Alexander Berntsen
2014-02-24
1
-0
/
+5
*
slot collision output: fix indent
Sebastian Luther
2014-02-23
1
-0
/
+1
*
README: Cap at 72 columns
Alexander Berntsen
2014-02-20
1
-5
/
+6
*
Use function pointer when choosing qa output function
Chris Reffett
2014-02-19
1
-4
/
+8
*
Implement --newrepo flag.
David James
2014-02-18
7
-41
/
+131
*
Remove bogus countdown during clean list printing (bug 501296)
Sebastian Luther
2014-02-17
1
-3
/
+0
*
Always warn about unknown mirrors (bug 501352)
Sebastian Luther
2014-02-17
1
-2
/
+3
*
Fix crash in depgraph._remove_pkg
Sebastian Luther
2014-02-16
2
-1
/
+39
*
Only use Atoms with package_tracker.match (bug 501360)
Sebastian Luther
2014-02-15
2
-1
/
+35
*
Add --output-style option to repoman
Chris Reffett
2014-02-11
2
-1
/
+58
*
Revert "Add support for the following attributes in layout.conf to allow more"
Brian Dolbec
2014-02-09
5
-166
/
+81
*
portage.repository.config.RepoConfigLoader.config_string(): Always include DE...
Arfrever Frehtes Taifersar Arahesis
2014-02-09
1
-1
/
+1
*
Remove "my" prefix from my{dir,link,file}list
Chris Reffett
2014-02-07
1
-9
/
+9
*
Solve some slot conflicts without backtracking
Sebastian Luther
2014-02-05
4
-24
/
+457
*
Add digraph.discard
Sebastian Luther
2014-02-05
1
-1
/
+11
*
Some small output fixes for the slot conflict handler
Sebastian Luther
2014-02-05
1
-23
/
+96
*
format_unmatched_atom: Pretty printing for unmatched atoms
Sebastian Luther
2014-02-05
1
-3
/
+106
*
Package.__str__: show slot/sub-slot
Sebastian Luther
2014-02-05
1
-2
/
+3
*
Replace _slot_collision_nodes with _package_tracker
Sebastian Luther
2014-02-05
1
-9
/
+7
*
Replace _slot_collision_info with _package_tracker
Sebastian Luther
2014-02-05
2
-50
/
+31
*
Replace mydbapi with _package_tracker
Sebastian Luther
2014-02-05
1
-110
/
+101
*
Replace _slot_pkg_map and some tree dbapiS with _package_tracker
Sebastian Luther
2014-02-05
2
-23
/
+32
*
Add resolver/package_tracker
Sebastian Luther
2014-02-05
2
-0
/
+562
*
Update dates in recently changed files.
Arfrever Frehtes Taifersar Arahesis
2014-02-05
40
-40
/
+40
*
Use local dispatch-conf.conf and make.globals when using Portage from working...
Arfrever Frehtes Taifersar Arahesis
2014-02-05
2
-7
/
+11
*
Check presence of .portage_not_installed file instead of .git directory
Arfrever Frehtes Taifersar Arahesis
2014-02-05
4
-3
/
+3
*
Rename a private function.
Arfrever Frehtes Taifersar Arahesis
2014-02-05
4
-9
/
+9
*
test_compile_modules: ignore unreadable files/dirs
Mike Frysinger
2014-02-03
1
-6
/
+14
*
various pylint clean ups
Mike Frysinger
2014-02-03
49
-572
/
+616
*
_do_global_updates: unify duplicated message header
Mike Frysinger
2014-02-03
1
-8
/
+4
*
portage.tests.util.test_getconfig.GetConfigTestCase.testGetConfigSourceLex():...
Arfrever Frehtes Taifersar Arahesis
2014-02-02
3
-27
/
+19
*
Bug #500030: emirrordist: Support directory in --whitelist-from argument.
Arfrever Frehtes Taifersar Arahesis
2014-02-02
1
-6
/
+13
*
Test for read-only filesystems, fixes bug 378869
Chris Reffett
2014-01-26
2
-1
/
+112
*
Add src_{prepare, configure} and pkg_pretend checks to repoman
Chris Reffett
2014-01-26
1
-2
/
+31
[next]