From 9d9f14c995ce274f319b12f00f9db4a847fe675f Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 20 Mar 2022 10:29:31 +0100 Subject: Remove app-backup/duplicity since it has been fixed upstream --- app-backup/duplicity/Manifest | 6 --- app-backup/duplicity/duplicity-0.8.21-r1.ebuild | 51 ---------------------- .../files/duplicity-0.8.19-fix-docs-cmd.patch | 20 --------- .../files/duplicity-0.8.20-fix-docs-cmd.patch | 20 --------- .../files/duplicity-0.8.21-fix-docs-cmd.patch | 20 --------- app-backup/duplicity/metadata.xml | 15 ------- 6 files changed, 132 deletions(-) delete mode 100644 app-backup/duplicity/Manifest delete mode 100644 app-backup/duplicity/duplicity-0.8.21-r1.ebuild delete mode 100644 app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch delete mode 100644 app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch delete mode 100644 app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch delete mode 100644 app-backup/duplicity/metadata.xml diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest deleted file mode 100644 index f4fe8bc..0000000 --- a/app-backup/duplicity/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX duplicity-0.8.19-fix-docs-cmd.patch 628 BLAKE2B 6acf30fd8881a14003a158e76a23b81af0e049c090c671adbf147c7a77b5ed57e75b9c9b169e38a06fdceb310bdc4f74bacb543a66e5820d3d1ab9951dca997d SHA512 6b2e401d6ce8c2ee41dd1ea8ffaed7602b8167fbf0cf465c214ddf8d1ef8af8b74a1a6c93741c6b34705b53b2caad438736a6ee7c6c3483b11d8ede029758348 -AUX duplicity-0.8.20-fix-docs-cmd.patch 628 BLAKE2B 6dbcc6b64b870f798b4bc62730b05b1753688163fd7629326324d7b68d8360b72604380416d53db0042017672d08875cd3c75e8d36554b72b99b52a6bc88c4d3 SHA512 bf9c51a3409ca7b234e3ca83552e378322668ca12c5f3682d796aba765007e86572beab310d0050411894beda85e753e3d6385a1a0bed2cae28212c4d28750dc -AUX duplicity-0.8.21-fix-docs-cmd.patch 628 BLAKE2B e43ce23bfa03a78e86a604487b2bc16fe924fcb4044283ea6fb6cc9afa87aa6cee52a4cbefa6a6918b7c98ee3bd914d753f85db6d74c86a615952d0fc2435256 SHA512 13fc15337b8e5bc6b3dff4954b8d0aabcad8b9f1a95c08c367c816fa762c528262427625f8b5ed3ef985e5577e5dea633ae8f78a2aa4f35a3778b2c6fe6f12fc -DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015 SHA512 573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012 -EBUILD duplicity-0.8.21-r1.ebuild 1213 BLAKE2B fa3a9a805426f89ee7ff09166b46e34bc73965edb7bee84f41fb57b098f937c9a3d1039bf6f8294fe6bfac6a815708923d1e2b81c3913d79731e3d2d832f7cfe SHA512 ba667ac64de5f2a2ca4d52eac2dae2b61d65010d7a30b3da57b7c0921c4b1d60540b9228da24eda50cdb5a945bcf865a6242c5e0a957d44cc87b52b7fa0e0873 -MISC metadata.xml 455 BLAKE2B cc38c235e02397d73b26aaddfdbbd872cb7dbe1a777302618e44769e1895b7d7c90e7de7d7cf8a63388e20283fe0f9937da3ed0ffec21d960543220c253fff33 SHA512 0fb009ecd0b771bc8e04980cb1aa49a872193cfa59a0e10966322a9764c1c08d859504afd78f839e7a98a6224e4d1fe20dd6dff549cadda5c7e31b74ed0a82b8 diff --git a/app-backup/duplicity/duplicity-0.8.21-r1.ebuild b/app-backup/duplicity/duplicity-0.8.21-r1.ebuild deleted file mode 100644 index b69bdd9..0000000 --- a/app-backup/duplicity/duplicity-0.8.21-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Secure backup system using gnupg to encrypt data" -HOMEPAGE="https://www.nongnu.org/duplicity/" -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="s3 test" - -CDEPEND=" - net-libs/librsync - app-crypt/gnupg - dev-python/fasteners[${PYTHON_USEDEP}] -" -DEPEND="${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - app-arch/par2cmdline - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND} - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - s3? ( dev-python/boto[${PYTHON_USEDEP}] ) -" - -RESTRICT="test" - -PATCHES=( - "${FILESDIR}/${P}-fix-docs-cmd.patch" -) - -python_test() { - esetup.py test -} - -pkg_postinst() { - elog "Duplicity has many optional dependencies to support various backends." - elog "Currently it's up to you to install them as necessary." -} diff --git a/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch deleted file mode 100644 index afcef7a..0000000 --- a/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- duplicity-0.8.19/setup.py 2021-05-10 13:37:38.352142737 -0400 -+++ duplicity-0.8.19/setup.py 2021-05-10 13:39:02.829865546 -0400 -@@ -93,17 +93,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': diff --git a/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch deleted file mode 100644 index 6ce5860..0000000 --- a/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- duplicity-0.8.20/setup.py 2021-08-05 09:14:41.483669131 -0400 -+++ duplicity-0.8.20/setup.py 2021-08-05 09:15:35.086895059 -0400 -@@ -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': 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 d979490..0000000 --- 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': diff --git a/app-backup/duplicity/metadata.xml b/app-backup/duplicity/metadata.xml deleted file mode 100644 index 9ec1a1b..0000000 --- a/app-backup/duplicity/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - rich0@gentoo.org - Rich Freeman - - - gentoo@seichter.de - Ralph Seichter - - - Support for backing up to the Amazon S3 system - - -- cgit v1.3