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 DE40F1395E2 for ; Sat, 19 Nov 2016 16:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 721EAE0B59; Sat, 19 Nov 2016 16:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5896AE0B2C for ; Sat, 19 Nov 2016 16:34:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BB6C341301 for ; Sat, 19 Nov 2016 16:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 567834A3 for ; Sat, 19 Nov 2016 16:34:10 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1479573192.7eba22a2f4682c7cf75543e40656be2994997b1d.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 7eba22a2f4682c7cf75543e40656be2994997b1d X-VCS-Branch: master Date: Sat, 19 Nov 2016 16:34:10 +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-Archives-Salt: 9f24400e-43a3-4919-b964-f7add0252a1c X-Archives-Hash: 75f473e20ca0d5c294bb029307444064 commit: 7eba22a2f4682c7cf75543e40656be2994997b1d Author: Michał Kępień kempniu pl> AuthorDate: Fri Nov 18 21:15:08 2016 +0000 Commit: Justin Bronder gentoo org> CommitDate: Sat Nov 19 16:33:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eba22a2 Improve formatting of post-install messages net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild index 8135111..56abd10 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild @@ -108,21 +108,25 @@ src_install() { pkg_postinst() { einfo "Default directory: ${HOMEDIR}" - einfo "" - einfo "Run: gpasswd -a sabnzbd" - einfo "to add a user to the sabnzbd group so it can edit sabnzbd files" - einfo "" - einfo "By default sabnzbd will listen on 127.0.0.1:8080" - einfo "As growl isn't default notification system on gentoo we disable it." - einfo "By default notifications are forwarded to the 23053 port(gntp)." + einfo + einfo "To add a user to the sabnzbd group so it can edit SABnzbd+ files, run:" + einfo + einfo " gpasswd -a sabnzbd" + einfo + einfo "By default, SABnzbd+ will listen on TCP port 8080." + einfo + einfo "As Growl is not the default notification system on Gentoo, we disable it." + einfo "By default, notifications are forwarded to TCP port 23053." local replacing for replacing in ${REPLACING_VERSIONS}; do if [ "$(get_major_version ${replacing})" == "0" ]; then - echo - ewarn "Upgrading from ${PN}-0.x.y to ${PN}-1.x.y introduces incompatible changes" - ewarn "See http://wiki.sabnzbd.org/introducing-1-0-0." - ewarn "In particular, you need to let your queue complete before restarting ${PN}" + ewarn + ewarn "Upgrading from ${PN}-0.x.y to ${PN}-1.x.y introduces incompatible changes, see:" + ewarn + ewarn " http://wiki.sabnzbd.org/introducing-1-0-0" + ewarn + ewarn "In particular, you need to let your queue complete before restarting SABnzbd+." break fi done