Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/files/, dev-php/PEAR-Crypt_GPG/
Date: Wed, 15 Nov 2017 04:51:50
Message-Id: 1510721409.b94584584d063065778fc438d93922a5ee29f609.mjo@gentoo
1 commit: b94584584d063065778fc438d93922a5ee29f609
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 02:27:45 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 04:50:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9458458
7
8 dev-php/PEAR-Crypt_GPG: new version 1.6.2.
9
10 This new version fixes two issues, in addition to whatever upstream
11 changes took place:
12
13 1. We now use the tiny PEAR-Exception instead of big PEAR-PEAR.
14
15 2. An upstream commit was backported to fix the test suite
16 with newer versions of app-crypt/gnupg.
17
18 Thanks to Rolf Eike Beer for reporting the test suite issue.
19
20 Closes: https://bugs.gentoo.org/636728
21 Package-Manager: Portage-2.3.8, Repoman-2.3.3
22
23 dev-php/PEAR-Crypt_GPG/Manifest | 1 +
24 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 48 +++++++++++++++++++
25 .../files/fix-unit-tests-with-new-gpg.patch | 55 ++++++++++++++++++++++
26 3 files changed, 104 insertions(+)
27
28 diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
29 index 7b86112fb35..42b48952a7a 100644
30 --- a/dev-php/PEAR-Crypt_GPG/Manifest
31 +++ b/dev-php/PEAR-Crypt_GPG/Manifest
32 @@ -2,3 +2,4 @@ DIST Crypt_GPG-1.3.2.tgz 339001 SHA256 67f77bfb9b21dd428587f5bd336e4b9b2e200a1b6
33 DIST Crypt_GPG-1.4.2.tgz 345962 SHA256 8e1cf98b5bf37fead50745327261c021efac8c1ee2bddd57c38be57e8f1bc969 SHA512 c0384f0b4a35f8e7d7189b0b08c277c2629e7fa84e13f2c8c92aaafbeace7a60b6e18f2347571e7bcdf4bc504fd9463f080d9c2938063fdfcabc8f44dd7f4950 WHIRLPOOL ea6e2d0dfbfc56cf4bec5bcdfa312a5f43109c305b699b501e102e81908ad1ba350a97525b5d9ada45d6713ef64512744b6e04f208b5dc2f029ad01fedbffb4e
34 DIST Crypt_GPG-1.6.0.tgz 345474 SHA256 efbe714d553d9e478f39bd181acf684a68180353971c05e764d8d70bc59f68ed SHA512 b5119204114218a8100d978ea265f1b4f7883b0155c6c984e493737ec7185a9a37c2eb3255b3dd30ccc8821363dbd5c86f8861b8da206c0a0efff89086ac6ae0 WHIRLPOOL d6098e37966ff9aea5467f6f98e5ae9ff3c2605c719c9fad3ff914b75a622e1cc29075507703dc3f6905df957dac77b7b83aae3513b04cf5af77eeb8babdedd1
35 DIST Crypt_GPG-1.6.0b3.tgz 345445 SHA256 fc3757b33a1ea39f9816521aca50dee4bf6c07cc9c7be60600db32066cf89d29 SHA512 0a3cb665fac8e84a0699600155cb74e2394e4759fe0b111d971d253ca511a371d06d826e54abadfbb3f707833cd3d6b369f52d04541b3e04f217056ec8439f4c WHIRLPOOL 0df9a3b21bbfc0d2f8e3cd8efaf8e19a58981520976faf1c4b501a363bbb05c2e4299de22e3c987f8f5ead36e98b5401c813d07947e4e84c6c664c2d46c4e3fa
36 +DIST Crypt_GPG-1.6.2.tgz 346709 SHA256 5b552ef565c4323af56114c6eac30a7431d36667c271adf68fe4a76e00b51224 SHA512 9d954d96b4e461c75f79ce9bc701d062e3f19671690228e6e0ce5265733ac1de9c06520f9f750348f3c37f01ccb79720574b2d2f371e69c8a25ae6e1bc18aabd WHIRLPOOL 1f4e0beb51a2d690a493a80bfaf27e818e9e73f2c314e160645e5dd4994feddfeba3fc5b55a46056cd8cae8520359081d304978d7f85e41f86215156bcc6a527
37
38 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
39 new file mode 100644
40 index 00000000000..78ed9b3dd21
41 --- /dev/null
42 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
43 @@ -0,0 +1,48 @@
44 +# Copyright 1999-2017 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=6
48 +
49 +MY_PN="${PN/PEAR-/}"
50 +MY_PV="${PV/_/}"
51 +MY_P="${MY_PN}-${MY_PV}"
52 +
53 +DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)"
54 +HOMEPAGE="http://pear.php.net/package/${MY_PN}"
55 +SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
56 +LICENSE="LGPL-2.1"
57 +SLOT="0"
58 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 +IUSE="test"
60 +
61 +RDEPEND="app-crypt/gnupg
62 + dev-lang/php:*[posix,unicode]
63 + dev-php/PEAR-Console_CommandLine
64 + dev-php/PEAR-Exception"
65 +DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
66 +
67 +S="${WORKDIR}/${MY_P}"
68 +
69 +PATCHES=( "${FILESDIR}/fix-unit-tests-with-new-gpg.patch" )
70 +
71 +src_prepare() {
72 + default
73 + sed -i "s|@bin-dir@|${EPREFIX}/usr/bin|" Crypt/GPG/Engine.php || die
74 + sed -i "s|@package-name@|${MY_PN}|" Crypt/GPG/PinEntry.php || die
75 + sed -i "s|@data-dir@|${EPREFIX}/usr/share|" Crypt/GPG/PinEntry.php || die
76 +}
77 +
78 +src_install() {
79 + dodoc README.md
80 + dobin scripts/crypt-gpg-pinentry
81 +
82 + insinto "/usr/share/${MY_PN}"
83 + doins -r data
84 +
85 + insinto /usr/share/php
86 + doins -r Crypt
87 +}
88 +
89 +src_test() {
90 + phpunit tests/ || die "test suite failed"
91 +}
92
93 diff --git a/dev-php/PEAR-Crypt_GPG/files/fix-unit-tests-with-new-gpg.patch b/dev-php/PEAR-Crypt_GPG/files/fix-unit-tests-with-new-gpg.patch
94 new file mode 100644
95 index 00000000000..8e49a2f263f
96 --- /dev/null
97 +++ b/dev-php/PEAR-Crypt_GPG/files/fix-unit-tests-with-new-gpg.patch
98 @@ -0,0 +1,55 @@
99 +From 14a884dd5127141929ef7a58185c298e92602c40 Mon Sep 17 00:00:00 2001
100 +From: Aleksander Machniak <machniak@××××××××.com>
101 +Date: Sat, 16 Sep 2017 13:05:37 +0200
102 +Subject: [PATCH] Fix Bug #21242: PHPUnit tests fail sometimes while deleting
103 + S.gpg-agent.extra
104 +
105 +---
106 + tests/TestCase.php | 20 ++++++++++++++------
107 + 1 file changed, 14 insertions(+), 6 deletions(-)
108 +
109 +diff --git a/tests/TestCase.php b/tests/TestCase.php
110 +index b91ea7d..1ad8028 100644
111 +--- a/tests/TestCase.php
112 ++++ b/tests/TestCase.php
113 +@@ -583,7 +583,10 @@ private function _tearDownKeyring()
114 + $iterator = new DirectoryIterator($dirname);
115 + foreach ($iterator as $file) {
116 + if (!$file->isDot()) {
117 +- unlink($dirname . '/' . $file->getFilename());
118 ++ $filename = $dirname . '/' . $file->getFilename();
119 ++ if (file_exists($filename)) {
120 ++ unlink($filename);
121 ++ }
122 + }
123 + }
124 + rmdir($dirname);
125 +@@ -595,7 +598,10 @@ private function _tearDownKeyring()
126 +
127 + foreach ($iterator as $file) {
128 + if (!$file->isDot()) {
129 +- unlink($homedir . '/' . $file->getFilename());
130 ++ $filename = $homedir . '/' . $file->getFilename();
131 ++ if (file_exists($filename)) {
132 ++ unlink($filename);
133 ++ }
134 + }
135 + }
136 +
137 +@@ -614,10 +620,12 @@ private function _tearDownTempdir()
138 + foreach ($iterator as $file) {
139 + if (!$file->isDot()) {
140 + $filename = $this->getTempFilename($file->getFilename());
141 +- if (is_dir($filename)) {
142 +- rmdir($filename);
143 +- } else {
144 +- unlink($filename);
145 ++ if (file_exists($filename)) {
146 ++ if (is_dir($filename)) {
147 ++ rmdir($filename);
148 ++ } else {
149 ++ unlink($filename);
150 ++ }
151 + }
152 + }
153 + }