commit: 528ba58a5a77db2a1adeacbca7602bcb0c2d345f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 15 13:01:10 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 16:39:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528ba58a
dev-vcs/mercurial: remove unused patches Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16254 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> .../mercurial/files/mercurial-3.0.1-po_fixes.patch | 40 ---------------------- .../files/mercurial-4.8.1-unbundle_zstd.patch | 15 -------- 2 files changed, 55 deletions(-) diff --git a/dev-vcs/mercurial/files/mercurial-3.0.1-po_fixes.patch b/dev-vcs/mercurial/files/mercurial-3.0.1-po_fixes.patch deleted file mode 100644 index a48932ee9fe..00000000000 --- a/dev-vcs/mercurial/files/mercurial-3.0.1-po_fixes.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- mercurial-3.0.1/i18n/el.po -+++ mercurial-3.0.1/i18n/el.po -@@ -11,6 +11,7 @@ - "PO-Revision-Date: 2009-12-02 03:23+0200\n" - "Last-Translator: <[email protected]>\n" - "Language-Team: Greek\n" -+"Language: el\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" ---- mercurial-3.0.1/i18n/fr.po -+++ mercurial-3.0.1/i18n/fr.po -@@ -90,6 +90,7 @@ - "PO-Revision-Date: 2009-10-25 12:43+0100\n" - "Last-Translator: Cedric Duval <[email protected]>\n" - "Language-Team: French\n" -+"Language: fr\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" ---- mercurial-3.0.1/i18n/ro.po -+++ mercurial-3.0.1/i18n/ro.po -@@ -110,6 +110,7 @@ - "PO-Revision-Date: 2011-06-08 17:00+0200\n" - "Last-Translator: Daniel Dumitriu <[email protected]>\n" - "Language-Team: Romanian <>\n" -+"Language: ro\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" ---- mercurial-3.0.1/i18n/zh_CN.po -+++ mercurial-3.0.1/i18n/zh_CN.po -@@ -51,6 +51,7 @@ - "PO-Revision-Date: 2009-03-31 20:38+0200\n" - "Last-Translator: Dongsheng Song <[email protected]>\n" - "Language-Team: Chinese translation team <[email protected]>\n" -+"Language: zh_CN\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" diff --git a/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch b/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch deleted file mode 100644 index 075645b2845..00000000000 --- a/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- mercurial-4.8.1/setup.py -+++ mercurial-4.8.1/setup.py -@@ -983,12 +983,6 @@ - ['hgext/fsmonitor/pywatchman/bser.c']), - ] - --sys.path.insert(0, 'contrib/python-zstandard') --import setup_zstd --extmodules.append(setup_zstd.get_c_extension( -- name='mercurial.zstd', -- root=os.path.abspath(os.path.dirname(__file__)))) -- - try: - from distutils import cygwinccompiler -
