public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: mono-debugger-2.8.1.ebuild ChangeLog mono-debugger-2.8.ebuild
@ 2010-11-26 11:06 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-11-26 11:06 UTC (permalink / raw
  To: gentoo-commits

pacho       10/11/26 11:06:48

  Modified:             ChangeLog
  Added:                mono-debugger-2.8.1.ebuild
  Removed:              mono-debugger-2.8.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-util/mono-debugger/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	9 Oct 2010 20:05:25 -0000	1.42
+++ ChangeLog	26 Nov 2010 11:06:48 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/mono-debugger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.42 2010/10/09 20:05:25 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.43 2010/11/26 11:06:48 pacho Exp $
+
+*mono-debugger-2.8.1 (26 Nov 2010)
+
+  26 Nov 2010; Pacho Ramos <pacho@gentoo.org> -mono-debugger-2.8.ebuild,
+  +mono-debugger-2.8.1.ebuild:
+  Version bump, remove old.
 
 *mono-debugger-2.8 (09 Oct 2010)
 



1.1                  dev-util/mono-debugger/mono-debugger-2.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild?rev=1.1&view=markup
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

Index: mono-debugger-2.8.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

# bah, tests fail. Needs to be fixed ...
RESTRICT="test"

EAPI=2

PATCHLEVEL=1

inherit go-mono mono autotools flag-o-matic eutils

DESCRIPTION="Debugger for .NET managed and unmanaged applications"
HOMEPAGE="http://www.mono-project.com/"

LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

#Bundles jay
# Binutils is needed for libbfd
RDEPEND="!!=dev-lang/mono-2.2
	sys-devel/binutils
	dev-libs/glib:2"
DEPEND="${RDEPEND}
	!dev-lang/mercury"

src_prepare() {
	go-mono_src_prepare
	epatch "${FILESDIR}/${PN}-2.8-system-bfd.patch"
	eautoreconf
}

src_configure() {
	# Let's go for extra safety to avoid runtime errors, until
	# upstream applies it.
	append-ldflags -Wl,--no-undefined

	go-mono_src_configure \
		--disable-static
}

src_compile() {
	emake -j1 || die "Failed to build"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-26 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 11:06 [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: mono-debugger-2.8.1.ebuild ChangeLog mono-debugger-2.8.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox