commit:     11237483ea3ab5d7c2c4269213553009daef6db0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 24 17:28:55 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 03:33:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11237483

app-i18n/translate-shell: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11814
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 ...anslate-shell-0.9.6.6-remove-online-tests.patch | 42 ---------------------
 ...anslate-shell-0.9.6.7-remove-online-tests.patch | 44 ----------------------
 2 files changed, 86 deletions(-)

diff --git 
a/app-i18n/translate-shell/files/translate-shell-0.9.6.6-remove-online-tests.patch
 
b/app-i18n/translate-shell/files/translate-shell-0.9.6.6-remove-online-tests.patch
deleted file mode 100644
index 2eaf607b4bc..00000000000
--- 
a/app-i18n/translate-shell/files/translate-shell-0.9.6.6-remove-online-tests.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff --git a/Makefile b/Makefile
-index acc96e0..622e136 100644
---- a/Makefile
-+++ b/Makefile
-@@ -27,8 +27,6 @@ test: build
- 
- check: test
-       $(BUILDDIR)/$(COMMAND) -V
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b 忍者`" = 'Ninja' ] &&\
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b 'hello world'`" = 'hello 
world' ]
- 
- install: build
-       @mkdir -p $(DESTDIR)$(PREFIX)/bin &&\
-diff --git a/test/TestUtils.awk b/test/TestUtils.awk
-index 08bb2e9..3465327 100644
---- a/test/TestUtils.awk
-+++ b/test/TestUtils.awk
-@@ -30,24 +30,6 @@ BEGIN {
-         assertTrue(newerVersion("2", "1.9.9999"))
-     }
- 
--    T("curl()", 1)
--    {
--        delete tokens; delete ast
--        tokenize(tokens, curl("https://httpbin.org/get";))
--        parseJson(ast, tokens)
--        assertEqual(unparameterize(ast[0 SUBSEP "url"]),
--                    "https://httpbin.org/get";)
--    }
--
--    T("curlPost()", 1)
--    {
--        delete tokens; delete ast
--        tokenize(tokens, curlPost("https://httpbin.org/post";, "fizz=buzz"))
--        parseJson(ast, tokens)
--        assertEqual(unparameterize(ast[0 SUBSEP "url"]),
--                    "https://httpbin.org/post";)
--    }
--
-     T("dump()", 3)
-     {
-         delete group

diff --git 
a/app-i18n/translate-shell/files/translate-shell-0.9.6.7-remove-online-tests.patch
 
b/app-i18n/translate-shell/files/translate-shell-0.9.6.7-remove-online-tests.patch
deleted file mode 100644
index f68fec1fdae..00000000000
--- 
a/app-i18n/translate-shell/files/translate-shell-0.9.6.7-remove-online-tests.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff --git a/Makefile b/Makefile
-index bb932fc..622e136 100644
---- a/Makefile
-+++ b/Makefile
-@@ -27,10 +27,6 @@ test: build
- 
- check: test
-       $(BUILDDIR)/$(COMMAND) -V
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b 忍者`" = 'Ninja' ] &&\
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e bing 忍者`" = 'Ninja' ] &&\
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e yandex 忍者`" = 'Ninja' ] &&\
--      [ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e deepl Ninja`" = 'Ninja' ]
- 
- install: build
-       @mkdir -p $(DESTDIR)$(PREFIX)/bin &&\
-diff --git a/test/TestUtils.awk b/test/TestUtils.awk
-index 08bb2e9..3465327 100644
---- a/test/TestUtils.awk
-+++ b/test/TestUtils.awk
-@@ -30,24 +30,6 @@ BEGIN {
-         assertTrue(newerVersion("2", "1.9.9999"))
-     }
- 
--    T("curl()", 1)
--    {
--        delete tokens; delete ast
--        tokenize(tokens, curl("https://httpbin.org/get";))
--        parseJson(ast, tokens)
--        assertEqual(unparameterize(ast[0 SUBSEP "url"]),
--                    "https://httpbin.org/get";)
--    }
--
--    T("curlPost()", 1)
--    {
--        delete tokens; delete ast
--        tokenize(tokens, curlPost("https://httpbin.org/post";, "fizz=buzz"))
--        parseJson(ast, tokens)
--        assertEqual(unparameterize(ast[0 SUBSEP "url"]),
--                    "https://httpbin.org/post";)
--    }
--
-     T("dump()", 3)
-     {
-         delete group

Reply via email to