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/pymountboot: pymountboot-9999.ebuild pymountboot-0.2.2.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:18:11
Message-Id: 20140331211802.DF98F2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:18:02
2
3 Modified: pymountboot-9999.ebuild pymountboot-0.2.2.ebuild
4 ChangeLog
5 Log:
6 Add support for the new PyPy slotting.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.8 dev-python/pymountboot/pymountboot-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?r1=1.7&r2=1.8
16
17 Index: pymountboot-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- pymountboot-9999.ebuild 14 Oct 2013 20:58:51 -0000 1.7
24 +++ pymountboot-9999.ebuild 31 Mar 2014 21:18:02 -0000 1.8
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.7 2013/10/14 20:58:51 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.8 2014/03/31 21:18:02 mgorny Exp $
31
32 EAPI=5
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
35
36 inherit distutils-r1
37
38
39
40
41 1.7 dev-python/pymountboot/pymountboot-0.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?r1=1.6&r2=1.7
46
47 Index: pymountboot-0.2.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- pymountboot-0.2.2.ebuild 14 Sep 2013 23:00:16 -0000 1.6
54 +++ pymountboot-0.2.2.ebuild 31 Mar 2014 21:18:02 -0000 1.7
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.6 2013/09/14 23:00:16 floppym Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.7 2014/03/31 21:18:02 mgorny Exp $
61
62 EAPI=5
63 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
64 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
65
66 inherit distutils-r1
67
68
69
70
71 1.14 dev-python/pymountboot/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.14&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.14&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?r1=1.13&r2=1.14
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
80 retrieving revision 1.13
81 retrieving revision 1.14
82 diff -u -r1.13 -r1.14
83 --- ChangeLog 14 Oct 2013 20:58:51 -0000 1.13
84 +++ ChangeLog 31 Mar 2014 21:18:02 -0000 1.14
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/pymountboot
87 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.13 2013/10/14 20:58:51 mgorny Exp $
89 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.14 2014/03/31 21:18:02 mgorny Exp $
91 +
92 + 31 Mar 2014; Michał Górny <mgorny@g.o> pymountboot-0.2.2.ebuild,
93 + pymountboot-9999.ebuild:
94 + Add support for the new PyPy slotting.
95
96 14 Oct 2013; Michał Górny <mgorny@g.o> pymountboot-9999.ebuild:
97 Switch to git-r3.