app-backup/borgbackup: remove vulnerable versions, bug #639102
authorAnthony G. Basile <blueness@gentoo.org>
Thu, 30 Nov 2017 20:07:03 +0000 (15:07 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Thu, 30 Nov 2017 20:07:25 +0000 (15:07 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-backup/borgbackup/Manifest
app-backup/borgbackup/borgbackup-1.1.1.ebuild [deleted file]
app-backup/borgbackup/borgbackup-1.1.2.ebuild [deleted file]

index ebe587e391d4a16cdbd8e8e96258610458d57a09..aea7966b691750e9c9d6b2271e341cf569a961f7 100644 (file)
@@ -1,3 +1 @@
-DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
-DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
deleted file mode 100644 (file)
index f0eea83..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/llfuse[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/pyzmq[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"
diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
deleted file mode 100644 (file)
index 664c1f8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/llfuse[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/pyzmq[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"