summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2021-05-10 13:43:23 -0400
committerRichard Freeman <rich0@gentoo.org>2021-05-10 13:43:23 -0400
commit3d58f28da3d91b2db00c03e43e405ab79d5be468 (patch)
tree551509248874966a86f5a4578140bd9399daba1c /app-backup/duplicity/files
parentnet-misc/s3cmd: fix python 3.9 compat issue (diff)
downloadgentoo-3d58f28da3d91b2db00c03e43e405ab79d5be468.tar.gz
gentoo-3d58f28da3d91b2db00c03e43e405ab79d5be468.tar.bz2
gentoo-3d58f28da3d91b2db00c03e43e405ab79d5be468.zip
app-backup/duplicity: bump, simplify patch
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/files')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch
new file mode 100644
index 000000000000..afcef7ab948c
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.19/setup.py 2021-05-10 13:37:38.352142737 -0400
++++ duplicity-0.8.19/setup.py 2021-05-10 13:39:02.829865546 -0400
+@@ -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':