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
80
81
82
83
84
85
86
87
88
89
90
|
# ChangeLog for app-admin/eclean-kernel
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eclean-kernel/ChangeLog,v 1.5 2012/12/10 19:08:22 mgorny Exp $
*eclean-kernel-0.3.2 (10 Dec 2012)
10 Dec 2012; Michał Górny <mgorny@gentoo.org> +eclean-kernel-0.3.2.ebuild:
Version bump. The new version fixes Python 3.3 compatibility. Re-enable PyPy
due to new pymountboot being committed.
29 Nov 2012; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.3.ebuild:
Remove old.
20 Oct 2012; Michał Górny <mgorny@gentoo.org> eclean-kernel-0.3.1.ebuild:
Re-add ~x86-fbsd after keywording python-exec.
*eclean-kernel-0.3.1 (15 Oct 2012)
15 Oct 2012; Michał Górny <mgorny@gentoo.org> +eclean-kernel-0.3.1.ebuild:
Version bump. The new version introduces Xen-related fixes.
*eclean-kernel-0.3 (11 May 2012)
11 May 2012; Michał Górny <mgorny@gentoo.org> +eclean-kernel-0.3.ebuild,
-eclean-kernel-0.2.1.ebuild, metadata.xml:
Version bump and package move from app-portage/eclean-kernel. The new version
fixes issues with grub2 and also handles mounting /boot on Linux.
09 Feb 2012; Matt Turner <mattst88@gentoo.org> eclean-kernel-0.2.1.ebuild:
Added ~mips, bug 393179.
07 Dec 2011; Naohiro Aota <naota@gentoo.org> eclean-kernel-0.2.1.ebuild:
Add ~x86-fbsd #393179
*eclean-kernel-0.2.1 (30 Nov 2011)
30 Nov 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.2.ebuild,
+eclean-kernel-0.2.1.ebuild:
Version bump. The new version fixes missing import on bootloader probing (bug
#392043).
*eclean-kernel-0.2 (26 Nov 2011)
26 Nov 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.5.ebuild,
+eclean-kernel-0.2.ebuild, metadata.xml:
Version bump. The new version fixes Yaboot support (bug #391731) and adds
support for GRUB2 (including regenerating autogenerated configs).
*eclean-kernel-0.1.5 (21 Nov 2011)
21 Nov 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.4.ebuild,
+eclean-kernel-0.1.5.ebuild:
Version bump. The new version fixes support for device names in grub,
matching kernel-less moduledirs and exclusion support.
*eclean-kernel-0.1.4 (16 Nov 2011)
16 Nov 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.3.ebuild,
+eclean-kernel-0.1.4.ebuild:
Version bump. The new version fixes matching moduledir when path contains
symlinks and getting mtime when kernel no longer exists.
*eclean-kernel-0.1.3 (15 Nov 2011)
15 Nov 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.2.ebuild,
+eclean-kernel-0.1.3.ebuild:
Version bump. The new version fixes working with genkernel files. It also
adds support for initramfs removal, and --ask and --list options for easier
testing/debugging.
02 Nov 2011; Michał Górny <mgorny@gentoo.org> eclean-kernel-0.1.2.ebuild:
Fix PYTHON_DEPEND for Python3.
*eclean-kernel-0.1.2 (29 Oct 2011)
29 Oct 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.1.ebuild,
+eclean-kernel-0.1.2.ebuild:
Version bump. The new version introduces a lot of fixes.
*eclean-kernel-0.1.1 (26 Oct 2011)
26 Oct 2011; Michał Górny <mgorny@gentoo.org> -eclean-kernel-0.1.ebuild,
+eclean-kernel-0.1.1.ebuild:
Version bump. The new version adds removing old kernel build dirs.
*eclean-kernel-0.1 (24 Oct 2011)
24 Oct 2011; Michał Górny <mgorny@gentoo.org> +eclean-kernel-0.1.ebuild,
+metadata.xml:
Introduce eclean-kernel, a little tool to remove outdated kernels.
|