diff options
-rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 | ||||
-rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch | 29 |
2 files changed, 0 insertions, 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 89cd583e6bff..000000000000 --- 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 23b31e23fc07..000000000000 --- 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, |