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-debugger: mono-debugger-2.8.1.ebuild ChangeLog mono-debugger-2.8.ebuild
Date: Fri, 26 Nov 2010 11:07:11
Message-Id: 20101126110648.98D8F20051@flycatcher.gentoo.org
1 pacho 10/11/26 11:06:48
2
3 Modified: ChangeLog
4 Added: mono-debugger-2.8.1.ebuild
5 Removed: mono-debugger-2.8.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.1.9.24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.43 dev-util/mono-debugger/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.43&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.43&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?r1=1.42&r2=1.43
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v
21 retrieving revision 1.42
22 retrieving revision 1.43
23 diff -u -r1.42 -r1.43
24 --- ChangeLog 9 Oct 2010 20:05:25 -0000 1.42
25 +++ ChangeLog 26 Nov 2010 11:06:48 -0000 1.43
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/mono-debugger
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.42 2010/10/09 20:05:25 ali_bush Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.43 2010/11/26 11:06:48 pacho Exp $
31 +
32 +*mono-debugger-2.8.1 (26 Nov 2010)
33 +
34 + 26 Nov 2010; Pacho Ramos <pacho@g.o> -mono-debugger-2.8.ebuild,
35 + +mono-debugger-2.8.1.ebuild:
36 + Version bump, remove old.
37
38 *mono-debugger-2.8 (09 Oct 2010)
39
40
41
42
43 1.1 dev-util/mono-debugger/mono-debugger-2.8.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mono-debugger-2.8.1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild,v 1.1 2010/11/26 11:06:48 pacho Exp $
53
54 # bah, tests fail. Needs to be fixed ...
55 RESTRICT="test"
56
57 EAPI=2
58
59 PATCHLEVEL=1
60
61 inherit go-mono mono autotools flag-o-matic eutils
62
63 DESCRIPTION="Debugger for .NET managed and unmanaged applications"
64 HOMEPAGE="http://www.mono-project.com/"
65
66 LICENSE="GPL-2 MIT"
67 SLOT="0"
68 KEYWORDS="-* ~amd64 ~x86"
69 IUSE=""
70
71 #Bundles jay
72 # Binutils is needed for libbfd
73 RDEPEND="!!=dev-lang/mono-2.2
74 sys-devel/binutils
75 dev-libs/glib:2"
76 DEPEND="${RDEPEND}
77 !dev-lang/mercury"
78
79 src_prepare() {
80 go-mono_src_prepare
81 epatch "${FILESDIR}/${PN}-2.8-system-bfd.patch"
82 eautoreconf
83 }
84
85 src_configure() {
86 # Let's go for extra safety to avoid runtime errors, until
87 # upstream applies it.
88 append-ldflags -Wl,--no-undefined
89
90 go-mono_src_configure \
91 --disable-static
92 }
93
94 src_compile() {
95 emake -j1 || die "Failed to build"
96 }