Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/files/1.3.2/, dev-php/pecl-gnupg/
Date: Thu, 23 Sep 2021 15:23:31
Message-Id: 1632408581.5feeac20c0d7628cd41b7097022863aef9b8a339.grknight@gentoo
1 commit: 5feeac20c0d7628cd41b7097022863aef9b8a339
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 14:49:41 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 14:49:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feeac20
7
8 dev-php/pecl-gnupg: Drop old
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-gnupg/Manifest | 1 -
13 .../files/1.3.2/01-large_file_system.patch | 9 ------
14 dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild | 33 ----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-php/pecl-gnupg/Manifest b/dev-php/pecl-gnupg/Manifest
18 index 064537d02be..b025f810f9b 100644
19 --- a/dev-php/pecl-gnupg/Manifest
20 +++ b/dev-php/pecl-gnupg/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnupg-1.4.0.tgz 28349 BLAKE2B d023746b104db38bcf7617d79570aa3c38d318879d34b1d4df7fc0c28b4e435deadc2a1a4827922cc14a8068b578896e297c8fe8461afebd2768ffb63ddc502d SHA512 70fa1d2956bc5caedbeadf556f9f40a7b963d3b519d6574b0c7695d9fb4c7f9d612306f475a90a1125661407c11de97040e54b158f38d71f239c1fe436d48018
23 DIST gnupg-1.5.0.tgz 37045 BLAKE2B 61031a493fc460b102c0a2e831e7523c4eeafc203d51a40d8aa902992740d96e3f1f46437a51a65dceefa283845d00d0b39db90163b7901a29cd133ddfc34d7c SHA512 1b4f9a39a2c585c5f8d749f8e2e2256d9765480ef8ef93c24c538b2f1284dacf8e9f71a42f96fa3150ace1a6ff37256a7a849f29a3e57332fe3b05656e4199cc
24
25 diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
26 deleted file mode 100644
27 index c679bad631d..00000000000
28 --- a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
29 +++ /dev/null
30 @@ -1,9 +0,0 @@
31 ---- a/config.m4 2007-05-04 13:23:41.000000000 +0000
32 -+++ b/config.m4 2010-03-28 01:13:10.000000000 +0000
33 -@@ -41,4 +41,6 @@
34 - PHP_SUBST(GNUPG_SHARED_LIBADD)
35 -
36 - PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared)
37 -+
38 -+ AC_SYS_LARGEFILE
39 - fi
40
41 diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
42 deleted file mode 100644
43 index ce3a3f29845..00000000000
44 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
45 +++ /dev/null
46 @@ -1,33 +0,0 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI="6"
51 -
52 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
53 -PHP_EXT_NAME="gnupg"
54 -PHP_EXT_INI="yes"
55 -PHP_EXT_ZENDEXT="no"
56 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
57 -PHP_EXT_S="${WORKDIR}/${MY_P}"
58 -
59 -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
60 -
61 -inherit php-ext-pecl-r3
62 -
63 -S="${PHP_EXT_S}"
64 -
65 -KEYWORDS="~amd64 ~x86"
66 -DESCRIPTION="PHP wrapper around the gpgme library"
67 -LICENSE="BSD-2"
68 -SLOT="0"
69 -IUSE=""
70 -
71 -DEPEND="app-crypt/gpgme app-crypt/gnupg"
72 -RDEPEND="${DEPEND}"
73 -
74 -PATCHES=( "${FILESDIR}"/1.3.2/01-large_file_system.patch )
75 -
76 -# tests are broken with gnupg 2.0/2.1, see:
77 -# https://github.com/php-gnupg/php-gnupg/issues/2
78 -# https://github.com/php-gnupg/php-gnupg/issues/3
79 -RESTRICT="test"