Skip to content

Commit

Permalink
app-backup/borgbackup: version bump to 1.1.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
blueness committed Nov 6, 2017
1 parent aafb283 commit b9cb772
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-backup/borgbackup/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737
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
40 changes: 40 additions & 0 deletions app-backup/borgbackup/borgbackup-1.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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}
"

0 comments on commit b9cb772

Please sign in to comment.