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-lang/mono-basic: ChangeLog mono-basic-2.10.ebuild mono-basic-9999.ebuild
Date: Sun, 27 Feb 2011 13:07:30
Message-Id: 20110227130720.A892520054@flycatcher.gentoo.org
1 pacho 11/02/27 13:07:20
2
3 Modified: ChangeLog
4 Added: mono-basic-2.10.ebuild
5 Removed: mono-basic-9999.ebuild
6 Log:
7 Version bump for mono-2.10, remove 9999 as we don't maintain neither support it.
8
9 (Portage version: 2.1.9.41/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.35 dev-lang/mono-basic/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.35&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.35&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono-basic/ChangeLog?r1=1.34&r2=1.35
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v
21 retrieving revision 1.34
22 retrieving revision 1.35
23 diff -u -r1.34 -r1.35
24 --- ChangeLog 29 Jan 2011 17:03:10 -0000 1.34
25 +++ ChangeLog 27 Feb 2011 13:07:20 -0000 1.35
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-lang/mono-basic
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.34 2011/01/29 17:03:10 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.35 2011/02/27 13:07:20 pacho Exp $
31 +
32 +*mono-basic-2.10 (27 Feb 2011)
33 +
34 + 27 Feb 2011; Pacho Ramos <pacho@g.o> +mono-basic-2.10.ebuild,
35 + -mono-basic-9999.ebuild:
36 + Version bump for mono-2.10, remove 9999 as we don't maintain neither support
37 + it.
38
39 29 Jan 2011; Markos Chandras <hwoarang@g.o> mono-basic-2.8.ebuild:
40 Stable on amd64 wrt bug #352808
41
42
43
44 1.1 dev-lang/mono-basic/mono-basic-2.10.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono-basic/mono-basic-2.10.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono-basic/mono-basic-2.10.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mono-basic-2.10.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.10.ebuild,v 1.1 2011/02/27 13:07:20 pacho Exp $
54
55 EAPI=2
56
57 inherit go-mono mono multilib
58
59 DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
60 HOMEPAGE="http://www.mono-project.com/VisualBasic.NET_support"
61
62 LICENSE="LGPL-2 MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 RESTRICT="test"