From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- .../files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch (limited to 'app-backup/duplicity/files') 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 new file mode 100644 index 000000000000..89cd583e6bff --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch @@ -0,0 +1,29 @@ +--- 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, + }, -- cgit v1.2.3