Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-iwscan: python-iwscan-20080402-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:45:26
Message-Id: 20140331204522.541462005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:45:22
2
3 Modified: python-iwscan-20080402-r1.ebuild ChangeLog
4 Log:
5 Add support for the new PyPy slotting.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.6 dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: python-iwscan-20080402-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- python-iwscan-20080402-r1.ebuild 19 Jan 2014 10:20:50 -0000 1.5
23 +++ python-iwscan-20080402-r1.ebuild 31 Mar 2014 20:45:22 -0000 1.6
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild,v 1.5 2014/01/19 10:20:50 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild,v 1.6 2014/03/31 20:45:22 mgorny Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
33 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
34
35 inherit distutils-r1 flag-o-matic
36
37
38
39
40 1.20 dev-python/python-iwscan/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/ChangeLog?rev=1.20&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/ChangeLog?rev=1.20&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/ChangeLog?r1=1.19&r2=1.20
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/ChangeLog,v
49 retrieving revision 1.19
50 retrieving revision 1.20
51 diff -u -r1.19 -r1.20
52 --- ChangeLog 19 Jan 2014 10:20:50 -0000 1.19
53 +++ ChangeLog 31 Mar 2014 20:45:22 -0000 1.20
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-python/python-iwscan
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/ChangeLog,v 1.19 2014/01/19 10:20:50 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/ChangeLog,v 1.20 2014/03/31 20:45:22 mgorny Exp $
59 +
60 + 31 Mar 2014; Michał Górny <mgorny@g.o>
61 + python-iwscan-20080402-r1.ebuild:
62 + Add support for the new PyPy slotting.
63
64 19 Jan 2014; Agostino Sarubbo <ago@g.o>
65 python-iwscan-20080402-r1.ebuild: