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
|
# ChangeLog for sys-fs/ext2resize
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.16 2006/02/15 00:18:56 vapier Exp $
15 Feb 2006; Mike Frysinger <vapier@gentoo.org>
+files/ext2resize-1.1.19-blkgetsize64.patch, ext2resize-1.1.19.ebuild:
Add patch from upstream to fix BLKGETSIZE64 error #122787 by Sean Davidson.
08 Feb 2006; Mike Frysinger <vapier@gentoo.org>
+files/ext2resize-1.1.19-build.patch, ext2resize-1.1.19.ebuild:
Cleanup autotools to fix building with 2.4 headers #114858.
09 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
ext2resize-1.1.17-r2.ebuild, ext2resize-1.1.19.ebuild:
-sparc since it's having issues, better safe than sorry
17 Dec 2005; Bryan Østergaard <kloeri@gentoo.org
ext2resize-1.1.19.ebuild:
Stable on alpha, bug 114467.
12 Dec 2005; Luis Medinas <metalgod@gentoo.org> ext2resize-1.1.19.ebuild:
Stable on amd64. Bug #114467.
05 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
ext2resize-1.1.19.ebuild:
Stable on ppc. See bug #114467.
05 Dec 2005; Mark Loeser <halcy0n@gentoo.org> ext2resize-1.1.19.ebuild:
Stable on x86; bug #114467
21 Jun 2005; <plasmaroo@gentoo.org> ext2resize-1.1.19.ebuild,
+files/ext2resize-1.1.19-linux26.patch:
Fix #96699.
*ext2resize-1.1.19 (21 Jun 2005)
21 Jun 2005; Mike Frysinger <vapier@gentoo.org> +ext2resize-1.1.19.ebuild:
Version bump #96615 by Daniel Webert.
03 Jun 2005; <plasmaroo@gentoo.org> ext2resize-1.1.17-r2.ebuild,
+files/ext2resize-1.1.17-linux26.patch:
Fix #94880.
*ext2resize-1.1.17-r2 (05 Jun 2004)
05 Jun 2004; Mike Frysinger <vapier@gentoo.org>
+ext2resize-1.1.17-r2.ebuild:
Version bump to clean up the sources and make sure custom $CFLAGS are applied.
20 Mar 2004; <plasmaroo@gentoo.org> ext2resize-1.1.17-r1.ebuild,
files/ext2resize-1.1.17-gcc3.3.patch:
Added a patch to solve GCC3.3 compilation issues. Closes bug #45147.
23 Jan 2004; <gustavoz@gentoo.org> ext2resize-1.1.17-r1.ebuild:
Stable on sparc.
12 Jan 2004; Aron Griffis <agriffis@gentoo.org> ext2resize-1.1.17-r1.ebuild:
Stable on alpha.
*ext2resize-1.1.17 (15 Sep 2003)
15 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
ext2resize-1.1.17-r1.ebuild, ext2resize-1.1.17.ebuild:
Moved to sys-fs.
*ext2resize-1.1.17-r1 (24 Apr 2003)
24 Apr 2003; Brandon Low <lostlogic@gentoo.org> ext2resize-1.1.17-r1.ebuild:
Move executables to /sbin instead of /usr/sbin, enable 'static' use flag,
thanks to msterret@gentoo.org
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*ext2resize-1.1.17 (29 May 2002)
21 Jul 2002; Mark Guertin <gerk@gentoo.org>:
updated keywords (ppc)
14 Jul 2002; phoen][x <phoenix@gentoo.org> ext2resize-1.1.17.ebuild :
Added KEYWORDS, SLOT.
29 May 2002; B.Lauwers <blauwers@gentoo.org> ChangeLog :
Added initial changelog for ext2resize a tool which allows LVM users to
grow and shrink filesystem both online as offline.
|