commit: 84df09d67d5aff5523ce8caac309e76e51a2ac60 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Nov 3 20:29:32 2020 +0000 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org> CommitDate: Wed Nov 4 19:29:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84df09d6
app-backup/duplicity: remove unused patches Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18122 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org> .../files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 ---------------------- .../files/duplicity-0.8.13-fix-docs-cmd.patch | 29 ---------------------- 2 files changed, 58 deletions(-) diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch deleted file mode 100644 index 89cd583e6bf..00000000000 --- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- duplicity-0.8.12.1612/setup.py 2020-05-07 12:07:21.571865871 -0400 -+++ duplicity-0.8.12.1612/setup.py 2020-05-07 12:08:29.617846122 -0400 -@@ -88,18 +88,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % version_string, -- [ -- u'AUTHORS', -- u'CHANGELOG', -- u'Changelog.GNU', -- u'COPYING', -- u'README', -- u'README-LOG', -- u'README-REPO', -- u'README-TESTING', -- ], -- ), - ] - - if not os.environ.get(u'READTHEDOCS') == u'True': -@@ -265,7 +253,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BSCommand, - u"install": InstallCommand, - u"test": TestCommand, - }, diff --git a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch deleted file mode 100644 index 23b31e23fc0..00000000000 --- a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- duplicity-0.8.13/setup.py 2020-06-02 16:19:25.127576334 -0400 -+++ duplicity-0.8.13/setup.py 2020-06-02 16:20:33.730535892 -0400 -@@ -89,18 +89,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % Version, -- [ -- u'AUTHORS', -- u'CHANGELOG', -- u'Changelog.GNU', -- u'COPYING', -- u'README', -- u'README-LOG', -- u'README-REPO', -- u'README-TESTING', -- ], -- ), - ] - - if not os.environ.get(u'READTHEDOCS') == u'True': -@@ -319,7 +307,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BSCommand, - u"install": InstallCommand, - u"sdist": SdistCommand, - u"test": TestCommand,
