From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8EBE1382C5 for ; Tue, 30 Jun 2020 18:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC930E07A7; Tue, 30 Jun 2020 18:24:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFB81E07A7 for ; Tue, 30 Jun 2020 18:24:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38E3934EFC9 for ; Tue, 30 Jun 2020 18:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A712827F for ; Tue, 30 Jun 2020 18:24:15 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1593541203.94ed57c47f930205f3b950678cf6e027f1c45db7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild app-backup/borgmatic/borgmatic-1.5.6.ebuild app-backup/borgmatic/borgmatic-1.5.7.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 94ed57c47f930205f3b950678cf6e027f1c45db7 X-VCS-Branch: master Date: Tue, 30 Jun 2020 18:24:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83c3fc8c-bc8d-48d2-a978-539276b9d898 X-Archives-Hash: f62af7288797496bd8656ea98c277329 commit: 94ed57c47f930205f3b950678cf6e027f1c45db7 Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 30 18:20:03 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 30 18:20:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ed57c4 app-backup/borgmatic: Do not mention upgrade-borgmatic-config No real point, we have never had versions which used INI-style configs in the tree. Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 3 --- app-backup/borgmatic/borgmatic-1.5.6.ebuild | 3 --- app-backup/borgmatic/borgmatic-1.5.7.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild index a287fddbef2..040e887e7ce 100644 --- a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units." diff --git a/app-backup/borgmatic/borgmatic-1.5.6.ebuild b/app-backup/borgmatic/borgmatic-1.5.6.ebuild index a287fddbef2..040e887e7ce 100644 --- a/app-backup/borgmatic/borgmatic-1.5.6.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.6.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units." diff --git a/app-backup/borgmatic/borgmatic-1.5.7.ebuild b/app-backup/borgmatic/borgmatic-1.5.7.ebuild index a287fddbef2..040e887e7ce 100644 --- a/app-backup/borgmatic/borgmatic-1.5.7.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.7.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."