Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.8.5_p1.ebuild apsw-3.8.7.1_p1.ebuild ChangeLog apsw-3.8.4.1_p1.ebuild apsw-3.8.2_p1.ebuild apsw-3.8.4.3_p1.ebuild apsw-3.8.3.1_p1.ebuild apsw-3.8.0.2_p1.ebuild apsw-3.8.0_p2.ebuild apsw-3.7.17_p1.ebuild apsw-3.8.1_p1.ebuild
Date: Mon, 01 Dec 2014 05:50:48
Message-Id: 20141201055043.369DAB43D@oystercatcher.gentoo.org
1 idella4 14/12/01 05:50:43
2
3 Modified: apsw-3.8.5_p1.ebuild apsw-3.8.7.1_p1.ebuild
4 ChangeLog
5 Removed: apsw-3.8.4.1_p1.ebuild apsw-3.8.2_p1.ebuild
6 apsw-3.8.4.3_p1.ebuild apsw-3.8.3.1_p1.ebuild
7 apsw-3.8.0.2_p1.ebuild apsw-3.8.0_p2.ebuild
8 apsw-3.7.17_p1.ebuild apsw-3.8.1_p1.ebuild
9 Log:
10 clean old python impl, minor upgrade to fix to qa issue, remove many old
11
12 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
13
14 Revision Changes Path
15 1.2 dev-python/apsw/apsw-3.8.5_p1.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild?r1=1.1&r2=1.2
20
21 Index: apsw-3.8.5_p1.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- apsw-3.8.5_p1.ebuild 10 Jun 2014 23:56:38 -0000 1.1
28 +++ apsw-3.8.5_p1.ebuild 1 Dec 2014 05:50:43 -0000 1.2
29 @@ -1,9 +1,9 @@
30 # Copyright 1999-2014 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v 1.1 2014/06/10 23:56:38 radhermit Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v 1.2 2014/12/01 05:50:43 idella4 Exp $
34
35 EAPI=5
36 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
37 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
38
39 inherit distutils-r1
40
41 @@ -29,7 +29,7 @@
42 PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
43
44 python_compile() {
45 - if [[ ${EPYTHON} == python2* ]]; then
46 + if ! python_is_python3; then
47 local CFLAGS="${CFLAGS} -fno-strict-aliasing"
48 export CFLAGS
49 fi
50
51
52
53 1.2 dev-python/apsw/apsw-3.8.7.1_p1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild?r1=1.1&r2=1.2
58
59 Index: apsw-3.8.7.1_p1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- apsw-3.8.7.1_p1.ebuild 6 Nov 2014 06:16:31 -0000 1.1
66 +++ apsw-3.8.7.1_p1.ebuild 1 Dec 2014 05:50:43 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2014 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v 1.1 2014/11/06 06:16:31 radhermit Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v 1.2 2014/12/01 05:50:43 idella4 Exp $
72
73 EAPI=5
74 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
75 @@ -29,7 +29,7 @@
76 PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
77
78 python_compile() {
79 - if [[ ${EPYTHON} == python2* ]]; then
80 + if ! python_is_python3; then
81 local CFLAGS="${CFLAGS} -fno-strict-aliasing"
82 export CFLAGS
83 fi
84
85
86
87 1.73 dev-python/apsw/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.73&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.73&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?r1=1.72&r2=1.73
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v
96 retrieving revision 1.72
97 retrieving revision 1.73
98 diff -u -r1.72 -r1.73
99 --- ChangeLog 6 Nov 2014 06:16:31 -0000 1.72
100 +++ ChangeLog 1 Dec 2014 05:50:43 -0000 1.73
101 @@ -1,6 +1,12 @@
102 # ChangeLog for dev-python/apsw
103 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.72 2014/11/06 06:16:31 radhermit Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.73 2014/12/01 05:50:43 idella4 Exp $
106 +
107 + 01 Dec 2014; Ian Delaney <idella4@g.o> -apsw-3.7.17_p1.ebuild,
108 + -apsw-3.8.0.2_p1.ebuild, -apsw-3.8.0_p2.ebuild, -apsw-3.8.1_p1.ebuild,
109 + -apsw-3.8.2_p1.ebuild, -apsw-3.8.3.1_p1.ebuild, -apsw-3.8.4.1_p1.ebuild,
110 + -apsw-3.8.4.3_p1.ebuild, apsw-3.8.5_p1.ebuild, apsw-3.8.7.1_p1.ebuild:
111 + clean old python impl, minor upgrade to fix to qa issue, remove many old
112
113 *apsw-3.8.7.1_p1 (06 Nov 2014)