Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys/
Date: Sat, 24 Dec 2016 21:55:03
Message-Id: 1482614217.73954d67de058435f45bf4f76d48e8e5f6aa77d6.dolsen@gentoo
1 commit: 73954d67de058435f45bf4f76d48e8e5f6aa77d6
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 24 20:18:46 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 24 21:16:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73954d67
7
8 app-crypt/gkeys: Add postinst einfos incorrectly applied to another pkg
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-crypt/gkeys/gkeys-0.2.ebuild | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15 diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild
16 index f68ff65..e690ebb 100644
17 --- a/app-crypt/gkeys/gkeys-0.2.ebuild
18 +++ b/app-crypt/gkeys/gkeys-0.2.ebuild
19 @@ -42,6 +42,13 @@ pkg_postinst() {
20 einfo "The API's it installs should be considered unstable"
21 einfo "and are subject to change."
22 einfo
23 + einfo "This version includes a new gkeys-gpg command"
24 + einfo "It can be used as an alternate gpg command for git"
25 + einfo "It will set the correct keyring to verify signed commits"
26 + einfo "provided the key it needs to verify against is part of the gkeys"
27 + einfo "keyring system. It only works for verification, any other call "
28 + einfo "to it will re-direct directly to the normal gpg command."
29 + einfo
30 einfo "Please file any enhancement requests, or bugs"
31 einfo "at https://bugs.gentoo.org"
32 einfo "We are also on IRC @ #gentoo-keys of the Freenode network"