Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: ChangeLog mono-debugger-2.4.2.ebuild mono-debugger-2.4.2_rc1.ebuild
Date: Tue, 30 Jun 2009 06:01:47
Message-Id: E1MLWPZ-0005YD-VS@stork.gentoo.org
1 loki_val 09/06/30 06:01:45
2
3 Modified: ChangeLog
4 Added: mono-debugger-2.4.2.ebuild
5 Removed: mono-debugger-2.4.2_rc1.ebuild
6 Log:
7 Bump to 2.4.2
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 dev-util/mono-debugger/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 22 Jun 2009 22:46:24 -0000 1.30
24 +++ ChangeLog 30 Jun 2009 06:01:45 -0000 1.31
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/mono-debugger
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.30 2009/06/22 22:46:24 loki_val Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.31 2009/06/30 06:01:45 loki_val Exp $
30 +
31 +*mono-debugger-2.4.2 (30 Jun 2009)
32 +
33 + 30 Jun 2009; Peter Alfredsen <loki_val@g.o>
34 + -mono-debugger-2.4.2_rc1.ebuild, +mono-debugger-2.4.2.ebuild:
35 + Bump to 2.4.2
36
37 *mono-debugger-2.4.2_rc1 (22 Jun 2009)
38
39
40
41
42 1.1 dev-util/mono-debugger/mono-debugger-2.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mono-debugger-2.4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2.ebuild,v 1.1 2009/06/30 06:01:45 loki_val Exp $
52
53 EAPI=2
54
55 inherit go-mono mono
56
57 DESCRIPTION="Debugger for .NET managed and unmanaged applications"
58 HOMEPAGE="http://www.go-mono.com"
59
60 LICENSE="GPL-2 MIT"
61 SLOT="0"
62 KEYWORDS="-* ~x86 ~amd64"
63 IUSE=""
64
65 RDEPEND="!!=dev-lang/mono-2.2
66 sys-libs/readline
67 dev-libs/glib:2"
68 DEPEND="${RDEPEND}
69 !dev-lang/mercury"
70
71 RESTRICT="test"