diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-11-03 21:29:32 +0100 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2020-11-04 14:29:20 -0500 |
commit | 84df09d67d5aff5523ce8caac309e76e51a2ac60 (patch) | |
tree | 0573d71fd2f86b8f74abbc8e5fb7af7ee9ebba16 /app-backup | |
parent | www-plugins/chrome-binary-plugins: automated update (87.0.4280.47) (diff) | |
download | gentoo-84df09d67d5aff5523ce8caac309e76e51a2ac60.tar.gz gentoo-84df09d67d5aff5523ce8caac309e76e51a2ac60.tar.bz2 gentoo-84df09d67d5aff5523ce8caac309e76e51a2ac60.zip |
app-backup/duplicity: remove unused patches
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18122
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 | ||||
-rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch | 29 |
2 files changed, 0 insertions, 58 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch deleted file mode 100644 index 89cd583e6bff..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- duplicity-0.8.12.1612/setup.py 2020-05-07 12:07:21.571865871 -0400 -+++ duplicity-0.8.12.1612/setup.py 2020-05-07 12:08:29.617846122 -0400 -@@ -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': -@@ -265,7 +253,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BSCommand, - u"install": InstallCommand, - u"test": TestCommand, - }, diff --git a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch deleted file mode 100644 index 23b31e23fc07..000000000000 --- a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- duplicity-0.8.13/setup.py 2020-06-02 16:19:25.127576334 -0400 -+++ duplicity-0.8.13/setup.py 2020-06-02 16:20:33.730535892 -0400 -@@ -89,18 +89,6 @@ - u'bin/rdiffdir.1' - ] - ), -- (u'share/doc/duplicity-%s' % Version, -- [ -- 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': -@@ -319,7 +307,6 @@ - ], - test_suite=u"testing", - cmdclass={ -- u"build_scripts": BSCommand, - u"install": InstallCommand, - u"sdist": SdistCommand, - u"test": TestCommand, |