[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2021-10-29 Thread Conrad Kostecki
commit: 53346a6ad63a1cfd7d526d130a9e6afae4138c29
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Oct 18 17:25:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53346a6a

dev-ruby/launchy: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/22626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/launchy-2.4.2-drop-failing-test.patch| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
deleted file mode 100644
index 00a0d4bf27e..000
--- a/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
- ENV.delete( 'BROWSER' )
-   end
- 
--  { 'windows' => 'start "launchy" /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start "launchy" /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/files/

2016-10-31 Thread Patrice Clement
commit: 9abe53391ea4f24219ac50e80ae68f0dd18e05f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:18:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 11:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abe5339

dev-ruby/launchy: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2416

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/launchy-2.3.0-drop-failing-test.patch| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch 
b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
deleted file mode 100644
index 3304a0a..
--- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
-index 8cfa8e7..3886ce3 100644
 a/spec/applications/browser_spec.rb
-+++ b/spec/applications/browser_spec.rb
-@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do
- ENV.delete( 'KDE_FULL_SESSION' )
-   end
- 
--  { 'windows' => 'start /b' ,
--'darwin'  => '/usr/bin/open',
--'cygwin'  => 'cmd /C start /b',
--
--# when running these tests on a linux box, this test will fail
--'linux'   => nil }.each  do |host_os, cmdline|
--it "when host_os is '#{host_os}' the appropriate 'app_list' method is 
called" do
--  Launchy.host_os = host_os
--  browser = Launchy::Application::Browser.new
--  browser.app_list.first.must_equal cmdline
--end
--  end
--
-   %w[ linux windows darwin cygwin ].each do |host_os|
- it "the BROWSER environment variable overrides any host defaults on 
'#{host_os}'" do
-   ENV['BROWSER'] = "my_special_browser --new-tab '%s'"