public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: ChangeLog mono-debugger-2.4.2-r1.ebuild
@ 2009-07-27 22:16 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-27 22:16 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/27 22:16:02

  Modified:             ChangeLog
  Added:                mono-debugger-2.4.2-r1.ebuild
  Log:
  Add patched version of mono-debugger that works with splitdebug (and uses system libraries). Closes bugs #276435, #276437, #276438.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	4 Jul 2009 10:29:33 -0000	1.32
+++ ChangeLog	27 Jul 2009 22:16:02 -0000	1.33
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/mono-debugger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.32 2009/07/04 10:29:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.33 2009/07/27 22:16:02 flameeyes Exp $
+
+*mono-debugger-2.4.2-r1 (27 Jul 2009)
+
+  27 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  +mono-debugger-2.4.2-r1.ebuild:
+  Add patched version of mono-debugger that works with splitdebug (and uses
+  system libraries). Closes bugs #276435, #276437, #276438.
 
   04 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   mono-debugger-2.4.2.ebuild:



1.1                  dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: mono-debugger-2.4.2-r1.ebuild
===================================================================
# Copyright 1999-2009 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.4.2-r1.ebuild,v 1.1 2009/07/27 22:16:02 flameeyes Exp $

EAPI=2

PATCHLEVEL=1

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

DESCRIPTION="Debugger for .NET managed and unmanaged applications"
HOMEPAGE="http://www.go-mono.com"
SRC_URI="${SRC_URI}
	mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2"

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

# Binutils is needed for libbfd
RDEPEND="!!=dev-lang/mono-2.2
	|| ( sys-freebsd/freebsd-lib >=dev-libs/libedit-20090111 )
	sys-devel/binutils
	dev-libs/glib:2"
DEPEND="${RDEPEND}
	!dev-lang/mercury"

src_prepare() {
	go-mono_src_prepare

	epatch "${WORKDIR}/${P}-patches-${PATCHLEVEL}"/*

	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 \
		--with-system-libbfd \
		--with-system-libedit \
		--disable-static
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: ChangeLog mono-debugger-2.4.2-r1.ebuild
@ 2010-02-05  9:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-02-05  9:52 UTC (permalink / raw
  To: gentoo-commits

aballier    10/02/05 09:52:14

  Modified:             ChangeLog mono-debugger-2.4.2-r1.ebuild
  Log:
  libedit is not in freebsd-lib
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	2 Sep 2009 17:07:46 -0000	1.35
+++ ChangeLog	5 Feb 2010 09:52:13 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/mono-debugger
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.35 2009/09/02 17:07:46 loki_val Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.36 2010/02/05 09:52:13 aballier Exp $
+
+  05 Feb 2010; Alexis Ballier <aballier@gentoo.org>
+  mono-debugger-2.4.2-r1.ebuild:
+  libedit is not in freebsd-lib
 
   02 Sep 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
   Maintainer inactive, hasn't touched the package since early 2008. Herd



1.2                  dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild?r1=1.1&r2=1.2

Index: mono-debugger-2.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-debugger-2.4.2-r1.ebuild	27 Jul 2009 22:16:02 -0000	1.1
+++ mono-debugger-2.4.2-r1.ebuild	5 Feb 2010 09:52:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.4.2-r1.ebuild,v 1.1 2009/07/27 22:16:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2-r1.ebuild,v 1.2 2010/02/05 09:52:13 aballier Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 # Binutils is needed for libbfd
 RDEPEND="!!=dev-lang/mono-2.2
-	|| ( sys-freebsd/freebsd-lib >=dev-libs/libedit-20090111 )
+	>=dev-libs/libedit-20090111
 	sys-devel/binutils
 	dev-libs/glib:2"
 DEPEND="${RDEPEND}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-05  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05  9:52 [gentoo-commits] gentoo-x86 commit in dev-util/mono-debugger: ChangeLog mono-debugger-2.4.2-r1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-27 22:16 Diego Petteno (flameeyes)

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