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 6889D139695 for ; Mon, 5 Jun 2017 08:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2DFFE0E36; Mon, 5 Jun 2017 08:26:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A4FD2E0E36 for ; Mon, 5 Jun 2017 08:26:45 +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 B94AC3416B4 for ; Mon, 5 Jun 2017 08:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E8457471 for ; Mon, 5 Jun 2017 08:26:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496651192.42d5c5f61478ce6eb60d46b9977faa0fcf9ff93b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42d5c5f61478ce6eb60d46b9977faa0fcf9ff93b X-VCS-Branch: master Date: Mon, 5 Jun 2017 08:26:43 +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: 30bfeda3-e989-41f4-bb4f-9186d46d8db1 X-Archives-Hash: 5ea4c8ac95f451f5cae9a589af50b1b2 commit: 42d5c5f61478ce6eb60d46b9977faa0fcf9ff93b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 5 08:26:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 5 08:26:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d5c5f6 kde-frameworks/kwallet: Add KDE Wiki link to postinst message Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild b/kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild index c6caca33572..168a8b6a9d6 100644 --- a/kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.34.0-r1.ebuild @@ -53,5 +53,6 @@ pkg_postinst() { elog "Starting with 5.34.0-r1, ${PN} is able to serve applications" elog "that still require old kwalletd4. After migration has finished," elog "kde-apps/kwalletd can be removed." + elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" fi }