summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-16 19:06:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-20 17:11:25 +0100
commit440056215f885b8a1041f471f284a98ac43eb68a (patch)
treeae8d38c03e1cd37c05373bed7533aa89eb6b08ce /dev-ruby
parentnet-im/slack: restore 4.12.2 (diff)
downloadgentoo-440056215f885b8a1041f471f284a98ac43eb68a.tar.gz
gentoo-440056215f885b8a1041f471f284a98ac43eb68a.tar.bz2
gentoo-440056215f885b8a1041f471f284a98ac43eb68a.zip
dev-ruby/asciimath: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/19961 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch b/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch
deleted file mode 100644
index 9bf08ce34046..000000000000
--- a/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 1c06fdc8086077f4785479f78b0823a4a72d7948 Mon Sep 17 00:00:00 2001
-From: Pepijn Van Eeckhoudt <pepijn@vaneeckhoudt.net>
-Date: Thu, 12 May 2016 18:02:45 +0200
-Subject: [PATCH] Remove spurious backslashes
-
----
- spec/parser_spec.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb
-index def78e0..3fa5a75 100644
---- a/spec/parser_spec.rb
-+++ b/spec/parser_spec.rb
-@@ -45,7 +45,7 @@
- '"Скорость"=("Расстояние")/("Время")' =>
- '<math><mtext>Скорость</mtext><mo>=</mo><mfrac><mtext>Расстояние</mtext><mtext>Время</mtext></mfrac></math>',
- 'bb (a + b) + cc c = fr (d^n)' =>
-- '<math><mstyle mathvariant=\"bold\"><mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow></mstyle><mo>+</mo><mstyle mathvariant=\"script\"><mi>c</mi></mstyle><mo>=</mo><mstyle mathvariant=\"fraktur\"><msup><mi>d</mi><mi>n</mi></msup></mstyle></math>'
-+ '<math><mstyle mathvariant="bold"><mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow></mstyle><mo>+</mo><mstyle mathvariant="script"><mi>c</mi></mstyle><mo>=</mo><mstyle mathvariant="fraktur"><msup><mi>d</mi><mi>n</mi></msup></mstyle></math>'
- }
-
- version = RUBY_VERSION.split('.').map { |s| s.to_i }