From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6034D138359 for ; Sat, 21 Nov 2020 22:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95354E05C1; Sat, 21 Nov 2020 22:05:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77FE5E05C1 for ; Sat, 21 Nov 2020 22:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B4C7340CB6 for ; Sat, 21 Nov 2020 22:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19C32CA for ; Sat, 21 Nov 2020 22:05:34 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1605996319.d4f8116af440c6c90e9acb73f46d2bec1fe9fa86.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/Manifest app-backup/borgmatic/borgmatic-1.5.9.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d4f8116af440c6c90e9acb73f46d2bec1fe9fa86 X-VCS-Branch: master Date: Sat, 21 Nov 2020 22:05:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0eb606cf-b493-4d50-a768-2469ef032fd1 X-Archives-Hash: d54bbf4a34cc01cf0055c2f5420e7885 commit: d4f8116af440c6c90e9acb73f46d2bec1fe9fa86 Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 21 21:38:24 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 21 22:05:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8116a app-backup/borgmatic: remove old Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/Manifest | 1 - app-backup/borgmatic/borgmatic-1.5.9.ebuild | 71 ----------------------------- 2 files changed, 72 deletions(-) diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest index 4f5713fb265..e4c21c5e949 100644 --- a/app-backup/borgmatic/Manifest +++ b/app-backup/borgmatic/Manifest @@ -1,2 +1 @@ DIST borgmatic-1.5.10.tar.gz 71743 BLAKE2B b2b5f9135a15730ca7ddddeaa7f621f82207f1dcf383c3be7459eb39dbffc85a310184a4ddce3fb0bd47aa213cb588eb3f3e2f73418659330a421b7da5b87698 SHA512 52436535810ce42f5ab30ae8a4705005e8c7a5d91d52520aab4160320215196cdc088dfae1a21a0d65d0161fb2bb3c9b984cfe2cb5204f7b9bd0ed27c3a38c5b -DIST borgmatic-1.5.9.tar.gz 71857 BLAKE2B c30c2629e327168ee81e9ecc26c811c5bab7369063f5711cd79567922f21d4e5c0980fe34021340d94923cea85ab0c307f9f348268c3f2063d084d0360e5fdfa SHA512 a1ea62ffdc1457fc1e7b964a474bc25d2b2d3d153ba2026018d5081011acf8d6d1329a440c2616e201ebf0351bf2f12a1e37ec2477a6f5da44de315ec3bb0c3a diff --git a/app-backup/borgmatic/borgmatic-1.5.9.ebuild b/app-backup/borgmatic/borgmatic-1.5.9.ebuild deleted file mode 100644 index e1682b5e20d..00000000000 --- a/app-backup/borgmatic/borgmatic-1.5.9.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..8} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS="rdepend" - -inherit distutils-r1 systemd - -DESCRIPTION="Automatically create, prune and verify backups with borgbackup" -HOMEPAGE="https://torsion.org/borgmatic/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -# Fails due to problems with dev-python/flexmock-0.10.4; see Bug #740128 -RESTRICT="test" - -# borg is called as an external tool, hence no pythonic stuff -RDEPEND="app-backup/borgbackup - $(python_gen_cond_dep ' - dev-python/colorama[${PYTHON_USEDEP}] - >=dev-python/pykwalify-1.6.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -