Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/skencil: skencil-0.6.18_pre20080519.ebuild skencil-1.0_alpha784.ebuild ChangeLog
Date: Sun, 26 Feb 2012 09:33:54
Message-Id: 20120226093339.118D52004B@flycatcher.gentoo.org
1 patrick 12/02/26 09:33:39
2
3 Modified: skencil-0.6.18_pre20080519.ebuild
4 skencil-1.0_alpha784.ebuild ChangeLog
5 Log:
6 Restricting pypy
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild?r1=1.11&r2=1.12
16
17 Index: skencil-0.6.18_pre20080519.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- skencil-0.6.18_pre20080519.ebuild 4 Mar 2011 23:32:26 -0000 1.11
24 +++ skencil-0.6.18_pre20080519.ebuild 26 Feb 2012 09:33:38 -0000 1.12
25 @@ -1,10 +1,11 @@
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/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v 1.11 2011/03/04 23:32:26 arfrever Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v 1.12 2012/02/26 09:33:38 patrick Exp $
31
32 EAPI="3"
33 PYTHON_DEPEND="2"
34 PYTHON_USE_WITH="tk"
35 +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
36
37 inherit eutils multilib python
38
39
40
41
42 1.3 media-gfx/skencil/skencil-1.0_alpha784.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild?r1=1.2&r2=1.3
47
48 Index: skencil-1.0_alpha784.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- skencil-1.0_alpha784.ebuild 4 Mar 2011 23:35:24 -0000 1.2
55 +++ skencil-1.0_alpha784.ebuild 26 Feb 2012 09:33:38 -0000 1.3
56 @@ -1,12 +1,12 @@
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/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.2 2011/03/04 23:35:24 arfrever Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.3 2012/02/26 09:33:38 patrick Exp $
62
63 EAPI="3"
64 PYTHON_DEPEND="2"
65 PYTHON_USE_WITH="tk"
66 SUPPORT_PYTHON_ABIS="1"
67 -RESTRICT_PYTHON_ABIS="3.* *-jython"
68 +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
69
70 inherit distutils
71
72
73
74
75 1.44 media-gfx/skencil/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?rev=1.44&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?rev=1.44&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?r1=1.43&r2=1.44
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v
84 retrieving revision 1.43
85 retrieving revision 1.44
86 diff -u -r1.43 -r1.44
87 --- ChangeLog 4 Mar 2011 23:35:24 -0000 1.43
88 +++ ChangeLog 26 Feb 2012 09:33:38 -0000 1.44
89 @@ -1,6 +1,10 @@
90 # ChangeLog for media-gfx/skencil
91 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.43 2011/03/04 23:35:24 arfrever Exp $
93 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.44 2012/02/26 09:33:38 patrick Exp $
95 +
96 + 26 Feb 2012; Patrick Lauer <patrick@g.o>
97 + skencil-0.6.18_pre20080519.ebuild, skencil-1.0_alpha784.ebuild:
98 + Restricting pypy
99
100 04 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
101 skencil-1.0_alpha784.ebuild: