1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
# ChangeLog for dev-python/pymountboot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.18 2015/04/08 08:05:23 mgorny Exp $
08 Apr 2015; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
pymountboot-0.2.2.ebuild:
Drop old Python implementations
26 Nov 2014; Michał Górny <mgorny@gentoo.org> pymountboot-9999.ebuild:
Add py3.4 to -9999 as well.
24 Nov 2014; Pacho Ramos <pacho@gentoo.org> pymountboot-0.2.2.ebuild:
Support python 3.4
06 Jul 2014; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
pymountboot-0.2.2.ebuild, pymountboot-9999.ebuild:
Replace obsolete mirror://bitbucket with the real URI.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.2.ebuild,
pymountboot-9999.ebuild:
Add support for the new PyPy slotting.
14 Oct 2013; Michał Górny <mgorny@gentoo.org> pymountboot-9999.ebuild:
Switch to git-r3.
14 Sep 2013; Mike Gilbert <floppym@gentoo.org> pymountboot-0.2.2.ebuild,
pymountboot-9999.ebuild:
Add -fno-strict-aliasing for python2.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
pymountboot-0.2.2.ebuild, pymountboot-9999.ebuild:
Clean up PYTHON_COMPAT from old implementations.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.2.ebuild,
pymountboot-9999.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.2.ebuild,
pymountboot-9999.ebuild:
Enable pypy2.0.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
pymountboot-0.2.2.ebuild, pymountboot-9999.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
*pymountboot-9999 (15 Dec 2012)
15 Dec 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-9999.ebuild:
Import the live ebuild.
*pymountboot-0.2.2 (10 Dec 2012)
10 Dec 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-0.2.2.ebuild:
Version bump. The new version fixes bug with refcounting, therefore making the
package suitable for PyPy as well.
09 Dec 2012; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild:
Enable python3.3.
29 Nov 2012; Michał Górny <mgorny@gentoo.org> -pymountboot-0.2.ebuild:
Remove old.
*pymountboot-0.2.1 (15 Oct 2012)
15 Oct 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-0.2.1.ebuild,
-pymountboot-0.1.ebuild:
Version bump with Python 3 support.
*pymountboot-0.2 (16 May 2012)
16 May 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-0.2.ebuild:
Version bump. The new version is written in plain C.
*pymountboot-0.1 (11 May 2012)
11 May 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-0.1.ebuild,
+metadata.xml:
Initial commit: a Python module for /boot mount handling. Used by
eclean-kernel.
|