summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2022-05-21 20:50:32 -0400
committerRichard Freeman <rich0@gentoo.org>2022-05-21 20:50:45 -0400
commit52960626f5c1254b44794254862f7bdb5dffd456 (patch)
tree9f7bff7f3aab957ab90f1bd5a908bcc78a27c89f /app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
parentdev-ml/utop: bump to 2.9.1 (diff)
downloadgentoo-52960626f5c1254b44794254862f7bdb5dffd456.tar.gz
gentoo-52960626f5c1254b44794254862f7bdb5dffd456.tar.bz2
gentoo-52960626f5c1254b44794254862f7bdb5dffd456.zip
app-backup/duplicity: drop 0.8.21
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
deleted file mode 100644
index d97949058a28..000000000000
--- a/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- duplicity-0.8.21/setup.py 2021-12-07 14:26:58.096082507 -0500
-+++ duplicity-0.8.21/setup.py 2021-12-07 14:27:44.915022471 -0500
-@@ -94,17 +94,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':