From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEA32158020 for ; Tue, 15 Nov 2022 08:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C2EE09B4; Tue, 15 Nov 2022 08:46:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DABB8E09B4 for ; Tue, 15 Nov 2022 08:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8DB7340E91 for ; Tue, 15 Nov 2022 08:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07282756 for ; Tue, 15 Nov 2022 08:46:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1668500744.2a3153cb7b41e59e3249b5e68f60d721ace18560.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild dev-perl/Crypt-SMIME/Manifest X-VCS-Directories: dev-perl/Crypt-SMIME/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a3153cb7b41e59e3249b5e68f60d721ace18560 X-VCS-Branch: master Date: Tue, 15 Nov 2022 08:46:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b54f471-eda9-47fe-a5b0-b8d219e1afd0 X-Archives-Hash: 3a08161979b9817d8f34692e46859639 commit: 2a3153cb7b41e59e3249b5e68f60d721ace18560 Author: Sam James gentoo org> AuthorDate: Tue Nov 15 08:25:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 15 08:25:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3153cb dev-perl/Crypt-SMIME: add 0.280.0 Signed-off-by: Sam James gentoo.org> dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild | 42 +++++++++++++++++++++++++ dev-perl/Crypt-SMIME/Manifest | 1 + 2 files changed, 43 insertions(+) diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild new file mode 100644 index 000000000000..e23501001d45 --- /dev/null +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MIKAGE +DIST_VERSION=0.28 +inherit perl-module + +DESCRIPTION="S/MIME message signing, verification, encryption and decryption" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND=" + >=dev-libs/openssl-0.9.9:= + virtual/perl-XSLoader +" +DEPEND=">=dev-libs/openssl-0.9.9:=" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + dev-perl/ExtUtils-PkgConfig + dev-perl/ExtUtils-CChecker + >=virtual/perl-ExtUtils-Constant-0.230.0 + test? ( + dev-perl/Test-Exception + virtual/perl-Test-Simple + !minimal? ( + >=dev-perl/Test-Taint-1.60.0 + >=dev-perl/Taint-Util-0.80.0 + ) + ) +" + +PERL_RM_FILES=( + t/boilerplate.t + t/manifest.t + t/pod-coverage.t + t/pod.t +) diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest index 7969afbaa627..830610724aa5 100644 --- a/dev-perl/Crypt-SMIME/Manifest +++ b/dev-perl/Crypt-SMIME/Manifest @@ -1 +1,2 @@ DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf +DIST Crypt-SMIME-0.28.tar.gz 28611 BLAKE2B ca5ada248e02287d25abd80f872d9fdc20f09cecb1622bedb5bd9c9d1e90664c77400c12c4276a4aca687b49dc82bf0fe8d95810b094f6fa3350ad8a2b225a0f SHA512 a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e