Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15239 - main/branches/2.1.7/pym/portage/dbapi
Date: Fri, 29 Jan 2010 18:46:13
Message-Id: E1Navr8-0006Cp-Jk@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-01-29 18:46:10 +0000 (Fri, 29 Jan 2010)
3 New Revision: 15239
4
5 Modified:
6 main/branches/2.1.7/pym/portage/dbapi/vartree.py
7 Log:
8 Add a TODO comment for improved handling of /lib/modules. (trunk r15173)
9
10 Modified: main/branches/2.1.7/pym/portage/dbapi/vartree.py
11 ===================================================================
12 --- main/branches/2.1.7/pym/portage/dbapi/vartree.py 2010-01-29 18:45:59 UTC (rev 15238)
13 +++ main/branches/2.1.7/pym/portage/dbapi/vartree.py 2010-01-29 18:46:10 UTC (rev 15239)
14 @@ -1771,6 +1771,10 @@
15 # upgraded. We effectively only want one half of the config protection
16 # functionality for /lib/modules. For portage-ng both capabilities
17 # should be able to be independently specified.
18 + # TODO: For rebuilds, re-parent previous modules to the new
19 + # installed instance (so they are not orphans). For normal
20 + # uninstall (not rebuild/reinstall), remove the modules along
21 + # with all other files (leave no orphans).
22 if obj.startswith(modprotect):
23 show_unmerge("---", unmerge_desc["cfgpro"], file_type, obj)
24 continue