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-mathematics/snns: snns-4.2-r8.ebuild snns-4.2-r9.ebuild ChangeLog
Date: Sun, 26 Feb 2012 05:28:48
Message-Id: 20120226052838.A8A3E2004B@flycatcher.gentoo.org
1 patrick 12/02/26 05:28:38
2
3 Modified: snns-4.2-r8.ebuild snns-4.2-r9.ebuild ChangeLog
4 Log:
5 Restricting jython
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 sci-mathematics/snns/snns-4.2-r8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?r1=1.10&r2=1.11
15
16 Index: snns-4.2-r8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- snns-4.2-r8.ebuild 2 Aug 2011 05:49:20 -0000 1.10
23 +++ snns-4.2-r8.ebuild 26 Feb 2012 05:28:38 -0000 1.11
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.10 2011/08/02 05:49:20 mattst88 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.11 2012/02/26 05:28:38 patrick Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="python? 2"
33 SUPPORT_PYTHON_ABIS="1"
34 -RESTRICT_PYTHON_ABIS="3.*"
35 +RESTRICT_PYTHON_ABIS="3.* *-jython"
36
37 inherit distutils eutils
38
39
40
41
42 1.2 sci-mathematics/snns/snns-4.2-r9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?r1=1.1&r2=1.2
47
48 Index: snns-4.2-r9.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- snns-4.2-r9.ebuild 1 Oct 2011 00:15:23 -0000 1.1
55 +++ snns-4.2-r9.ebuild 26 Feb 2012 05:28:38 -0000 1.2
56 @@ -1,11 +1,11 @@
57 -# Copyright 1999-2011 Gentoo Foundation
58 +# Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v 1.1 2011/10/01 00:15:23 phosphan Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v 1.2 2012/02/26 05:28:38 patrick Exp $
62
63 EAPI="3"
64 PYTHON_DEPEND="python? 2"
65 SUPPORT_PYTHON_ABIS="1"
66 -RESTRICT_PYTHON_ABIS="3.*"
67 +RESTRICT_PYTHON_ABIS="3.* *-jython"
68
69 inherit distutils eutils
70
71
72
73
74 1.24 sci-mathematics/snns/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.24&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.24&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?r1=1.23&r2=1.24
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v
83 retrieving revision 1.23
84 retrieving revision 1.24
85 diff -u -r1.23 -r1.24
86 --- ChangeLog 1 Oct 2011 00:15:23 -0000 1.23
87 +++ ChangeLog 26 Feb 2012 05:28:38 -0000 1.24
88 @@ -1,6 +1,10 @@
89 # ChangeLog for sci-mathematics/snns
90 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.23 2011/10/01 00:15:23 phosphan Exp $
92 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.24 2012/02/26 05:28:38 patrick Exp $
94 +
95 + 26 Feb 2012; Patrick Lauer <patrick@g.o> snns-4.2-r8.ebuild,
96 + snns-4.2-r9.ebuild:
97 + Restricting jython
98
99 *snns-4.2-r9 (30 Sep 2011)