Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.10.1.ebuild wxpython-2.8.11.0.ebuild wxpython-2.6.4.0-r2.ebuild
Date: Wed, 28 Jul 2010 13:56:57
Message-Id: 20100728135652.2FD982CE15@corvid.gentoo.org
1 arfrever 10/07/28 13:56:52
2
3 Modified: wxpython-2.8.10.1.ebuild wxpython-2.8.11.0.ebuild
4 wxpython-2.6.4.0-r2.ebuild
5 Log:
6 Don't ignore errors.
7
8 (Portage version: HEAD/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-python/wxpython/wxpython-2.8.10.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild?r1=1.15&r2=1.16
16
17 Index: wxpython-2.8.10.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- wxpython-2.8.10.1.ebuild 27 Jul 2010 03:13:09 -0000 1.15
24 +++ wxpython-2.8.10.1.ebuild 28 Jul 2010 13:56:51 -0000 1.16
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v 1.15 2010/07/27 03:13:09 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.10.1.ebuild,v 1.16 2010/07/28 13:56:51 arfrever Exp $
30
31 EAPI="2"
32 PYTHON_DEPEND="2"
33 @@ -104,7 +104,7 @@
34 done
35 rename_files() {
36 for file in "${D}$(python_get_sitedir)/"wx{version.*,.pth}; do
37 - mv "${file}" "${file}-${SLOT}"
38 + mv "${file}" "${file}-${SLOT}" || return 1
39 done
40 }
41 python_execute_function -q rename_files
42
43
44
45 1.2 dev-python/wxpython/wxpython-2.8.11.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild?r1=1.1&r2=1.2
50
51 Index: wxpython-2.8.11.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- wxpython-2.8.11.0.ebuild 27 May 2010 05:20:41 -0000 1.1
58 +++ wxpython-2.8.11.0.ebuild 28 Jul 2010 13:56:51 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild,v 1.1 2010/05/27 05:20:41 dirtyepic Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.11.0.ebuild,v 1.2 2010/07/28 13:56:51 arfrever Exp $
64
65 EAPI="2"
66 PYTHON_DEPEND="2"
67 @@ -104,7 +104,7 @@
68 done
69 rename_files() {
70 for file in "${D}$(python_get_sitedir)/"wx{version.*,.pth}; do
71 - mv "${file}" "${file}-${SLOT}"
72 + mv "${file}" "${file}-${SLOT}" || return 1
73 done
74 }
75 python_execute_function -q rename_files
76
77
78
79 1.14 dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild?rev=1.14&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild?rev=1.14&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild?r1=1.13&r2=1.14
84
85 Index: wxpython-2.6.4.0-r2.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v
88 retrieving revision 1.13
89 retrieving revision 1.14
90 diff -u -r1.13 -r1.14
91 --- wxpython-2.6.4.0-r2.ebuild 27 Jul 2010 03:13:09 -0000 1.13
92 +++ wxpython-2.6.4.0-r2.ebuild 28 Jul 2010 13:56:51 -0000 1.14
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2010 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.13 2010/07/27 03:13:09 dirtyepic Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r2.ebuild,v 1.14 2010/07/28 13:56:51 arfrever Exp $
98
99 EAPI="2"
100 PYTHON_DEPEND="2"
101 @@ -88,12 +88,12 @@
102
103 rename_files() {
104 for file in "${D}$(python_get_sitedir)"/wx{version.*,.pth}; do
105 - mv "${file}" "${file}-${SLOT}"
106 + mv "${file}" "${file}-${SLOT}" || return 1
107 done
108
109 for dir in "${D}$(python_get_sitedir)"/wx-${SLOT}-gtk2-{ansi,unicode}; do
110 if [[ -d ${dir} ]]; then
111 - cp -R "${D}$(python_get_sitedir)"/wxaddons/ "${dir}"
112 + cp -R "${D}$(python_get_sitedir)"/wxaddons/ "${dir}" || return 1
113 wxaddons_copied=1
114 fi
115 done