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 A78D21382C5 for ; Thu, 18 Jun 2020 16:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7C9E08F4; Thu, 18 Jun 2020 16:30:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98F3AE08F5 for ; Thu, 18 Jun 2020 16:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2D5E34EFCC for ; Thu, 18 Jun 2020 16:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D62C2AB for ; Thu, 18 Jun 2020 16:30:50 +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: <1592497764.633aeb1f7e86e2c84d00c1bd942d87b48a69f722.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-3.0.2-r1.ebuild media-gfx/darktable/darktable-3.0.2.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 633aeb1f7e86e2c84d00c1bd942d87b48a69f722 X-VCS-Branch: master Date: Thu, 18 Jun 2020 16:30:50 +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: ef4507ec-66e6-4bd0-88b6-9caab341e3fc X-Archives-Hash: 4233a9fd1e1e3814df31a2638d3318b1 commit: 633aeb1f7e86e2c84d00c1bd942d87b48a69f722 Author: Marek Szuba gentoo org> AuthorDate: Thu Jun 18 16:28:57 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jun 18 16:29:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633aeb1f media-gfx/darktable: postinst-message cosmetics Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.0.2-r1.ebuild | 6 ++++-- media-gfx/darktable/darktable-3.0.2.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-gfx/darktable/darktable-3.0.2-r1.ebuild b/media-gfx/darktable/darktable-3.0.2-r1.ebuild index 23865b736e6..ca876badb31 100644 --- a/media-gfx/darktable/darktable-3.0.2-r1.ebuild +++ b/media-gfx/darktable/darktable-3.0.2-r1.ebuild @@ -148,9 +148,11 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - elog "when updating a major version," + elog + elog "When updating a major version," elog "please bear in mind that your edits will be preserved during this process," elog "but it will not be possible to downgrade any more." - echo + elog ewarn "It will not be possible to downgrade!" + ewarn } diff --git a/media-gfx/darktable/darktable-3.0.2.ebuild b/media-gfx/darktable/darktable-3.0.2.ebuild index ce899c81d6f..b4b136828cb 100644 --- a/media-gfx/darktable/darktable-3.0.2.ebuild +++ b/media-gfx/darktable/darktable-3.0.2.ebuild @@ -146,9 +146,11 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - elog "when updating a major version," + elog + elog "When updating a major version," elog "please bear in mind that your edits will be preserved during this process," elog "but it will not be possible to downgrade any more." - echo + elog ewarn "It will not be possible to downgrade!" + ewarn }