From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- .../files/duplicity-0.8.15-fix-docs-cmd.patch | 29 ---------------------- .../files/duplicity-0.8.18-fix-docs-cmd.patch | 28 --------------------- 2 files changed, 57 deletions(-) delete mode 100644 app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch delete mode 100644 app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch (limited to 'app-backup/duplicity/files') diff --git a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch deleted file mode 100644 index 0f8277cc7f3f..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- duplicity-0.8.15/setup.py 2020-09-01 15:45:48.664058429 -0400 -+++ duplicity-0.8.15/setup.py 2020-09-01 15:46:44.745709363 -0400 -@@ -93,18 +93,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': -@@ -340,7 +328,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BuildScriptsCommand, - u"install": InstallCommand, - u"install_data": InstallDataCommand, - u"sdist": SdistCommand, diff --git a/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch deleted file mode 100644 index a0fce6b2c5d8..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- duplicity-0.8.17/setup.py 2020-11-24 19:32:40.089024404 -0500 -+++ duplicity-0.8.17/setup.py 2020-11-24 19:33:32.326309755 -0500 -@@ -93,17 +93,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % Version, -- [ -- u'AUTHORS', -- u'CHANGELOG.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': -@@ -339,7 +328,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BuildScriptsCommand, - u"install": InstallCommand, - u"install_data": InstallDataCommand, - u"sdist": SdistCommand, -- cgit v1.2.3