summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-09-24 19:01:36 +0000
committerSven Wegener <swegener@gentoo.org>2006-09-24 19:01:36 +0000
commitcea83bbbb7c4f26375bde37d8016a3cf3cde35f0 (patch)
treeed43c32b9508c5a55440b10dc2114e3df6298855 /app-crypt
parentAdded ~ppc64. (diff)
downloadgentoo-2-cea83bbbb7c4f26375bde37d8016a3cf3cde35f0.tar.gz
gentoo-2-cea83bbbb7c4f26375bde37d8016a3cf3cde35f0.tar.bz2
gentoo-2-cea83bbbb7c4f26375bde37d8016a3cf3cde35f0.zip
Use correct format for direntry to make emacs users happy, bug #133048.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/ChangeLog6
-rw-r--r--app-crypt/pinentry/files/0.7.2-info.patch12
-rw-r--r--app-crypt/pinentry/pinentry-0.7.2-r3.ebuild4
3 files changed, 20 insertions, 2 deletions
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 <swegener@gentoo.org> +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 <dertobi123@gentoo.org>
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
}