* [gentoo-commits] repo/gentoo:master commit in: dev-util/monodevelop/files/
@ 2016-07-02 8:23 Heather Cynede
0 siblings, 0 replies; 2+ messages in thread
From: Heather Cynede @ 2016-07-02 8:23 UTC (permalink / raw
To: gentoo-commits
commit: fd28c0ed354df69b7c7bdecd7ff87006a9eb2dc4
Author: Heather Cynede <cynede <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 08:16:56 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 08:16:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd28c0ed
dev-util/monodevelop: add missing patches/files
Package-Manager: portage-2.3.0
.../files/6.0-aspnet-template-references-fix.patch | 20 +++
dev-util/monodevelop/files/6.0-kill-gnome.patch | 184 +++++++++++++++++++++
2 files changed, 204 insertions(+)
diff --git a/dev-util/monodevelop/files/6.0-aspnet-template-references-fix.patch b/dev-util/monodevelop/files/6.0-aspnet-template-references-fix.patch
new file mode 100644
index 0000000..9cc1f26
--- /dev/null
+++ b/dev-util/monodevelop/files/6.0-aspnet-template-references-fix.patch
@@ -0,0 +1,20 @@
+diff -u -r work.unpacked/monodevelop-6.0/src/addins/AspNet/Templates/Projects/EmptyMvcProject.xpt.xml work/monodevelop-6.0/src/addins/AspNet/Templates/Projects/EmptyMvcProject.xpt.xml
+--- work.unpacked/monodevelop-6.0/src/addins/AspNet/Templates/Projects/EmptyMvcProject.xpt.xml
++++ work/monodevelop-6.0/src/addins/AspNet/Templates/Projects/EmptyProject.xpt.xml
+@@ -27,5 +27,6 @@
+ <References>
+ <Reference type="Package" refto="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <Reference type="Package" refto="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
++ <Reference type="Package" refto="System.Web.Mvc" />
+ <Reference type="Package" refto="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <Reference type="Package" refto="System.Core" />
+diff -u -r work.unpacked/monodevelop-6.0/src/addins/AspNet/Templates/Projects/MvcProject.xpt.xml work/monodevelop-6.0/src/addins/AspNet/Templates/Projects/MvcProject.xpt.xml
+--- work.unpacked/monodevelop-6.0/src/addins/AspNet/Templates/Projects/MvcProject.xpt.xml
++++ work/monodevelop-6.0/src/addins/AspNet/Templates/Projects/MvcProject.xpt.xml
+@@ -29,5 +29,6 @@
+ <References>
+ <Reference type="Package" refto="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <Reference type="Package" refto="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
++ <Reference type="Package" refto="System.Web.Mvc" />
+ <Reference type="Package" refto="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <Reference type="Package" refto="System.Core" />
diff --git a/dev-util/monodevelop/files/6.0-kill-gnome.patch b/dev-util/monodevelop/files/6.0-kill-gnome.patch
new file mode 100644
index 0000000..c70ba24
--- /dev/null
+++ b/dev-util/monodevelop/files/6.0-kill-gnome.patch
@@ -0,0 +1,184 @@
+diff -rupN configure.in configure.in
+--- configure.in 2016-05-08 19:44:27.107588191 -0400
++++ configure.in 2016-05-08 19:47:32.570263105 -0400
+@@ -137,13 +137,6 @@ PKG_CHECK_MODULES(MONODOC, monodoc >= $M
+ AC_SUBST(MONODOC_LIBS)
+
+ dnl soft dependencies
+-PKG_CHECK_MODULES(GNOME_SHARP, gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gnome_sharp=yes], [gnome_sharp=no])
+-AC_SUBST(GNOME_SHARP_LIBS)
+-PKG_CHECK_MODULES(GNOME_VFS_SHARP, gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gnome_vfs_sharp=yes], [gnome_vfs_sharp=no])
+-AC_SUBST(GNOME_VFS_SHARP_LIBS)
+-PKG_CHECK_MODULES(GCONF_SHARP, gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gconf_sharp=yes], [gconf_sharp=no])
+-AC_SUBST(GCONF_SHARP_LIBS)
+-
+ gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
+ AC_SUBST(gtksharp_prefix)
+
+@@ -202,13 +195,4 @@ AC_ARG_ENABLE(gnomeplatform,
+ if test x$enable_gnomeplatform = xyes; then
+- if test x$gnome_sharp = xno; then
+- AC_MSG_ERROR([Cannot enable GNOME platform without gnome-sharp-2.0])
+- fi
+- if test x$gnome_vfs_sharp = xno; then
+- AC_MSG_ERROR([Cannot enable GNOME platform without gnome-vfs-sharp-2.0])
+- fi
+- if test x$gconf_sharp = xno; then
+- AC_MSG_ERROR([Cannot enable GNOME platform without gconf-sharp-2.0])
+- fi
+ platform_bindings="${platform_bindings}GNOME "
+ fi
+
+diff -rupN configure configure
+--- configure 2016-05-08 19:53:21.359551637 -0400
++++ configure 2016-05-08 19:53:29.043391220 -0400
+@@ -4116,13 +4116,4 @@
+ if test x$enable_gnomeplatform = xyes; then
+- if test x$gnome_sharp = xno; then
+- as_fn_error $? "Cannot enable GNOME platform without gnome-sharp-2.0" "$LINENO" 5
+- fi
+- if test x$gnome_vfs_sharp = xno; then
+- as_fn_error $? "Cannot enable GNOME platform without gnome-vfs-sharp-2.0" "$LINENO" 5
+- fi
+- if test x$gconf_sharp = xno; then
+- as_fn_error $? "Cannot enable GNOME platform without gconf-sharp-2.0" "$LINENO" 5
+- fi
+ platform_bindings="${platform_bindings}GNOME "
+ fi
+
+diff -rupN src/addins/GnomePlatform/GnomePlatform.cs src/addins/GnomePlatform/GnomePlatform.cs
+--- src/addins/GnomePlatform/GnomePlatform.cs 2015-07-18 18:40:15.946222126 +0200
++++ src/addins/GnomePlatform/GnomePlatform.cs 2015-07-18 19:56:35.272686234 +0200
+@@ -26,7 +26,6 @@
+ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ //
+
+-using Gnome;
+ using MonoDevelop.Ide.Desktop;
+ using System;
+ using System.Collections.Generic;
+@@ -40,44 +39,13 @@ namespace MonoDevelop.Platform
+ {
+ public class GnomePlatform : PlatformService
+ {
+- static bool useGio;
+-
+- Gnome.ThumbnailFactory thumbnailFactory = new Gnome.ThumbnailFactory (Gnome.ThumbnailSize.Normal);
+-
+ static GnomePlatform ()
+ {
+ try {
+ Gio.GetDefaultForType ("text/plain");
+- useGio = true;
+ } catch (Exception ex) {
+ Console.WriteLine (ex);
+ }
+- //apparently Gnome.Icon needs GnomeVFS initialized even when we're using GIO.
+- Gnome.Vfs.Vfs.Initialize ();
+- }
+-
+- DesktopApplication GetGnomeVfsDefaultApplication (string mimeType)
+- {
+- var app = Gnome.Vfs.Mime.GetDefaultApplication (mimeType);
+- if (app != null)
+- return (DesktopApplication) Marshal.PtrToStructure (app.Handle, typeof(DesktopApplication));
+- else
+- return null;
+- }
+-
+- IEnumerable<DesktopApplication> GetGnomeVfsApplications (string mimeType)
+- {
+- var def = GetGnomeVfsDefaultApplication (mimeType);
+- var list = new List<DesktopApplication> ();
+- var apps = Gnome.Vfs.Mime.GetAllApplications (mimeType);
+- foreach (var app in apps) {
+- var dap = (GnomeVfsApp) Marshal.PtrToStructure (app.Handle, typeof(GnomeVfsApp));
+- if (!string.IsNullOrEmpty (dap.Command) && !string.IsNullOrEmpty (dap.DisplayName) && !dap.Command.Contains ("monodevelop ")) {
+- var isDefault = def != null && def.Id == dap.Command;
+- list.Add (new GnomeDesktopApplication (dap.Command, dap.DisplayName, isDefault));
+- }
+- }
+- return list;
+ }
+
+ public override IEnumerable<DesktopApplication> GetApplications (string filename)
+@@ -88,10 +56,7 @@ namespace MonoDevelop.Platform
+
+ IEnumerable<DesktopApplication> GetApplicationsForMimeType (string mimeType)
+ {
+- if (useGio)
+- return Gio.GetAllForType (mimeType);
+- else
+- return GetGnomeVfsApplications (mimeType);
++ return Gio.GetAllForType (mimeType);
+ }
+
+ struct GnomeVfsApp {
+@@ -100,23 +65,15 @@ namespace MonoDevelop.Platform
+
+ protected override string OnGetMimeTypeDescription (string mt)
+ {
+- if (useGio)
+- return Gio.GetMimeTypeDescription (mt);
+- else
+- return Gnome.Vfs.Mime.GetDescription (mt);
++ return Gio.GetMimeTypeDescription (mt);
+ }
+
+ protected override string OnGetMimeTypeForUri (string uri)
+ {
+ if (uri == null)
+ return null;
+-
+- if (useGio) {
+- string mt = Gio.GetMimeTypeForUri (uri);
+- if (mt != null)
+- return mt;
+- }
+- return Gnome.Vfs.MimeType.GetMimeTypeForUri (ConvertFileNameToVFS (uri));
++
++ return Gio.GetMimeTypeForUri (uri);
+ }
+
+ protected override bool OnGetMimeTypeIsText (string mimeType)
+@@ -128,19 +85,9 @@ namespace MonoDevelop.Platform
+ return base.OnGetMimeTypeIsText (mimeType);
+ }
+
+-
+- public override void ShowUrl (string url)
+- {
+- Gnome.Url.Show (url);
+- }
+-
+ public override string DefaultMonospaceFont {
+ get {
+- try {
+- return (string) (new GConf.Client ().Get ("/desktop/gnome/interface/monospace_font_name"));
+- } catch (Exception) {
+- return "Monospace 11";
+- }
++ return "Monospace 11";
+ }
+ }
+
+@@ -159,18 +106,8 @@ namespace MonoDevelop.Platform
+ filename = EscapeFileName (filename);
+ if (filename == null)
+ return "gnome-fs-regular";
+-
+- string icon = null;
+- Gnome.IconLookupResultFlags result;
+- try {
+- icon = Gnome.Icon.LookupSync (IconTheme.Default, thumbnailFactory, filename, null,
+- Gnome.IconLookupFlags.None, out result);
+- } catch {}
+- if (icon != null && icon.Length > 0)
+- return icon;
+- }
++ }
+ return "gnome-fs-regular";
+-
+ }
+
+ protected override Xwt.Drawing.Image OnGetIconForFile (string filename)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/monodevelop/files/
@ 2016-10-08 18:21 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2016-10-08 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 6cac52aee40a8e81eba42254d8140445048cfb8d
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Oct 5 17:27:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 18:21:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cac52ae
dev-util/monodevelop: remove unused patches
.../monodevelop/files/5.7-downgrade_to_mvc3.patch | 47 -------
dev-util/monodevelop/files/5.9.5-kill-gnome.patch | 153 ---------------------
.../monodevelop/files/5.9.5-skip_merged_tar.patch | 11 --
.../monodevelop/files/gentoo-dotnet-issue-30.patch | 18 ---
dev-util/monodevelop/files/local-nuget-icons.patch | 31 -----
5 files changed, 260 deletions(-)
diff --git a/dev-util/monodevelop/files/5.7-downgrade_to_mvc3.patch b/dev-util/monodevelop/files/5.7-downgrade_to_mvc3.patch
deleted file mode 100644
index ba76794..00000000
--- a/dev-util/monodevelop/files/5.7-downgrade_to_mvc3.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Index: xamarin-pkg-monodevelop/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml
-===================================================================
---- xamarin-pkg-monodevelop.orig/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml 2015-01-15 19:43:29.994850405 +0000
-+++ xamarin-pkg-monodevelop/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml 2015-01-15 19:51:12.746841738 +0000
-@@ -1,13 +1,13 @@
- <ExtensionModel>
-
- <Runtime>
-- <Import assembly = "System.Web.Helpers.dll" />
-- <Import assembly = "System.Web.Mvc.dll" />
-- <Import assembly = "System.Web.Razor.dll" />
-- <Import assembly = "System.Web.WebPages.Deployment.dll" />
-- <Import assembly = "System.Web.WebPages.dll" />
-- <Import assembly = "System.Web.WebPages.Razor.dll" />
--
-+<!-- <Import assembly = "System.Web.Helpers.dll" />
-+ <Import assembly = "System.Web.Mvc.dll" />
-+ <Import assembly = "System.Web.Razor.dll" />
-+ <Import assembly = "System.Web.WebPages.Deployment.dll" />
-+ <Import assembly = "System.Web.WebPages.dll" />
-+ <Import assembly = "System.Web.WebPages.Razor.dll" /> -->
-+
- <Import file = "Html/Schemas/xhtml1-strict.xsd" />
- <Import file = "Html/Schemas/xhtml1-transitional.xsd" />
- <Import file = "Html/Schemas/xhtml1-frameset.xsd" />
-@@ -202,10 +202,10 @@
- guid="{E53F8FEA-EAE0-44A6-8774-FFD645390401}"
- type="MonoDevelop.AspNet.Projects.AspMvc3Project"
- useXBuild="true" />
-- <DotNetProjectSubtype
-+<!-- <DotNetProjectSubtype
- guid="{E3E379DF-F4C6-4180-9B81-6769533ABE47}"
- type="MonoDevelop.AspNet.Projects.AspMvc4Project"
-- useXBuild="true" />
-+ useXBuild="true" /> -->
- <DotNetProjectSubtype
- id="MonoDevelop.AspNet.Projects.AspNetAppProject"
- guid="{349C5851-65DF-11DA-9384-00065B846F21}"
-@@ -216,7 +216,7 @@
- <Extension path = "/MonoDevelop/TypeSystem/Parser">
- <Parser class = "MonoDevelop.AspNet.WebForms.WebFormsParser" mimeType="application/x-aspx, application/x-ascx, application/x-master-page" />
- <Parser class = "MonoDevelop.AspNet.Html.HtmlParser" mimeType="text/html, application/x-spark" />
-- <Parser class = "MonoDevelop.AspNet.Razor.RazorCSharpParser" mimeType="text/x-cshtml" />
-+ <Parser class = "MonoDevelop.AspNet.Razor.RazorCSharpParser" mimeType="text/x-cshtml" />
- </Extension>
-
- <Extension path = "/MonoDevelop/ProjectModel/SerializableClasses">
diff --git a/dev-util/monodevelop/files/5.9.5-kill-gnome.patch b/dev-util/monodevelop/files/5.9.5-kill-gnome.patch
deleted file mode 100644
index b9b07d1..00000000
--- a/dev-util/monodevelop/files/5.9.5-kill-gnome.patch
+++ /dev/null
@@ -1,153 +0,0 @@
-diff -rupN main.original/configure.in main/configure.in
---- main.original/configure.in 2015-07-18 14:09:27.934561734 +0200
-+++ main/configure.in 2015-07-18 14:11:02.182316682 +0200
-@@ -133,13 +133,6 @@ PKG_CHECK_MODULES(MONODOC, monodoc >= $M
- AC_SUBST(MONODOC_LIBS)
-
- dnl soft dependencies
--PKG_CHECK_MODULES(GNOME_SHARP, gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gnome_sharp=yes], [gnome_sharp=no])
--AC_SUBST(GNOME_SHARP_LIBS)
--PKG_CHECK_MODULES(GNOME_VFS_SHARP, gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gnome_vfs_sharp=yes], [gnome_vfs_sharp=no])
--AC_SUBST(GNOME_VFS_SHARP_LIBS)
--PKG_CHECK_MODULES(GCONF_SHARP, gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [gconf_sharp=yes], [gconf_sharp=no])
--AC_SUBST(GCONF_SHARP_LIBS)
--
- gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
- AC_SUBST(gtksharp_prefix)
-
-diff -rupN main.original/src/addins/GnomePlatform/GnomePlatform.cs main/src/addins/GnomePlatform/GnomePlatform.cs
---- main.original/src/addins/GnomePlatform/GnomePlatform.cs 2015-07-18 18:40:15.946222126 +0200
-+++ main/src/addins/GnomePlatform/GnomePlatform.cs 2015-07-18 19:56:35.272686234 +0200
-@@ -26,7 +26,6 @@
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
-
--using Gnome;
- using MonoDevelop.Ide.Desktop;
- using System;
- using System.Collections.Generic;
-@@ -40,44 +39,13 @@ namespace MonoDevelop.Platform
- {
- public class GnomePlatform : PlatformService
- {
-- static bool useGio;
--
-- Gnome.ThumbnailFactory thumbnailFactory = new Gnome.ThumbnailFactory (Gnome.ThumbnailSize.Normal);
--
- static GnomePlatform ()
- {
- try {
- Gio.GetDefaultForType ("text/plain");
-- useGio = true;
- } catch (Exception ex) {
- Console.WriteLine (ex);
- }
-- //apparently Gnome.Icon needs GnomeVFS initialized even when we're using GIO.
-- Gnome.Vfs.Vfs.Initialize ();
-- }
--
-- DesktopApplication GetGnomeVfsDefaultApplication (string mimeType)
-- {
-- var app = Gnome.Vfs.Mime.GetDefaultApplication (mimeType);
-- if (app != null)
-- return (DesktopApplication) Marshal.PtrToStructure (app.Handle, typeof(DesktopApplication));
-- else
-- return null;
-- }
--
-- IEnumerable<DesktopApplication> GetGnomeVfsApplications (string mimeType)
-- {
-- var def = GetGnomeVfsDefaultApplication (mimeType);
-- var list = new List<DesktopApplication> ();
-- var apps = Gnome.Vfs.Mime.GetAllApplications (mimeType);
-- foreach (var app in apps) {
-- var dap = (GnomeVfsApp) Marshal.PtrToStructure (app.Handle, typeof(GnomeVfsApp));
-- if (!string.IsNullOrEmpty (dap.Command) && !string.IsNullOrEmpty (dap.DisplayName) && !dap.Command.Contains ("monodevelop ")) {
-- var isDefault = def != null && def.Id == dap.Command;
-- list.Add (new GnomeDesktopApplication (dap.Command, dap.DisplayName, isDefault));
-- }
-- }
-- return list;
- }
-
- public override IEnumerable<DesktopApplication> GetApplications (string filename)
-@@ -88,10 +56,7 @@ namespace MonoDevelop.Platform
-
- IEnumerable<DesktopApplication> GetApplicationsForMimeType (string mimeType)
- {
-- if (useGio)
-- return Gio.GetAllForType (mimeType);
-- else
-- return GetGnomeVfsApplications (mimeType);
-+ return Gio.GetAllForType (mimeType);
- }
-
- struct GnomeVfsApp {
-@@ -100,23 +65,15 @@ namespace MonoDevelop.Platform
-
- protected override string OnGetMimeTypeDescription (string mt)
- {
-- if (useGio)
-- return Gio.GetMimeTypeDescription (mt);
-- else
-- return Gnome.Vfs.Mime.GetDescription (mt);
-+ return Gio.GetMimeTypeDescription (mt);
- }
-
- protected override string OnGetMimeTypeForUri (string uri)
- {
- if (uri == null)
- return null;
--
-- if (useGio) {
-- string mt = Gio.GetMimeTypeForUri (uri);
-- if (mt != null)
-- return mt;
-- }
-- return Gnome.Vfs.MimeType.GetMimeTypeForUri (ConvertFileNameToVFS (uri));
-+
-+ return Gio.GetMimeTypeForUri (uri);
- }
-
- protected override bool OnGetMimeTypeIsText (string mimeType)
-@@ -128,19 +85,9 @@ namespace MonoDevelop.Platform
- return base.OnGetMimeTypeIsText (mimeType);
- }
-
--
-- public override void ShowUrl (string url)
-- {
-- Gnome.Url.Show (url);
-- }
--
- public override string DefaultMonospaceFont {
- get {
-- try {
-- return (string) (new GConf.Client ().Get ("/desktop/gnome/interface/monospace_font_name"));
-- } catch (Exception) {
-- return "Monospace 11";
-- }
-+ return "Monospace 11";
- }
- }
-
-@@ -159,18 +106,8 @@ namespace MonoDevelop.Platform
- filename = EscapeFileName (filename);
- if (filename == null)
- return "gnome-fs-regular";
--
-- string icon = null;
-- Gnome.IconLookupResultFlags result;
-- try {
-- icon = Gnome.Icon.LookupSync (IconTheme.Default, thumbnailFactory, filename, null,
-- Gnome.IconLookupFlags.None, out result);
-- } catch {}
-- if (icon != null && icon.Length > 0)
-- return icon;
-- }
-+ }
- return "gnome-fs-regular";
--
- }
-
- protected override Xwt.Drawing.Image OnGetIconForFile (string filename)
diff --git a/dev-util/monodevelop/files/5.9.5-skip_merged_tar.patch b/dev-util/monodevelop/files/5.9.5-skip_merged_tar.patch
deleted file mode 100644
index 4f00947..00000000
--- a/dev-util/monodevelop/files/5.9.5-skip_merged_tar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- monodevelop-5.9.5.5.orig/Makefile 2015-07-18 18:40:15.414229154 +0200
-+++ monodevelop-5.9.5.5/Makefile 2015-07-18 19:39:03.782576863 +0200
-@@ -87,8 +87,6 @@ dist: update_submodules remove-stale-tar
- -name \*.dll -o \
- -name \*.mdb \) \
- -delete
-- @cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION)
-- @cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION)
-
- aot:
- @for i in main/build/bin/*.dll; do ($(MONO_AOT) $$i &> /dev/null && echo AOT successful: $$i) || (echo AOT failed: $$i); done
diff --git a/dev-util/monodevelop/files/gentoo-dotnet-issue-30.patch b/dev-util/monodevelop/files/gentoo-dotnet-issue-30.patch
deleted file mode 100644
index 63ae0ea..00000000
--- a/dev-util/monodevelop/files/gentoo-dotnet-issue-30.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- work.orig/monodevelop-5.7/external/ikvm/reflect/IKVM.Reflection.csproj 2015-03-05 15:53:11.019394980 +0300
-+++ work/monodevelop-5.7/external/ikvm/reflect/IKVM.Reflection.csproj 2015-03-05 16:09:18.814671809 +0300
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-@@ -10,7 +10,7 @@
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>IKVM.Reflection</RootNamespace>
- <AssemblyName>IKVM.Reflection</AssemblyName>
-- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkSubset>
- </TargetFrameworkSubset>
diff --git a/dev-util/monodevelop/files/local-nuget-icons.patch b/dev-util/monodevelop/files/local-nuget-icons.patch
deleted file mode 100644
index 561e50f..00000000
--- a/dev-util/monodevelop/files/local-nuget-icons.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/ImageLoader.cs
-+++ b/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/ImageLoader.cs
-@@ -91,8 +91,7 @@ namespace MonoDevelop.PackageManagement
- ImageLoadedEventArgs LoadImage (Uri uri, object state)
- {
- try {
-- var httpClient = new HttpClient (uri);
-- Stream stream = httpClient.GetResponse ().GetResponseStream ();
-+ Stream stream = GetResponseStream (uri);
- Image image = Image.FromStream (stream);
-
- return new ImageLoadedEventArgs (image, uri, state);
-@@ -101,6 +100,17 @@ namespace MonoDevelop.PackageManagement
- }
- }
-
-+ static Stream GetResponseStream (Uri uri)
-+ {
-+ if (uri.IsFile) {
-+ var request = WebRequest.Create (uri);
-+ return request.GetResponse ().GetResponseStream ();
-+ }
-+
-+ var httpClient = new HttpClient (uri);
-+ return httpClient.GetResponse ().GetResponseStream ();
-+ }
-+
- void OnLoaded (ITask<ImageLoadedEventArgs> task, Uri uri, object state)
- {
- if (task.IsFaulted) {
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-08 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 18:21 [gentoo-commits] repo/gentoo:master commit in: dev-util/monodevelop/files/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2016-07-02 8:23 Heather Cynede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox