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 5D795139087 for ; Sat, 24 Dec 2016 21:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C24B22419E; Sat, 24 Dec 2016 21:55:02 +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 1F49421C038 for ; Sat, 24 Dec 2016 21:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99BBD34121E for ; Sat, 24 Dec 2016 21:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97F6924E7 for ; Sat, 24 Dec 2016 21:54:58 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1482614217.73954d67de058435f45bf4f76d48e8e5f6aa77d6.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gkeys/gkeys-0.2.ebuild X-VCS-Directories: app-crypt/gkeys/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 73954d67de058435f45bf4f76d48e8e5f6aa77d6 X-VCS-Branch: master Date: Sat, 24 Dec 2016 21:54:58 +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: 6623ab3d-ab19-4374-aa7d-30936e686b9e X-Archives-Hash: 4c1517f90edd706fed644b59a32b4b81 commit: 73954d67de058435f45bf4f76d48e8e5f6aa77d6 Author: Brian Dolbec gentoo org> AuthorDate: Sat Dec 24 20:18:46 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Dec 24 21:16:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73954d67 app-crypt/gkeys: Add postinst einfos incorrectly applied to another pkg Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/gkeys/gkeys-0.2.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild index f68ff65..e690ebb 100644 --- a/app-crypt/gkeys/gkeys-0.2.ebuild +++ b/app-crypt/gkeys/gkeys-0.2.ebuild @@ -42,6 +42,13 @@ pkg_postinst() { einfo "The API's it installs should be considered unstable" einfo "and are subject to change." einfo + einfo "This version includes a new gkeys-gpg command" + einfo "It can be used as an alternate gpg command for git" + einfo "It will set the correct keyring to verify signed commits" + einfo "provided the key it needs to verify against is part of the gkeys" + einfo "keyring system. It only works for verification, any other call " + einfo "to it will re-direct directly to the normal gpg command." + einfo einfo "Please file any enhancement requests, or bugs" einfo "at https://bugs.gentoo.org" einfo "We are also on IRC @ #gentoo-keys of the Freenode network"