Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/monocalendar: monocalendar-0.7.2.ebuild ChangeLog
Date: Tue, 25 Jan 2011 21:25:06
Message-Id: 20110125212454.BBE5D20054@flycatcher.gentoo.org
1 pacho 11/01/25 21:24:54
2
3 Modified: monocalendar-0.7.2.ebuild ChangeLog
4 Log:
5 Add ~amd64 as it works fine for me.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild?r1=1.2&r2=1.3
15
16 Index: monocalendar-0.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- monocalendar-0.7.2.ebuild 27 Jul 2007 07:07:02 -0000 1.2
23 +++ monocalendar-0.7.2.ebuild 25 Jan 2011 21:24:54 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.2 2007/07/27 07:07:02 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.3 2011/01/25 21:24:54 pacho Exp $
30
31 inherit mono eutils
32
33 @@ -12,13 +12,14 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="x86"
38 +KEYWORDS="~amd64 x86"
39 +IUSE=""
40
41 DEPEND=">=dev-lang/mono-1.2.1"
42 RDEPEND="${DEPEND}"
43
44 src_compile() {
45 - cd ${S}/bin/Release/
46 + cd "${S}"/bin/Release/
47
48 emake || die "emake failed"
49 }
50
51
52
53 1.4 dev-dotnet/monocalendar/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monocalendar/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 22 Nov 2007 16:46:13 -0000 1.3
66 +++ ChangeLog 25 Jan 2011 21:24:54 -0000 1.4
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-dotnet/monocalendar
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/ChangeLog,v 1.3 2007/11/22 16:46:13 cardoe Exp $
71 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/ChangeLog,v 1.4 2011/01/25 21:24:54 pacho Exp $
73 +
74 + 25 Jan 2011; Pacho Ramos <pacho@g.o> monocalendar-0.7.2.ebuild:
75 + Add ~amd64 as it works fine for me.
76
77 22 Nov 2007; Doug Klima <cardoe@g.o> metadata.xml:
78 Add DOCTYPE to metadata for validation