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-util/mono-tools: mono-tools-2.8.ebuild ChangeLog mono-tools-9999.ebuild
Date: Wed, 26 Jan 2011 09:47:50
Message-Id: 20110126094738.D619820054@flycatcher.gentoo.org
1 pacho 11/01/26 09:47:38
2
3 Modified: mono-tools-2.8.ebuild ChangeLog
4 Removed: mono-tools-9999.ebuild
5 Log:
6 Stop getting ACLOCAL_FLAGS command not found problem like bug #298813. Drop 9999 version as we are not really maintaining it.
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-util/mono-tools/mono-tools-2.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild?r1=1.1&r2=1.2
16
17 Index: mono-tools-2.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- mono-tools-2.8.ebuild 10 Oct 2010 05:04:47 -0000 1.1
24 +++ mono-tools-2.8.ebuild 26 Jan 2011 09:47:38 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild,v 1.1 2010/10/10 05:04:47 ali_bush Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.8.ebuild,v 1.2 2011/01/26 09:47:38 pacho Exp $
31
32 EAPI=2
33
34 @@ -40,6 +40,10 @@
35
36 src_prepare() {
37 go-mono_src_prepare
38 +
39 + # Stop getting ACLOCAL_FLAGS command not found problem like bug #298813
40 + sed -i -e '/ACLOCAL_FLAGS/d' Makefile.am
41 +
42 eautoreconf
43 }
44
45
46
47
48 1.76 dev-util/mono-tools/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/ChangeLog?rev=1.76&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/ChangeLog?rev=1.76&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/ChangeLog?r1=1.75&r2=1.76
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v
57 retrieving revision 1.75
58 retrieving revision 1.76
59 diff -u -r1.75 -r1.76
60 --- ChangeLog 10 Oct 2010 05:04:47 -0000 1.75
61 +++ ChangeLog 26 Jan 2011 09:47:38 -0000 1.76
62 @@ -1,6 +1,11 @@
63 # ChangeLog for dev-util/mono-tools
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.75 2010/10/10 05:04:47 ali_bush Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.76 2011/01/26 09:47:38 pacho Exp $
68 +
69 + 26 Jan 2011; Pacho Ramos <pacho@g.o> mono-tools-2.8.ebuild,
70 + -mono-tools-9999.ebuild:
71 + Stop getting ACLOCAL_FLAGS command not found problem like bug #298813. Drop
72 + 9999 version as we are not really maintaining it.
73
74 *mono-tools-2.8 (10 Oct 2010)