Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: python.eclass
Date: Thu, 29 May 2008 20:02:01
Message-Id: E1K1oJw-0007tz-D7@stork.gentoo.org
1 hawking 08/05/29 20:01:56
2
3 Modified: python.eclass
4 Log:
5 Fixed typo in python_mod_cleanup.
6
7 Revision Changes Path
8 1.38 eclass/python.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/python.eclass?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/python.eclass?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/python.eclass?r1=1.37&r2=1.38
13
14 Index: python.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- python.eclass 29 May 2008 18:36:20 -0000 1.37
21 +++ python.eclass 29 May 2008 20:01:55 -0000 1.38
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.37 2008/05/29 18:36:20 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.38 2008/05/29 20:01:55 hawking Exp $
27
28 # @ECLASS: python.eclass
29 # @MAINTAINER:
30 @@ -238,7 +238,7 @@
31 python_mod_cleanup() {
32 local SEARCH_PATH myroot
33
34 - # Check if phase is pkg_postinst()
35 + # Check if phase is pkg_postrm()
36 [[ ${EBUILD_PHASE} != postrm ]] &&\
37 die "${FUNCNAME} should only be run in pkg_postrm()"
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list