* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/, dev-dotnet/conemu-control-winforms/files/
@ 2016-09-19 13:16 Mikhail Pukhlikov
0 siblings, 0 replies; only message in thread
From: Mikhail Pukhlikov @ 2016-09-19 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 6da64e2cf31b4cc6ce883c0a0a5185eb52665a5a
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Sep 13 10:32:15 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 10:32:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6da64e2c
patch for CommandLineBuilder class visibility
...ld => conemu-control-winforms-1.0.0_p2016051802-r1.ebuild} | 1 +
.../files/make-CommandLineBuilder-class-public.patch | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
similarity index 95%
rename from dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
rename to dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
index df191bd..1fd1b47 100644
--- a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
+++ b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
@@ -26,6 +26,7 @@ SLOT="0"
src_prepare() {
eapply "${FILESDIR}/add-release-configuration.patch"
+ eapply "${FILESDIR}/make-CommandLineBuilder-class-public.patch"
eapply_user
}
diff --git a/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch b/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch
new file mode 100644
index 0000000..9b8bcde
--- /dev/null
+++ b/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch
@@ -0,0 +1,11 @@
+--- a/ConEmuWinForms/Util/CommandLineBuilder.cs 2016-09-13 13:25:17.000000000 +0300
++++ b/ConEmuWinForms/Util/CommandLineBuilder.cs 2016-09-13 13:26:40.771273058 +0300
+@@ -17,7 +17,7 @@
+ /// -- Functional double quotes (for example to handle spaces) are best put around both name and value
+ /// in switches like /Dname=value.
+ /// </summary>
+- internal sealed class CommandLineBuilder
++ public sealed class CommandLineBuilder
+ {
+ public static readonly string License =
+ @"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-19 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 13:16 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/, dev-dotnet/conemu-control-winforms/files/ Mikhail Pukhlikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox