public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/mono-tools: mono-tools-2.10.ebuild ChangeLog
@ 2012-02-16 12:15 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2012-02-16 12:15 UTC (permalink / raw
  To: gentoo-commits

pacho       12/02/16 12:15:32

  Modified:             mono-tools-2.10.ebuild ChangeLog
  Log:
  Fix build with new automake, bug #398971 by Juergen Rose and Rolf S. Arvidson. Default to webkit instead of xulrunner as latest one is deprecated.
  
  (Portage version: 2.1.10.46/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/mono-tools/mono-tools-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?r1=1.4&r2=1.5

Index: mono-tools-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mono-tools-2.10.ebuild	11 May 2011 19:30:27 -0000	1.4
+++ mono-tools-2.10.ebuild	16 Feb 2012 12:15:32 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.4 2011/05/11 19:30:27 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.5 2012/02/16 12:15:32 pacho Exp $
 
-EAPI=2
+EAPI="4"
 
 inherit go-mono mono autotools
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2 MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="webkit gtkhtml +xulrunner"
+IUSE="+webkit gtkhtml xulrunner"
 
 RDEPEND="=virtual/monodoc-${GO_MONO_REL_PV}*
 	>=dev-dotnet/gtk-sharp-2.12.6:2
@@ -26,7 +26,8 @@
 	sys-devel/gettext
 	>=dev-util/pkgconfig-0.19"
 
-PATCHES=( "${FILESDIR}/${PN}-2.8-html-renderer-fixes.patch" )
+PATCHES=( "${FILESDIR}/${PN}-2.8-html-renderer-fixes.patch"
+		"${FILESDIR}/${PN}-2.10-autoconf.patch" )
 
 #Fails parallel make.
 MAKEOPTS="${MAKEOPTS} -j1"
@@ -42,7 +43,7 @@
 	go-mono_src_prepare
 
 	# Stop getting ACLOCAL_FLAGS command not found problem like bug #298813
-	sed -i -e '/ACLOCAL_FLAGS/d' Makefile.am
+	sed -i -e '/ACLOCAL_FLAGS/d' Makefile.am || die
 
 	eautoreconf
 }
@@ -52,6 +53,5 @@
 		--disable-gecko \
 		$(use_enable gtkhtml) \
 		$(use_enable webkit) \
-		$(use_enable xulrunner monowebbrowser) \
-		|| die "configure failed"
+		$(use_enable xulrunner monowebbrowser)
 }



1.85                 dev-util/mono-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	8 Jul 2011 10:02:58 -0000	1.84
+++ ChangeLog	16 Feb 2012 12:15:32 -0000	1.85
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/mono-tools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.84 2011/07/08 10:02:58 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.85 2012/02/16 12:15:32 pacho Exp $
+
+  16 Feb 2012; Pacho Ramos <pacho@gentoo.org>
+  +files/mono-tools-2.10-autoconf.patch, mono-tools-2.10.ebuild:
+  Fix build with new automake, bug #398971 by Juergen Rose and Rolf S. Arvidson.
+  Default to webkit instead of xulrunner as latest one is deprecated.
 
   08 Jul 2011; Pacho Ramos <pacho@gentoo.org>
   -files/mono-tools-2.4-html-renderer-fixes.patch, -mono-tools-2.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/mono-tools: mono-tools-2.10.ebuild ChangeLog
@ 2012-03-10 20:55 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2012-03-10 20:55 UTC (permalink / raw
  To: gentoo-commits

pacho       12/03/10 20:55:38

  Modified:             mono-tools-2.10.ebuild ChangeLog
  Log:
  Drop dependency on gluezilla as it will be dropped, bug 363205.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/mono-tools/mono-tools-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?r1=1.5&r2=1.6

Index: mono-tools-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mono-tools-2.10.ebuild	16 Feb 2012 12:15:32 -0000	1.5
+++ mono-tools-2.10.ebuild	10 Mar 2012 20:55:38 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.5 2012/02/16 12:15:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.6 2012/03/10 20:55:38 pacho Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2 MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="+webkit gtkhtml xulrunner"
+IUSE="+webkit gtkhtml"
 
 RDEPEND="=virtual/monodoc-${GO_MONO_REL_PV}*
 	>=dev-dotnet/gtk-sharp-2.12.6:2
@@ -20,7 +20,6 @@
 	>=dev-dotnet/gconf-sharp-2:2
 	gtkhtml? ( >=dev-dotnet/gtkhtml-sharp-2.24.0:2 )
 	webkit? ( >=dev-dotnet/webkit-sharp-0.2-r1 )
-	xulrunner? ( >=dev-dotnet/gluezilla-2.6 )
 	"
 DEPEND="${RDEPEND}
 	sys-devel/gettext
@@ -33,9 +32,9 @@
 MAKEOPTS="${MAKEOPTS} -j1"
 
 pkg_setup() {
-	if ! use webkit && ! use gtkhtml && ! use xulrunner
+	if ! use webkit && ! use gtkhtml
 	then
-		die "You must USE either webkit, gtkhtml or xulrunner"
+		die "You must USE either webkit or gtkhtml"
 	fi
 }
 
@@ -53,5 +52,5 @@
 		--disable-gecko \
 		$(use_enable gtkhtml) \
 		$(use_enable webkit) \
-		$(use_enable xulrunner monowebbrowser)
+		--disable-monowebbrowser
 }



1.86                 dev-util/mono-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	16 Feb 2012 12:15:32 -0000	1.85
+++ ChangeLog	10 Mar 2012 20:55:38 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/mono-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.85 2012/02/16 12:15:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.86 2012/03/10 20:55:38 pacho Exp $
+
+  10 Mar 2012; Pacho Ramos <pacho@gentoo.org> mono-tools-2.10.ebuild:
+  Drop dependency on gluezilla as it will be dropped, bug 363205.
 
   16 Feb 2012; Pacho Ramos <pacho@gentoo.org>
   +files/mono-tools-2.10-autoconf.patch, mono-tools-2.10.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/mono-tools: mono-tools-2.10.ebuild ChangeLog
@ 2014-01-19 21:21 Dion Moult (moult)
  0 siblings, 0 replies; 3+ messages in thread
From: Dion Moult (moult) @ 2014-01-19 21:21 UTC (permalink / raw
  To: gentoo-commits

moult       14/01/19 21:21:02

  Modified:             mono-tools-2.10.ebuild ChangeLog
  Log:
  Change virtual/monodoc dep to dev-lang/mono as former is treecleaned (bug 471180)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-util/mono-tools/mono-tools-2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild?r1=1.7&r2=1.8

Index: mono-tools-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mono-tools-2.10.ebuild	4 May 2012 17:51:44 -0000	1.7
+++ mono-tools-2.10.ebuild	19 Jan 2014 21:21:02 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.7 2012/05/04 17:51:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.10.ebuild,v 1.8 2014/01/19 21:21:02 moult Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE="+webkit gtkhtml"
 
-RDEPEND="=virtual/monodoc-${GO_MONO_REL_PV}*
+RDEPEND="=dev-lang/mono-${GO_MONO_REL_PV}*
 	>=dev-dotnet/gtk-sharp-2.12.6:2
 	>=dev-dotnet/glade-sharp-2.12.6:2
 	>=dev-dotnet/gconf-sharp-2:2



1.89                 dev-util/mono-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	8 May 2012 00:57:21 -0000	1.88
+++ ChangeLog	19 Jan 2014 21:21:02 -0000	1.89
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/mono-tools
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.88 2012/05/08 00:57:21 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.89 2014/01/19 21:21:02 moult Exp $
+
+  19 Jan 2014; Dion Moult <moult@gentoo.org> mono-tools-2.10.ebuild:
+  Change virtual/monodoc dep to dev-lang/mono as former is treecleaned (bug
+  471180)
 
   08 May 2012; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   webkit is now global wrt #285743
@@ -397,4 +401,3 @@
   +mono-tools-1.1.9.ebuild:
   First commit. Includes the GUI browser previously found in the monodoc
   package, plus a few other programs.
-





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

end of thread, other threads:[~2014-01-19 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 12:15 [gentoo-commits] gentoo-x86 commit in dev-util/mono-tools: mono-tools-2.10.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-10 20:55 Pacho Ramos (pacho)
2014-01-19 21:21 Dion Moult (moult)

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