dev-php/pecl-gnupg: Drop old

Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
Brian Evans
2021-09-23 10:49:41 -04:00
parent 915dc51e36
commit 5feeac20c0
3 changed files with 0 additions and 43 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"