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-dotnet/pe-format: ChangeLog pe-format-2.0.4.ebuild
Date: Sat, 27 Nov 2010 23:49:58
Message-Id: 20101127234949.E732220051@flycatcher.gentoo.org
1 mgorny 10/11/27 23:49:49
2
3 Modified: ChangeLog
4 Added: pe-format-2.0.4.ebuild
5 Log:
6 Version bump. The new version uses autotools, and adds support for 64-bit Windows executables (for use with wine64).
7
8 (Portage version: 2.2.0_alpha4_p39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.23 dev-dotnet/pe-format/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 31 Oct 2010 17:15:17 -0000 1.22
24 +++ ChangeLog 27 Nov 2010 23:49:49 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-dotnet/pe-format
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.22 2010/10/31 17:15:17 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.23 2010/11/27 23:49:49 mgorny Exp $
30 +
31 +*pe-format-2.0.4 (27 Nov 2010)
32 +
33 + 27 Nov 2010; Michał Górny <mgorny@g.o> +pe-format-2.0.4.ebuild:
34 + Version bump. The new version uses autotools, and adds support for 64-bit
35 + Windows executables (for use with wine64).
36
37 31 Oct 2010; Raúl Porcel <armin76@g.o> pe-format-1.ebuild:
38 Drop sparc keywords
39
40
41
42 1.1 dev-dotnet/pe-format/pe-format-2.0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pe-format-2.0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.4.ebuild,v 1.1 2010/11/27 23:49:49 mgorny Exp $
52
53 inherit base
54
55 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
56 HOMEPAGE="https://github.com/mgorny/pe-format2/"
57 SRC_URI="https://github.com/downloads/mgorny/${PN}2/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 src_install() {
65 base_src_install
66
67 newinitd ${PN}.init ${PN} || die
68 newconfd ${PN}.conf ${PN} || die
69 }