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
|
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.17 2010/09/12 17:44:27 pacho Exp $
*pe-format-2.0.3 (12 Sep 2010)
12 Sep 2010; Pacho Ramos <pacho@gentoo.org> +pe-format-2.0.3.ebuild,
metadata.xml:
Version bump with a new upstream, new proxy maintainer and fixing old bugs
#246456, #29795 (for support more exe files), #294749 (stop using bashisms
and adapt script to openrc), #321233 (pe-format2 is now pe-format). Really
thanks a lot to Michał Górny for taking care of this package.
12 Sep 2010; Joseph Jezak <josejx@gentoo.org> pe-format-1.ebuild:
Marked ppc for bug #327279.
12 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pe-format-1.ebuild:
stable x86, bug 327279
09 Jul 2010; Pacho Ramos <pacho@gentoo.org> pe-format-1.ebuild:
amd64 stable, bug 327279
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pe-format-1.ebuild:
Transfer Prefix keywords
*pe-format-1 (28 Jul 2009)
28 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+files/pe-format.init-1, +pe-format-1.ebuild:
Add new version that properly executes after procfs have been mounted.
20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
pe-format-0.ebuild:
Fixed the package after I broke it with last commit.
20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
Removing compnerd as a maintainer since he was retired.
30 Apr 2007; Roy Marples <uberlord@gentoo.org> pe-format-0.ebuild:
Added ~x86-fbsd keyword.
23 Mar 2007; Saleem Abdulrasool <compnerd@gentoo.org>
files/pe-format.init:
Update the scripts to fix reference to the wrong file and use of exit (bug
#170846)
14 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> pe-format-0.ebuild:
Keyworded ~sparc
14 Jan 2007; Olivier Crête <tester@gentoo.org> pe-format-0.ebuild:
Stable on amd64
08 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org> pe-format-0.ebuild:
Stable on ppc wrt bug #159886.
06 Jan 2007; Christian Faulhammer <opfer@gentoo.org> pe-format-0.ebuild:
stable x86, security bug #159886
21 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> pe-format-0.ebuild:
Add ~ppc keyword
21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> pe-format-0.ebuild:
Add ~amd64 keyword
*pe-format-0 (21 Dec 2006)
21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/pe-format.conf, +files/pe-format.init, +metadata.xml,
+pe-format-0.ebuild:
Initial import of ebuild
|