summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-01-08 16:10:14 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-01-08 23:09:32 +0100
commit5401fd7d96cede5c3108c61cf1953033794166e4 (patch)
tree9e31e9da1473edc84c377f9bb25654349863f984 /app-backup
parentmedia-gfx/darktable: update Manifest (diff)
downloadgentoo-5401fd7d96cede5c3108c61cf1953033794166e4.tar.gz
gentoo-5401fd7d96cede5c3108c61cf1953033794166e4.tar.bz2
gentoo-5401fd7d96cede5c3108c61cf1953033794166e4.zip
app-backup/duplicity: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29019 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
deleted file mode 100644
index 450c9f1d85d4..000000000000
--- a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- duplicity-0.8.22/setup.py 2022-03-19 15:08:36.755624771 -0400
-+++ duplicity-0.8.22/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':