summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2022-05-19 10:06:17 -0400
committerRichard Freeman <rich0@gentoo.org>2022-05-19 10:06:17 -0400
commita5265b66029971168427eba7cce7996d9ea8e7a7 (patch)
tree98befc242edfe11639bfdbbb8763142b64e44730 /app-backup/duplicity/files
parentnet-libs/nodejs: arm stable wrt bug #841722 (diff)
downloadgentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.tar.gz
gentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.tar.bz2
gentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.zip
app-backup/duplicity: add 0.8.23
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.23-fix-docs-cmd.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
new file mode 100644
index 000000000000..2497beb25e01
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.23/setup.py 2022-03-19 15:08:36.755624771 -0400
++++ duplicity-0.8.23/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':