Diff borgmatic-1.7.15 with a borgmatic-1.8.2
/usr/portage/app-backup/borgmatic/borgmatic-1.8.2.ebuild 2023-10-09 14:52:28.200368318 +0300 | ||
---|---|---|
14 | 14 | |
15 | 15 |
LICENSE="GPL-3" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="amd64 ~arm ~arm64 ~riscv" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~riscv" |
|
18 | 18 | |
19 | 19 |
# borg is called as an external tool, hence no pythonic stuff |
20 | 20 |
RDEPEND="app-backup/borgbackup |
... | ... | |
58 | 58 |
else |
59 | 59 |
local oldver |
60 | 60 |
for oldver in ${REPLACING_VERSIONS}; do |
61 |
if ver_test "${oldver}" -lt 1.7.11; then |
|
62 |
ewarn "Since version 1.7.11 ${PN} defaults to a different way of selecting archives for multi-archive actions." |
|
61 |
if ver_test "${oldver}" -lt 1.8.0; then |
|
62 |
ewarn "Please be warned that ${PN}-1.8.0 has introduced several breaking changes." |
|
63 | 63 |
ewarn "For details, please see" |
64 | 64 |
ewarn |
65 |
ewarn " https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/#archive-naming" |
|
65 |
ewarn " https://github.com/borgmatic-collective/borgmatic/releases/tag/1.8.0" |
|
66 | 66 |
ewarn |
67 | 67 |
break |
68 | 68 |
fi |