commit:     aa0cd983937987ec7ee4601f618892b331f1ddad
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:56:38 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 16:56:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0cd983

app-crypt/gnupg: 2.1.23: Fix man page

Also update the man pages for the binary rename of gpg2 to gpg

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/gnupg/{gnupg-2.1.23.ebuild => gnupg-2.1.23-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/gnupg/gnupg-2.1.23.ebuild 
b/app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
similarity index 95%
rename from app-crypt/gnupg/gnupg-2.1.23.ebuild
rename to app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
index 9564b859cdf..48711663f92 100644
--- a/app-crypt/gnupg/gnupg-2.1.23.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.23-r1.ebuild
@@ -112,8 +112,8 @@ src_install() {
 
        dosym gpg /usr/bin/gpg2
        dosym gpgv /usr/bin/gpgv2
-       echo ".so man1/gpg2.1" > "${ED}"/usr/share/man/man1/gpg.1 || die
-       echo ".so man1/gpgv2.1" > "${ED}"/usr/share/man/man1/gpgv.1 || die
+       echo ".so man1/gpg.1" > "${ED}"/usr/share/man/man1/gpg2.1 || die
+       echo ".so man1/gpgv.1" > "${ED}"/usr/share/man/man1/gpgv2.1 || die
 
        dodir /etc/env.d
        echo "CONFIG_PROTECT=/usr/share/gnupg/qualified.txt" >> 
"${ED}"/etc/env.d/30gnupg || die

Reply via email to