Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GnuPG-Interface/
Date: Sat, 30 Oct 2021 18:46:52
Message-Id: 1635619583.36815e7fc6d3b02f11c0e0edc979cd8ee9429b90.dilfridge@gentoo
1 commit: 36815e7fc6d3b02f11c0e0edc979cd8ee9429b90
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 18:39:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 18:46:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36815e7f
7
8 dev-perl/GnuPG-Interface: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../GnuPG-Interface-0.520.0-r3.ebuild | 72 ----------------------
14 dev-perl/GnuPG-Interface/Manifest | 1 -
15 2 files changed, 73 deletions(-)
16
17 diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
18 deleted file mode 100644
19 index df5dd4a3d81..00000000000
20 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild
21 +++ /dev/null
22 @@ -1,72 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DIST_AUTHOR=ALEXMV
29 -DIST_VERSION=0.52
30 -inherit perl-module
31 -
32 -DESCRIPTION="Perl module interface to interacting with GnuPG"
33 -
34 -SLOT="0"
35 -KEYWORDS="amd64 ~hppa ppc x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="
40 - >=app-crypt/gnupg-1.2.1-r1
41 - virtual/perl-autodie
42 - >=virtual/perl-Math-BigInt-1.780.0
43 - >=dev-perl/Moo-0.91.11
44 - >=dev-perl/MooX-HandlesVia-0.1.4
45 - >=dev-perl/MooX-late-0.14.0
46 -"
47 -DEPEND="${RDEPEND}
48 - >=virtual/perl-ExtUtils-MakeMaker-6.360.0
49 -"
50 -
51 -PATCHES=(
52 - "${FILESDIR}/${P}"-0001-fix-spelling-error-settting-should-be-setting.patch
53 - "${FILESDIR}/${P}"-0002-Generalize-the-test-suite.patch
54 - "${FILESDIR}/${P}"-0003-subkey-validity-of-an-key-when-we-have-established-n.patch
55 - "${FILESDIR}/${P}"-0004-ensure-that-test-covers-all-signatures.patch
56 - "${FILESDIR}/${P}"-0005-add-gpg_is_modern-to-test-suite.patch
57 - "${FILESDIR}/${P}"-0006-Modern-GnuPG-2.1-reports-more-detail-about-secret-ke.patch
58 - "${FILESDIR}/${P}"-0007-test-suite-match-plaintext-output-across-versions-of.patch
59 - "${FILESDIR}/${P}"-0008-fix-test_default_key_passphrase-when-passphrase-come.patch
60 - "${FILESDIR}/${P}"-0009-clean-up-trailing-whitespace.patch
61 - "${FILESDIR}/${P}"-0010-fix-capitalization-of-GnuPG.patch
62 - "${FILESDIR}/${P}"-0011-ommand_args-should-be-command_args.patch
63 - "${FILESDIR}/${P}"-0012-use-fingerprints-as-inputs-during-tests-to-demonstra.patch
64 - "${FILESDIR}/${P}"-0013-move-key-files-to-generic-names.patch
65 - "${FILESDIR}/${P}"-0014-fix-spelling-s-convience-convenience.patch
66 - "${FILESDIR}/${P}"-0015-added-new-secret-key-with-different-passphrase.patch
67 - "${FILESDIR}/${P}"-0016-Test-use-of-gpg-without-explicit-passphrase-agent-pi.patch
68 - "${FILESDIR}/${P}"-0017-Kill-any-GnuPG-agent-before-and-after-the-test-suite.patch
69 - "${FILESDIR}/${P}"-0018-Use-a-short-temporary-homedir-during-the-test-suite.patch
70 - "${FILESDIR}/${P}"-0019-Make-things-work-with-gpg1-assuming-plain-gpg-is-mod.patch
71 - "${FILESDIR}/${P}"-0030-gpg-2.2.6.patch
72 - "${FILESDIR}/${P}"-0031-gpg-2.2.8.patch
73 -)
74 -
75 -src_prepare() {
76 - sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
77 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
78 - perl-module_src_prepare
79 -}
80 -
81 -src_test() {
82 -# Nearly all tests succeed with this patchset and GnuPG 2.1 when running outside the
83 -# emerge sandbox. However, the agent architecture is not really sandbox-friendly, so...
84 -#
85 -# Test Summary Report
86 -# -------------------
87 -# t/decrypt.t (Wstat: 0 Tests: 6 Failed: 2)
88 -# Failed tests: 5-6
89 -# Failed 1/22 test programs. 2/56 subtests failed.
90 - perl_rm_files t/decrypt.t
91 -# Needs to run a setup test that spawns a persistent daemon
92 - DIST_TEST="do"
93 - perl-module_src_test
94 -}
95
96 diff --git a/dev-perl/GnuPG-Interface/Manifest b/dev-perl/GnuPG-Interface/Manifest
97 index d2bef279cdc..9b0091f79a7 100644
98 --- a/dev-perl/GnuPG-Interface/Manifest
99 +++ b/dev-perl/GnuPG-Interface/Manifest
100 @@ -1,2 +1 @@
101 -DIST GnuPG-Interface-0.52.tar.gz 63733 BLAKE2B ce068177b8467356b57aae95a61e4746e4f690272083e465c877533a5ab0eedaaf271586aaffe7e4f979034d04bd49fc483047654426f23cfb904a98326454c3 SHA512 911f47a3b52249e8b39133d4040b86147793d9dd6a78d2b279674d6bba0cd38de5c919bf12b241b0e977790575502531afab6b1d2c05739d050c16d05d52fc49
102 DIST GnuPG-Interface-1.02.tar.gz 75523 BLAKE2B 4b1311bbd930ae6719db9d7d25e247804c1f71f29da52b1896086ff4905cfdf09792d85fa9e90da462e974279cc673bacdcd2b6a32171eca1be861df5f712a98 SHA512 ff4365aa75fbcd2dc77c915ec36c0b578219ae1a2148e936b4769221f91c78a3bc3d371159b5130e7bee36ecf0e169b6a16e3a160d2598811d6f70850119f6e4