summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/update
Commit message (Collapse)AuthorAgeFilesLines
* test_update_dbentry: test bug #367215Zac Medico2012-11-141-0/+45
|
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-211-1/+1
|
* Enable official EAPI 5 support.v2.2.0_alpha130Zac Medico2012-09-201-8/+8
| | | | | | The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11
* update_dbentry: fix "move" to translate atom[use]Zac Medico2012-09-191-0/+3
|
* test_update_dbentry: test "move" command moreZac Medico2012-09-191-0/+19
|
* update_dbentry: improve slotmove supportZac Medico2012-09-191-0/+26
| | | | | This could be especially useful for "built" slot operator deps, in order to avoid having a slotmove trigger unnecessary rebuilds.
* tests/update: fix whitespacev2.2.0_alpha119Zac Medico2012-07-172-4/+4
|
* move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-171-0/+184
|
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-0/+109
|
* test_move_slot_ent: workaround for 1s timestampsZac Medico2012-07-131-0/+5
|
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-133-0/+151
This is just a really minimal fix, in order to prevent slotmove from behaving incorrectly with packages that use EAPI 4-slot-abi. Any slotmove commands that try so specify a sub-slot are treated as invalid for now, since that will required additional EAPI conditional logic, as reported in bug #426476.