diff options
author | Brian Evans <grknight@gentoo.org> | 2021-09-23 10:49:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-09-23 10:49:41 -0400 |
commit | 5feeac20c0d7628cd41b7097022863aef9b8a339 (patch) | |
tree | 9caa22e29ff4b018ecd1cbfdf4d9751de6c62973 /dev-php/pecl-gnupg | |
parent | dev-php/pecl-imagick: Drop old (diff) | |
download | gentoo-5feeac20c0d7628cd41b7097022863aef9b8a339.tar.gz gentoo-5feeac20c0d7628cd41b7097022863aef9b8a339.tar.bz2 gentoo-5feeac20c0d7628cd41b7097022863aef9b8a339.zip |
dev-php/pecl-gnupg: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-gnupg')
-rw-r--r-- | dev-php/pecl-gnupg/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch | 9 | ||||
-rw-r--r-- | dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild | 33 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/pecl-gnupg/Manifest b/dev-php/pecl-gnupg/Manifest index 064537d02bec..b025f810f9b7 100644 --- a/dev-php/pecl-gnupg/Manifest +++ b/dev-php/pecl-gnupg/Manifest @@ -1,2 +1 @@ -DIST gnupg-1.4.0.tgz 28349 BLAKE2B d023746b104db38bcf7617d79570aa3c38d318879d34b1d4df7fc0c28b4e435deadc2a1a4827922cc14a8068b578896e297c8fe8461afebd2768ffb63ddc502d SHA512 70fa1d2956bc5caedbeadf556f9f40a7b963d3b519d6574b0c7695d9fb4c7f9d612306f475a90a1125661407c11de97040e54b158f38d71f239c1fe436d48018 DIST gnupg-1.5.0.tgz 37045 BLAKE2B 61031a493fc460b102c0a2e831e7523c4eeafc203d51a40d8aa902992740d96e3f1f46437a51a65dceefa283845d00d0b39db90163b7901a29cd133ddfc34d7c SHA512 1b4f9a39a2c585c5f8d749f8e2e2256d9765480ef8ef93c24c538b2f1284dacf8e9f71a42f96fa3150ace1a6ff37256a7a849f29a3e57332fe3b05656e4199cc 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 deleted file mode 100644 index c679bad631da..000000000000 --- a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/config.m4 2007-05-04 13:23:41.000000000 +0000 -+++ b/config.m4 2010-03-28 01:13:10.000000000 +0000 -@@ -41,4 +41,6 @@ - PHP_SUBST(GNUPG_SHARED_LIBADD) - - PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared) -+ -+ AC_SYS_LARGEFILE - fi 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 deleted file mode 100644 index ce3a3f298456..000000000000 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -MY_P="${PN/pecl-/}-${PV/_rc/RC}" -PHP_EXT_NAME="gnupg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_FILENAME="${MY_P}.tgz" -PHP_EXT_S="${WORKDIR}/${MY_P}" - -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" - -inherit php-ext-pecl-r3 - -S="${PHP_EXT_S}" - -KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP wrapper around the gpgme library" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND="app-crypt/gpgme app-crypt/gnupg" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/1.3.2/01-large_file_system.patch ) - -# tests are broken with gnupg 2.0/2.1, see: -# https://github.com/php-gnupg/php-gnupg/issues/2 -# https://github.com/php-gnupg/php-gnupg/issues/3 -RESTRICT="test" |