Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10025 - main/branches/2.1.2/pym
Date: Mon, 28 Apr 2008 17:35:18
Message-Id: E1JqXFy-0007Iz-HG@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-28 17:35:13 +0000 (Mon, 28 Apr 2008)
3 New Revision: 10025
4
5 Modified:
6 main/branches/2.1.2/pym/portage.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. (trunk r10024)
10
11
12 Modified: main/branches/2.1.2/pym/portage.py
13 ===================================================================
14 --- main/branches/2.1.2/pym/portage.py 2008-04-28 17:33:38 UTC (rev 10024)
15 +++ main/branches/2.1.2/pym/portage.py 2008-04-28 17:35:13 UTC (rev 10025)
16 @@ -8703,7 +8703,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 cmd = "source '%s/isolated-functions.sh' ; " % \
25 PORTAGE_BIN_PATH
26
27 --
28 gentoo-commits@l.g.o mailing list