Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10024 - main/trunk/pym/portage/dbapi
Date: Mon, 28 Apr 2008 17:33:42
Message-Id: E1JqXEQ-0007Fh-U3@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-28 17:33:38 +0000 (Mon, 28 Apr 2008)
3 New Revision: 10024
4
5 Modified:
6 main/trunk/pym/portage/dbapi/vartree.py
7 Log:
8 For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal
9 phases are the ones that are skipped.
10
11
12 Modified: main/trunk/pym/portage/dbapi/vartree.py
13 ===================================================================
14 --- main/trunk/pym/portage/dbapi/vartree.py 2008-04-28 17:25:48 UTC (rev 10023)
15 +++ main/trunk/pym/portage/dbapi/vartree.py 2008-04-28 17:33:38 UTC (rev 10024)
16 @@ -1328,7 +1328,8 @@
17 "from the current portage tree will be used " + \
18 "when necessary. Removal of " + \
19 "the ebuild file will cause the " + \
20 - "removal phases to be skipped entirely."
21 + "pkg_prerm() and pkg_postrm() removal " + \
22 + "phases to be skipped entirely."
23 msg_lines.extend(wrap(msg, 72))
24 from portage.elog.messages import eerror
25 for l in msg_lines:
26
27 --
28 gentoo-commits@l.g.o mailing list