commit: 5401fd7d96cede5c3108c61cf1953033794166e4 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jan 8 15:10:14 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 22:09:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401fd7d
app-backup/duplicity: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29019 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/duplicity-0.8.22-fix-docs-cmd.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch deleted file mode 100644 index 450c9f1d85d4..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- duplicity-0.8.22/setup.py 2022-03-19 15:08:36.755624771 -0400 -+++ duplicity-0.8.22/setup.py 2022-03-19 15:09:38.332763172 -0400 -@@ -94,17 +94,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % Version, -- [ -- u'CHANGELOG.md', -- u'CONTRIBUTING.md', -- u'COPYING', -- u'README.md', -- u'README-LOG.md', -- u'README-REPO.md', -- u'README-TESTING.md', -- ], -- ), - ] - - if not os.environ.get(u'READTHEDOCS') == u'True':
