diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-04 20:24:14 +0200 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2020-06-04 16:15:58 -0400 |
commit | 0d82464546659a8e2e797fc60889bcea6f9c1a2f (patch) | |
tree | 3dbe7c589b91577de3ca493ed3deec5d9512052b /app-backup/duplicity | |
parent | games-misc/wtf: drop old (diff) | |
download | gentoo-0d82464546659a8e2e797fc60889bcea6f9c1a2f.tar.gz gentoo-0d82464546659a8e2e797fc60889bcea6f9c1a2f.tar.bz2 gentoo-0d82464546659a8e2e797fc60889bcea6f9c1a2f.zip |
app-backup/duplicity: remove unused patches
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16067
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup/duplicity')
3 files changed, 0 insertions, 57 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch deleted file mode 100644 index 2141a359b896..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- duplicity-0.8.09/setup.py 2020-01-19 21:15:47.770168177 -0500 -+++ duplicity-0.8.09/setup.py 2020-01-19 21:16:53.347709792 -0500 -@@ -51,12 +51,6 @@ - data_files = [(u'share/man/man1', - [u'bin/duplicity.1', - u'bin/rdiffdir.1']), -- (u'share/doc/duplicity-%s' % version_string, -- [u'COPYING', -- u'README', -- u'README-REPO', -- u'README-LOG', -- u'CHANGELOG']), - ] - - top_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch b/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch deleted file mode 100644 index 6b8c710f3160..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- duplicity-0.8.11.1596/setup.py 2020-03-05 09:18:42.532941503 -0500 -+++ duplicity-0.8.11.1596/setup.py 2020-03-05 09:20:10.612061492 -0500 -@@ -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': diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch deleted file mode 100644 index 0cd64d6dc36e..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- duplicity-0.8.12.1612/setup.py 2020-03-05 09:18:42.532941503 -0500 -+++ duplicity-0.8.12.1612/setup.py 2020-03-05 09:20:10.612061492 -0500 -@@ -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': |