diff options
author | Brian Evans <grknight@gentoo.org> | 2022-02-16 14:13:24 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-02-16 14:14:15 -0500 |
commit | 4cfbe3bd8b37007ed590cd1e1f34d3e83031fa79 (patch) | |
tree | 853b33f99e44dc028eb6d36036efb5d2ef9cea00 /dev-php/PEAR-Crypt_GPG/files | |
parent | dev-php/PEAR-Crypt_GPG: Version bump for 1.6.7 Security Release (diff) | |
download | gentoo-4cfbe3bd8b37007ed590cd1e1f34d3e83031fa79.tar.gz gentoo-4cfbe3bd8b37007ed590cd1e1f34d3e83031fa79.tar.bz2 gentoo-4cfbe3bd8b37007ed590cd1e1f34d3e83031fa79.zip |
dev-php/PEAR-Crypt_GPG: Drop old unstable
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG/files')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/files/1.6.4-fix-tests.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/files/1.6.4-fix-tests.patch b/dev-php/PEAR-Crypt_GPG/files/1.6.4-fix-tests.patch deleted file mode 100644 index e4fb835cc34f..000000000000 --- a/dev-php/PEAR-Crypt_GPG/files/1.6.4-fix-tests.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -uarN a/tests/ImportKeyTest.php b/tests/ImportKeyTest.php ---- a/tests/ImportKeyTest.php 2020-03-22 08:00:23.000000000 -0400 -+++ b/tests/ImportKeyTest.php 2021-02-02 14:45:16.561963089 -0500 -@@ -60,7 +60,7 @@ - // set up - // {{{ setUp() - -- public function setUp() -+ public function setUp() :void - { - parent::setUp(); - -diff -uarN a/tests/KeyGeneratorTest.php b/tests/KeyGeneratorTest.php ---- a/tests/KeyGeneratorTest.php 2020-03-22 08:00:23.000000000 -0400 -+++ b/tests/KeyGeneratorTest.php 2021-02-02 14:42:07.117718685 -0500 -@@ -174,7 +174,7 @@ - // }}} - // {{{ setUp() - -- public function setUp() -+ public function setUp() :void - { - parent::setUp(); - $this->generator = new Crypt_GPG_KeyGenerator($this->getOptions()); -diff -uarN a/tests/TestCase.php b/tests/TestCase.php ---- a/tests/TestCase.php 2020-03-22 08:00:23.000000000 -0400 -+++ b/tests/TestCase.php 2021-02-02 14:42:36.978387716 -0500 -@@ -119,7 +119,7 @@ - // set up - // {{{ setUp() - -- public function setUp() -+ public function setUp() :void - { - // load test configuration file if it exists - $configFilename = __DIR__ . '/config.php'; -@@ -567,7 +567,7 @@ - // }}} - // {{{ tearDown() - -- public function tearDown() -+ public function tearDown() :void - { - unset($this->gpg); - |