commit:     b72f9112c6bab2cc94002a4acb1e8c591b35c1dc
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul  6 07:42:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 08:16:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72f9112

media-libs/aubio: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../aubio-0.4.9-remove-universal-newlines.patch    | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/media-libs/aubio/files/aubio-0.4.9-remove-universal-newlines.patch 
b/media-libs/aubio/files/aubio-0.4.9-remove-universal-newlines.patch
deleted file mode 100644
index 304dae7afc5b..000000000000
--- a/media-libs/aubio/files/aubio-0.4.9-remove-universal-newlines.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- aubio-0.4.9/waflib/ConfigSet.py    2023-03-07 16:02:26.109510883 -0500
-+++ aubio-0.4.9/waflib/ConfigSet.py    2023-03-07 16:05:12.892415156 -0500
-@@ -146,7 +146,7 @@ class ConfigSet(object):
-               Utils.writef(filename,''.join(buf))
-       def load(self,filename):
-               tbl=self.table
--              code=Utils.readf(filename,m='rU')
-+              code=Utils.readf(filename,m='r')
-               for m in re_imp.finditer(code):
-                       g=m.group
-                       tbl[g(2)]=eval(g(3))
---- aubio-0.4.9/waflib/Context.py      2023-03-07 16:02:26.109510883 -0500
-+++ aubio-0.4.9/waflib/Context.py      2023-03-07 16:05:20.764245554 -0500
-@@ -106,7 +106,7 @@ class Context(ctx):
-                               cache[node]=True
-                               self.pre_recurse(node)
-                               try:
--                                      function_code=node.read('rU',encoding)
-+                                      function_code=node.read('r',encoding)
-                                       
exec(compile(function_code,node.abspath(),'exec'),self.exec_dict)
-                               finally:
-                                       self.post_recurse(node)
-@@ -346,7 +346,7 @@ def load_module(path,encoding=None):
-               pass
-       module=imp.new_module(WSCRIPT_FILE)
-       try:
--              code=Utils.readf(path,m='rU',encoding=encoding)
-+              code=Utils.readf(path,m='r',encoding=encoding)
-       except EnvironmentError:
-               raise Errors.WafError('Could not read the file %r'%path)
-       module_dir=os.path.dirname(path)

Reply via email to