Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild
Date: Wed, 02 Apr 2008 20:06:45
Message-Id: E1Jh9EH-0002YN-Ts@stork.gentoo.org
1 leio 08/04/02 20:06:41
2
3 Modified: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild
4 Log:
5 QA: Do not pass $ROOT to python_mod_cleanup, as that is done for us and we would pass it double then, unlike with python_mod_optimize that needs the $ROOT in front
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 dev-util/wxglade/wxglade-0.6.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?r1=1.1&r2=1.2
14
15 Index: wxglade-0.6.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wxglade-0.6.3.ebuild 11 Mar 2008 03:36:19 -0000 1.1
22 +++ wxglade-0.6.3.ebuild 2 Apr 2008 20:06:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.1 2008/03/11 03:36:19 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.2 2008/04/02 20:06:41 leio Exp $
28
29 inherit python multilib eutils
30
31 @@ -46,5 +46,5 @@
32 }
33
34 pkg_postrm() {
35 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
36 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
37 }
38
39
40
41 1.3 dev-util/wxglade/wxglade-0.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?r1=1.2&r2=1.3
46
47 Index: wxglade-0.6.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- wxglade-0.6.1.ebuild 4 Dec 2007 15:42:07 -0000 1.2
54 +++ wxglade-0.6.1.ebuild 2 Apr 2008 20:06:41 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.2 2007/12/04 15:42:07 dirtyepic Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.3 2008/04/02 20:06:41 leio Exp $
60
61 inherit python multilib eutils
62
63 @@ -46,5 +46,5 @@
64 }
65
66 pkg_postrm() {
67 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
68 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
69 }
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list