From cea83bbbb7c4f26375bde37d8016a3cf3cde35f0 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 24 Sep 2006 19:01:36 +0000 Subject: Use correct format for direntry to make emacs users happy, bug #133048. (Portage version: 2.1.2_pre1-r1) --- app-crypt/pinentry/ChangeLog | 6 +++++- app-crypt/pinentry/files/0.7.2-info.patch | 12 ++++++++++++ app-crypt/pinentry/pinentry-0.7.2-r3.ebuild | 4 +++- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 app-crypt/pinentry/files/0.7.2-info.patch (limited to 'app-crypt') diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 0cb0f555f91c..6084df10c381 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.53 2006/09/16 13:30:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.54 2006/09/24 19:01:36 swegener Exp $ + + 24 Sep 2006; Sven Wegener +files/0.7.2-info.patch, + pinentry-0.7.2-r3.ebuild: + Use correct format for direntry to make emacs users happy, bug #133048. 16 Sep 2006; Tobias Scherbaum pinentry-0.7.2-r3.ebuild: diff --git a/app-crypt/pinentry/files/0.7.2-info.patch b/app-crypt/pinentry/files/0.7.2-info.patch new file mode 100644 index 000000000000..c96956dd7044 --- /dev/null +++ b/app-crypt/pinentry/files/0.7.2-info.patch @@ -0,0 +1,12 @@ +iff -ur pinentry-0.7.2.orig/doc/pinentry.info pinentry-0.7.2/doc/pinentry.info +--- pinentry-0.7.2.orig/doc/pinentry.info 2005-01-27 02:06:25.000000000 -0600 ++++ pinentry-0.7.2/doc/pinentry.info 2006-05-11 12:27:06.000000000 -0500 +@@ -3,7 +3,7 @@ + + INFO-DIR-SECTION GNU Utilities + START-INFO-DIR-ENTRY +-* pinentry:: Ask securely for a passphrase or PIN. ++* pinentry: (pinentry). Ask securely for a passphrase or PIN. + END-INFO-DIR-ENTRY + This file documents the use and the internals of the PINENTRY. + diff --git a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild index 63c49804ef3f..fe8d1334c25b 100644 --- a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.12 2006/09/16 13:30:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.13 2006/09/24 19:01:36 swegener Exp $ inherit flag-o-matic qt3 multilib eutils autotools @@ -24,6 +24,8 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PV}-libcap.patch + epatch "${FILESDIR}"/${PV}-info.patch + AT_M4DIR="m4" eautoreconf } -- cgit v1.2.3-65-gdbad