Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
Date: Wed, 13 Jul 2016 15:17:07
Message-Id: 1468423235.5932e7f02c92235f2c56e334d6e9064e6ba4aedc.blueness@gentoo
1 commit: 5932e7f02c92235f2c56e334d6e9064e6ba4aedc
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 15:20:14 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 15:20:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5932e7f0
7
8 app-backup/borgbackup: remove older unstable versions
9
10 Package-Manager: portage-2.2.28
11
12 app-backup/borgbackup/Manifest | 2 --
13 app-backup/borgbackup/borgbackup-1.0.1.ebuild | 40 ---------------------------
14 app-backup/borgbackup/borgbackup-1.0.2.ebuild | 40 ---------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
18 index 91721f8..5c2f36c 100644
19 --- a/app-backup/borgbackup/Manifest
20 +++ b/app-backup/borgbackup/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad
23 -DIST borgbackup-1.0.2.tar.gz 422181 SHA256 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 SHA512 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 WHIRLPOOL e7854661260b82654d96158613f2676587b4aab165963bcc72ce0e5d1e95e7b28a0feea798fc257cda00b10c3db0c2967f75cceb2c6a91c192c3e0d75258c533
24 DIST borgbackup-1.0.3.tar.gz 426936 SHA256 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f SHA512 323f2625441580be5cb9684ae63d9cd28f6c72df7c199c712466ea7009a1d47ffbcac1204b9dc8f25f7017a9ec2edcdac31d272fdb082f13a08f4d19bbc7bcf2 WHIRLPOOL 23bf0c500553288d3d3096dfe7dcee4fee3f915610aaf9a29ef012deff5ef346dd3a2c0b58ca85b88747422fbe687e51b1824d1a466aca6f28213e9925938ba2
25 DIST borgbackup-1.0.6.tar.gz 469242 SHA256 b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7 SHA512 176f016671208d43c3e675b9beaea1fadff33df7ad637c2df20c237f64d760439a4da7fe15b92e02a4e4560db17363050f6464cc7bac413d4f7a994dbea4fd60 WHIRLPOOL 8089003bb0d37e7d41f5f6574a402128ec7b69f32b701487fdc3e582b69a0722196869b58b227749dcc29eb7f5b28c80b19ddc80a84d5e4375292c482af1cbb2
26
27 diff --git a/app-backup/borgbackup/borgbackup-1.0.1.ebuild b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
28 deleted file mode 100644
29 index c6825d5..0000000
30 --- a/app-backup/borgbackup/borgbackup-1.0.1.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -
39 -PYTHON_COMPAT=( python3_4 )
40 -
41 -inherit distutils-r1
42 -
43 -if [[ ${PV} == "9999" ]] ; then
44 - EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
45 - inherit git-r3
46 -else
47 - SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
48 - KEYWORDS="~amd64 ~x86"
49 -fi
50 -
51 -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
52 -HOMEPAGE="https://borgbackup.github.io/"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -IUSE="libressl +fuse"
57 -
58 -# Unformately we have a file conflict with app-office/borg, bug #580402
59 -RDEPEND="
60 - !!app-office/borg
61 - app-arch/lz4
62 - dev-python/msgpack[${PYTHON_USEDEP}]
63 - !libressl? ( dev-libs/openssl:0= )
64 - libressl? ( dev-libs/libressl:0= )
65 - fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
66 -"
67 -
68 -DEPEND="
69 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
70 - dev-python/cython[${PYTHON_USEDEP}]
71 - ${RDEPEND}
72 -"
73
74 diff --git a/app-backup/borgbackup/borgbackup-1.0.2.ebuild b/app-backup/borgbackup/borgbackup-1.0.2.ebuild
75 deleted file mode 100644
76 index c6825d5..0000000
77 --- a/app-backup/borgbackup/borgbackup-1.0.2.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2016 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI="5"
85 -
86 -PYTHON_COMPAT=( python3_4 )
87 -
88 -inherit distutils-r1
89 -
90 -if [[ ${PV} == "9999" ]] ; then
91 - EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
92 - inherit git-r3
93 -else
94 - SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
95 - KEYWORDS="~amd64 ~x86"
96 -fi
97 -
98 -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
99 -HOMEPAGE="https://borgbackup.github.io/"
100 -
101 -LICENSE="BSD"
102 -SLOT="0"
103 -IUSE="libressl +fuse"
104 -
105 -# Unformately we have a file conflict with app-office/borg, bug #580402
106 -RDEPEND="
107 - !!app-office/borg
108 - app-arch/lz4
109 - dev-python/msgpack[${PYTHON_USEDEP}]
110 - !libressl? ( dev-libs/openssl:0= )
111 - libressl? ( dev-libs/libressl:0= )
112 - fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
113 -"
114 -
115 -DEPEND="
116 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
117 - dev-python/cython[${PYTHON_USEDEP}]
118 - ${RDEPEND}
119 -"