app-backup/borgbackup: remove older versions
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 6 Nov 2017 09:15:47 +0000 (04:15 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 6 Nov 2017 09:15:47 +0000 (04:15 -0500)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-backup/borgbackup/Manifest
app-backup/borgbackup/borgbackup-1.0.10.ebuild [deleted file]
app-backup/borgbackup/borgbackup-1.0.11.ebuild [deleted file]
app-backup/borgbackup/borgbackup-1.0.9.ebuild [deleted file]
app-backup/borgbackup/borgbackup-1.1.0.ebuild [deleted file]
app-backup/borgbackup/metadata.xml

index e40c982f5889f37cf8d99acfa9332bc137d4f3a5..e8636cd01895326c5a9e2108258f44b3aba49c18 100644 (file)
@@ -1,6 +1,2 @@
-DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
-DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525 WHIRLPOOL b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
-DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
-DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2 WHIRLPOOL b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
 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
diff --git a/app-backup/borgbackup/borgbackup-1.0.10.ebuild b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
deleted file mode 100644 (file)
index 2790766..0000000
+++ /dev/null
@@ -1,39 +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 +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"
diff --git a/app-backup/borgbackup/borgbackup-1.0.11.ebuild b/app-backup/borgbackup/borgbackup-1.0.11.ebuild
deleted file mode 100644 (file)
index 2790766..0000000
+++ /dev/null
@@ -1,39 +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 +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"
diff --git a/app-backup/borgbackup/borgbackup-1.0.9.ebuild b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
deleted file mode 100644 (file)
index ffc77ca..0000000
+++ /dev/null
@@ -1,39 +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} )
-
-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 +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-       !!app-office/borg
-       app-arch/lz4
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       ${RDEPEND}
-"
diff --git a/app-backup/borgbackup/borgbackup-1.1.0.ebuild b/app-backup/borgbackup/borgbackup-1.1.0.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}
-"
index 9d5eca83c70bdaca6505496fa19a63830fefafdc..7c11254ebfa2873f19729d040eacfd3d3dcada31 100644 (file)
@@ -5,9 +5,6 @@
                <email>blueness@gentoo.org</email>
                <name>Anthony G. Basile</name>
        </maintainer>
-       <use>
-               <flag name="fuse">Mount archive as a FUSE filesystem.</flag>
-       </use>
        <upstream>
                <remote-id type="github">borgbackup/borg</remote-id>
                <remote-id type="pypi">borgbackup</remote-id>