Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: ChangeLog pe-format-1.ebuild
Date: Mon, 05 Sep 2011 08:21:04
Message-Id: 20110905082054.5ECCD20051@flycatcher.gentoo.org
1 naota 11/09/05 08:20:54
2
3 Modified: ChangeLog pe-format-1.ebuild
4 Log:
5 Drop ~x86-fbsd. Bug #336937
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-dotnet/pe-format/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 21 Jun 2011 13:34:05 -0000 1.29
23 +++ ChangeLog 5 Sep 2011 08:20:54 -0000 1.30
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-dotnet/pe-format
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.29 2011/06/21 13:34:05 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.30 2011/09/05 08:20:54 naota Exp $
29 +
30 + 05 Sep 2011; Naohiro Aota <naota@g.o> pe-format-1.ebuild:
31 + Drop ~x86-fbsd. Bug #336937
32
33 21 Jun 2011; Pawel Hajdan jr <phajdan.jr@g.o> pe-format-2.0.5.ebuild:
34 x86 stable wrt bug #371163
35
36
37
38 1.7 dev-dotnet/pe-format/pe-format-1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild?r1=1.6&r2=1.7
43
44 Index: pe-format-1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- pe-format-1.ebuild 31 Oct 2010 17:15:17 -0000 1.6
51 +++ pe-format-1.ebuild 5 Sep 2011 08:20:54 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild,v 1.6 2010/10/31 17:15:17 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild,v 1.7 2011/09/05 08:20:54 naota Exp $
58
59 inherit eutils
60
61 @@ -9,7 +9,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
66 +KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
67 IUSE=""
68
69 RDEPEND="|| ( dev-lang/mono dev-dotnet/pnet )"