public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/
@ 2020-03-29 16:27 Richard Freeman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Freeman @ 2020-03-29 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cbfd35ee1e516b74873a3e92d23d1aaf51035543
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 16:25:53 2020 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 16:26:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfd35ee

app-backup/duplicity: fix directory name in patch

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 6b8c710f316..0cd64d6dc36 100644
--- 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
@@ -1,5 +1,5 @@
---- 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
+--- 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'
                  ]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/
@ 2020-06-04 20:16 Richard Freeman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Freeman @ 2020-06-04 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0d82464546659a8e2e797fc60889bcea6f9c1a2f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jun  4 18:24:14 2020 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 20:15:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d824645

app-backup/duplicity: remove unused patches

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16067
Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 .../duplicity/files/duplicity-0.8.09-fix-docs.patch | 15 ---------------
 .../files/duplicity-0.8.11.1596-fix-docs.patch      | 21 ---------------------
 .../files/duplicity-0.8.12.1612-fix-docs.patch      | 21 ---------------------
 3 files changed, 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 2141a359b89..00000000000
--- 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 6b8c710f316..00000000000
--- 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 0cd64d6dc36..00000000000
--- 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':


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/
@ 2020-11-04 19:29 Richard Freeman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Freeman @ 2020-11-04 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     84df09d67d5aff5523ce8caac309e76e51a2ac60
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Nov  3 20:29:32 2020 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 19:29:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84df09d6

app-backup/duplicity: remove unused patches

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18122
Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 .../files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 ----------------------
 .../files/duplicity-0.8.13-fix-docs-cmd.patch      | 29 ----------------------
 2 files changed, 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 89cd583e6bf..00000000000
--- 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 23b31e23fc0..00000000000
--- 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,


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/
@ 2023-01-08 22:09 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-01-08 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5401fd7d96cede5c3108c61cf1953033794166e4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jan  8 15:10:14 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 22:09:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401fd7d

app-backup/duplicity: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29019
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/duplicity-0.8.22-fix-docs-cmd.patch        | 20 --------------------
 1 file changed, 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':


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-08 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-08 22:09 [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 19:29 Richard Freeman
2020-06-04 20:16 Richard Freeman
2020-03-29 16:27 Richard Freeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox