Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/pinentry/, app-crypt/pinentry/files/
Date: Fri, 01 May 2015 01:02:47
Message-Id: 1430442126.9a1c990c6ded33c4a35c5dc4a580e913428c9c54.pesa@gentoo
1 commit: 9a1c990c6ded33c4a35c5dc4a580e913428c9c54
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 01:02:06 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 01:02:06 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a1c990c
7
8 [app-crypt/pinentry] Drop obsolete patch.
9
10 Fixes bug #546936
11
12 Package-Manager: portage-2.2.18
13
14 app-crypt/pinentry/files/pinentry-0.8.2-texi.patch | 20 --------------------
15 app-crypt/pinentry/pinentry-9999.ebuild | 1 -
16 2 files changed, 21 deletions(-)
17
18 diff --git a/app-crypt/pinentry/files/pinentry-0.8.2-texi.patch b/app-crypt/pinentry/files/pinentry-0.8.2-texi.patch
19 deleted file mode 100644
20 index f036fa9..0000000
21 --- a/app-crypt/pinentry/files/pinentry-0.8.2-texi.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 ---- doc/gpl.texi 2013-06-09 10:50:53.990704797 +1200
25 -+++ doc/gpl.texi 2013-06-09 10:51:25.310432565 +1200
26 -@@ -12,7 +12,7 @@
27 - of this license document, but changing it is not allowed.
28 - @end display
29 -
30 --@appendixsubsec Preamble
31 -+@appendixsec Preamble
32 -
33 - The licenses for most software are designed to take away your
34 - freedom to share and change it. By contrast, the GNU General Public
35 -@@ -63,7 +63,7 @@
36 - modification follow.
37 -
38 - @iftex
39 --@appendixsubsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
40 -+@appendixsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
41 - @end iftex
42 - @ifinfo
43 - @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
44
45 diff --git a/app-crypt/pinentry/pinentry-9999.ebuild b/app-crypt/pinentry/pinentry-9999.ebuild
46 index 21584c1..8809fec 100644
47 --- a/app-crypt/pinentry/pinentry-9999.ebuild
48 +++ b/app-crypt/pinentry/pinentry-9999.ebuild
49 @@ -46,7 +46,6 @@ src_prepare() {
50 done
51 fi
52 epatch "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
53 - epatch "${FILESDIR}/${PN}-0.8.2-texi.patch"
54 eautoreconf
55 }