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 6EBC8138350 for ; Sat, 4 Apr 2020 06:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42D1BE0B40; Sat, 4 Apr 2020 06:12:33 +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 253EFE0B40 for ; Sat, 4 Apr 2020 06:12:33 +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 847A934F0D0 for ; Sat, 4 Apr 2020 06:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5F5E198 for ; Sat, 4 Apr 2020 06:12:28 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1585980743.154cbc15d0766332fd97cf1bbdedff3d7683f6e4.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-5.12.ebuild media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 154cbc15d0766332fd97cf1bbdedff3d7683f6e4 X-VCS-Branch: master Date: Sat, 4 Apr 2020 06:12:28 +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: 7948a3b9-beec-4daf-a717-441e7d6d5766 X-Archives-Hash: 4cdd056ba42b69f54d47ac08a8b84a05 commit: 154cbc15d0766332fd97cf1bbdedff3d7683f6e4 Author: Jason A. Donenfeld gentoo org> AuthorDate: Sat Apr 4 06:12:07 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Sat Apr 4 06:12:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154cbc15 media-sound/ardour: remove nag text 00:08:29 <@mgorny> zx2c4: just remove that, please 00:09:13 <@mgorny> (postinst, not the package ;-)) Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld gentoo.org> media-sound/ardour/ardour-5.12.ebuild | 2 -- media-sound/ardour/ardour-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/media-sound/ardour/ardour-5.12.ebuild b/media-sound/ardour/ardour-5.12.ebuild index fbd2949eff5..e29d333138f 100644 --- a/media-sound/ardour/ardour-5.12.ebuild +++ b/media-sound/ardour/ardour-5.12.ebuild @@ -131,8 +131,6 @@ src_install() { } pkg_postinst() { - elog "If you are using Ardour and want to keep its development alive" - elog "then please consider to make a donation upstream at ${HOMEPAGE}." elog "Please do _not_ report problems with the package to ${PN} upstream." elog "If you think you've found a bug, check the upstream binary package" elog "before you report anything to upstream." diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 45dddecc7e5..36ca3e79777 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -131,8 +131,6 @@ src_install() { } pkg_postinst() { - elog "If you are using Ardour and want to keep its development alive" - elog "then please consider to make a donation upstream at ${HOMEPAGE}." elog "Please do _not_ report problems with the package to ${PN} upstream." elog "If you think you've found a bug, check the upstream binary package" elog "before you report anything to upstream."