public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm-bin: ChangeLog ikvm-bin-0.44.0.6.ebuild
@ 2010-12-06 14:12 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-12-06 14:12 UTC (permalink / raw
  To: gentoo-commits

pacho       10/12/06 14:12:01

  Modified:             ChangeLog
  Added:                ikvm-bin-0.44.0.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-dotnet/ikvm-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	23 Sep 2010 22:16:40 -0000	1.13
+++ ChangeLog	6 Dec 2010 14:12:01 -0000	1.14
@@ -1,6 +1,29 @@
 # ChangeLog for dev-dotnet/ikvm-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.13 2010/09/23 22:16:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.14 2010/12/06 14:12:01 pacho Exp $
+
+*ikvm-bin-0.44.0.6 (06 Dec 2010)
+
+  06 Dec 2010; Pacho Ramos <pacho@gentoo.org> +ikvm-bin-0.44.0.6.ebuild:
+  Version bump:
+  - Backported various build system improvements.
+  - Backported IKVM.Reflection ILGenerator exception table sorting bug fix
+  (when running on Mono).
+  - Backported Mono 2.8 mcs build workarounds.
+  - Backported support for boolean, byte, char and short non-final static field
+  constant attributes.
+  - Backported core assembly detection fix.
+  - Backported fix to make sure that ikvmc (and ikvmstub) can find assemblies
+  that are part of a multi assembly (shared class loader) group (if the 
+  assembly is in the same directory as the main assembly of the group).
+  - Backported fix for regression in stack trace printing of .NET (not
+  remapped) exceptions introduced in 0.44. The .NET stack trace should not be 
+  included in the message.
+  - Backported fix for ikvmc sometimes incorrectly handling
+  InternalsVisibleToAttributes in multi assembly builds.
+  - Backported fix for regression introduced with fault handlers. Exception
+  handlers inside fault handlers could be ignored.
+  - Backported fix for #3086040. Volatile stores require a memory barrier.
 
   23 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
   ikvm-bin-0.42.0.6.ebuild:



1.1                  dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.1&content-type=text/plain

Index: ikvm-bin-0.44.0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v 1.1 2010/12/06 14:12:01 pacho Exp $

inherit eutils mono multilib

MY_P=${P/-bin/}
MY_PN=${PN/-bin/}

DESCRIPTION="Java VM for .NET"
HOMEPAGE="http://www.ikvm.net/ http://weblog.ikvm.net/"
SRC_URI="http://www.frijters.net/${MY_PN}bin-${PV}.zip"
LICENSE="as-is"

SLOT="0"
S=${WORKDIR}/${MY_P}

KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/mono-1.1
		!dev-dotnet/ikvm
		app-arch/unzip"
RDEPEND="${DEPEND}"

src_install() {
	insinto /usr/$(get_libdir)/${MY_PN}
	doins bin/* || die "doins failed"

	for exe in ikvm ikvmc ikvmstub;
	do
		make_wrapper ${exe} "mono /usr/$(get_libdir)/${MY_PN}/${exe}.exe" || die
	done

	dodir /usr/$(get_libdir)/pkgconfig
	sed -e "s:@VERSION@:${PV}:" \
		-e "s:@LIBDIR@:$(get_libdir):" \
		"${FILESDIR}"/ikvm-0.36.0.5.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${MY_PN}.pc \
		|| die "sed failed"

	for dll in bin/IKVM*.dll
	do
		gacutil -i ${dll} -root "${D}"/usr/$(get_libdir) \
			-gacdir /usr/$(get_libdir) -package ${dll} || die
	done
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm-bin: ChangeLog ikvm-bin-0.44.0.6.ebuild
@ 2011-06-21 13:37 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-21 13:37 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/06/21 13:37:56

  Modified:             ChangeLog ikvm-bin-0.44.0.6.ebuild
  Log:
  x86 stable wrt bug #371163
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.15                 dev-dotnet/ikvm-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Dec 2010 14:12:01 -0000	1.14
+++ ChangeLog	21 Jun 2011 13:37:56 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/ikvm-bin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.14 2010/12/06 14:12:01 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.15 2011/06/21 13:37:56 phajdan.jr Exp $
+
+  21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  ikvm-bin-0.44.0.6.ebuild:
+  x86 stable wrt bug #371163
 
 *ikvm-bin-0.44.0.6 (06 Dec 2010)
 



1.2                  dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?r1=1.1&r2=1.2

Index: ikvm-bin-0.44.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ikvm-bin-0.44.0.6.ebuild	6 Dec 2010 14:12:01 -0000	1.1
+++ ikvm-bin-0.44.0.6.ebuild	21 Jun 2011 13:37:56 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v 1.1 2010/12/06 14:12:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v 1.2 2011/06/21 13:37:56 phajdan.jr Exp $
 
 inherit eutils mono multilib
 
@@ -15,7 +15,7 @@
 SLOT="0"
 S=${WORKDIR}/${MY_P}
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=">=dev-lang/mono-1.1






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm-bin: ChangeLog ikvm-bin-0.44.0.6.ebuild
@ 2011-06-30 14:15 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-30 14:15 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/30 14:15:02

  Modified:             ChangeLog ikvm-bin-0.44.0.6.ebuild
  Log:
  Stable on amd64 wrt bug #371163
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-dotnet/ikvm-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Jun 2011 13:37:56 -0000	1.15
+++ ChangeLog	30 Jun 2011 14:15:02 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/ikvm-bin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.15 2011/06/21 13:37:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.16 2011/06/30 14:15:02 angelos Exp $
+
+  30 Jun 2011; Christoph Mende <angelos@gentoo.org> ikvm-bin-0.44.0.6.ebuild:
+  Stable on amd64 wrt bug #371163
 
   21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   ikvm-bin-0.44.0.6.ebuild:



1.3                  dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild?r1=1.2&r2=1.3

Index: ikvm-bin-0.44.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ikvm-bin-0.44.0.6.ebuild	21 Jun 2011 13:37:56 -0000	1.2
+++ ikvm-bin-0.44.0.6.ebuild	30 Jun 2011 14:15:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v 1.2 2011/06/21 13:37:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.44.0.6.ebuild,v 1.3 2011/06/30 14:15:02 angelos Exp $
 
 inherit eutils mono multilib
 
@@ -15,7 +15,7 @@
 SLOT="0"
 S=${WORKDIR}/${MY_P}
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=dev-lang/mono-1.1






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

end of thread, other threads:[~2011-06-30 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 14:12 [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm-bin: ChangeLog ikvm-bin-0.44.0.6.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 13:37 PaweA Hajdan (phajdan.jr)
2011-06-30 14:15 Christoph Mende (angelos)

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