Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Tue, 30 Jun 2020 18:24:20
Message-Id: 1593541203.94ed57c47f930205f3b950678cf6e027f1c45db7.marecki@gentoo
1 commit: 94ed57c47f930205f3b950678cf6e027f1c45db7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 18:20:03 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 18:20:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ed57c4
7
8 app-backup/borgmatic: Do not mention upgrade-borgmatic-config
9
10 No real point, we have never had versions which used INI-style configs
11 in the tree.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 3 ---
16 app-backup/borgmatic/borgmatic-1.5.6.ebuild | 3 ---
17 app-backup/borgmatic/borgmatic-1.5.7.ebuild | 3 ---
18 3 files changed, 9 deletions(-)
19
20 diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
21 index a287fddbef2..040e887e7ce 100644
22 --- a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
23 +++ b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
24 @@ -62,9 +62,6 @@ pkg_postinst() {
25 if [[ -z "${REPLACING_VERSIONS}" ]]; then
26 elog "To generate a sample configuration file, run:"
27 elog " generate-borgmatic-config"
28 - else
29 - elog "To upgrade your configuration file to the current version, run:"
30 - elog " upgrade-borgmatic-config"
31 fi
32 elog
33 elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."
34
35 diff --git a/app-backup/borgmatic/borgmatic-1.5.6.ebuild b/app-backup/borgmatic/borgmatic-1.5.6.ebuild
36 index a287fddbef2..040e887e7ce 100644
37 --- a/app-backup/borgmatic/borgmatic-1.5.6.ebuild
38 +++ b/app-backup/borgmatic/borgmatic-1.5.6.ebuild
39 @@ -62,9 +62,6 @@ pkg_postinst() {
40 if [[ -z "${REPLACING_VERSIONS}" ]]; then
41 elog "To generate a sample configuration file, run:"
42 elog " generate-borgmatic-config"
43 - else
44 - elog "To upgrade your configuration file to the current version, run:"
45 - elog " upgrade-borgmatic-config"
46 fi
47 elog
48 elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."
49
50 diff --git a/app-backup/borgmatic/borgmatic-1.5.7.ebuild b/app-backup/borgmatic/borgmatic-1.5.7.ebuild
51 index a287fddbef2..040e887e7ce 100644
52 --- a/app-backup/borgmatic/borgmatic-1.5.7.ebuild
53 +++ b/app-backup/borgmatic/borgmatic-1.5.7.ebuild
54 @@ -62,9 +62,6 @@ pkg_postinst() {
55 if [[ -z "${REPLACING_VERSIONS}" ]]; then
56 elog "To generate a sample configuration file, run:"
57 elog " generate-borgmatic-config"
58 - else
59 - elog "To upgrade your configuration file to the current version, run:"
60 - elog " upgrade-borgmatic-config"
61 fi
62 elog
63 elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."