From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-966466-garchives=archives.gentoo.org@lists.gentoo.org>
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 D6E3D1396D0
	for <garchives@archives.gentoo.org>; Fri, 11 Aug 2017 17:03:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07C3FE0C63;
	Fri, 11 Aug 2017 17:03:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DA210E0C63
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 17:03:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 D6D4B3417A8
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 17:03:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B0EDB7491
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Aug 2017 17:03:30 +0000 (UTC)
From: "Kristian Fiskerstrand" <k_f@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" <k_f@gentoo.org>
Message-ID: <1502470598.aa0cd983937987ec7ee4601f618892b331f1ddad.k_f@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/gnupg/gnupg-2.1.23-r1.ebuild app-crypt/gnupg/gnupg-2.1.23.ebuild
X-VCS-Directories: app-crypt/gnupg/
X-VCS-Committer: k_f
X-VCS-Committer-Name: Kristian Fiskerstrand
X-VCS-Revision: aa0cd983937987ec7ee4601f618892b331f1ddad
X-VCS-Branch: master
Date: Fri, 11 Aug 2017 17:03:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5ce6fba9-1630-4e11-ae91-a47f50d4309c
X-Archives-Hash: 86a5a86fe0fdb6b6cdde0edf2a336a03

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