Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl: mathgl-1.11.1.1.ebuild mathgl-1.11.2.ebuild ChangeLog
Date: Tue, 28 Feb 2012 00:56:42
Message-Id: 20120228005632.7E31D2004B@flycatcher.gentoo.org
1 patrick 12/02/28 00:56:32
2
3 Modified: mathgl-1.11.1.1.ebuild mathgl-1.11.2.ebuild
4 ChangeLog
5 Log:
6 Restricting pypy and jython
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-libs/mathgl/mathgl-1.11.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: mathgl-1.11.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- mathgl-1.11.1.1.ebuild 29 Mar 2011 15:42:35 -0000 1.1
24 +++ mathgl-1.11.1.1.ebuild 28 Feb 2012 00:56:32 -0000 1.2
25 @@ -1,13 +1,13 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild,v 1.1 2011/03/29 15:42:35 grozin Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild,v 1.2 2012/02/28 00:56:32 patrick Exp $
31
32 EAPI=3
33
34 WX_GTK_VER=2.8
35 PYTHON_DEPEND="2"
36 SUPPORT_PYTHON_ABIS="1"
37 -RESTRICT_PYTHON_ABIS="3.*"
38 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
39
40 inherit autotools wxwidgets python versionator toolchain-funcs
41
42
43
44
45 1.3 sci-libs/mathgl/mathgl-1.11.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild?r1=1.2&r2=1.3
50
51 Index: mathgl-1.11.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- mathgl-1.11.2.ebuild 9 Aug 2011 08:49:44 -0000 1.2
58 +++ mathgl-1.11.2.ebuild 28 Feb 2012 00:56:32 -0000 1.3
59 @@ -1,13 +1,13 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 +# Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild,v 1.2 2011/08/09 08:49:44 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild,v 1.3 2012/02/28 00:56:32 patrick Exp $
65
66 EAPI=3
67
68 WX_GTK_VER=2.8
69 PYTHON_DEPEND="2"
70 SUPPORT_PYTHON_ABIS="1"
71 -RESTRICT_PYTHON_ABIS="3.*"
72 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
73
74 inherit autotools eutils wxwidgets python versionator toolchain-funcs
75
76
77
78
79 1.26 sci-libs/mathgl/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.26&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.26&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?r1=1.25&r2=1.26
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v
88 retrieving revision 1.25
89 retrieving revision 1.26
90 diff -u -r1.25 -r1.26
91 --- ChangeLog 9 Aug 2011 08:49:44 -0000 1.25
92 +++ ChangeLog 28 Feb 2012 00:56:32 -0000 1.26
93 @@ -1,6 +1,10 @@
94 # ChangeLog for sci-libs/mathgl
95 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.25 2011/08/09 08:49:44 ssuominen Exp $
97 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.26 2012/02/28 00:56:32 patrick Exp $
99 +
100 + 28 Feb 2012; Patrick Lauer <patrick@g.o> mathgl-1.11.1.1.ebuild,
101 + mathgl-1.11.2.ebuild:
102 + Restricting pypy and jython
103
104 09 Aug 2011; Samuli Suominen <ssuominen@g.o> mathgl-1.11.2.ebuild,
105 +files/mathgl-1.11.2-zlib.patch: