diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 05:44:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 05:44:46 +0100 |
commit | b8f346d70b929d0e978a7653c054e26ff89f114f (patch) | |
tree | 3672b7ac499bdf880ea24398ea1f546f98f2d3e2 /dev-perl/Crypt-SMIME | |
parent | dev-python/regex: Bump to 2024.4.28 (diff) | |
download | gentoo-b8f346d70b929d0e978a7653c054e26ff89f114f.tar.gz gentoo-b8f346d70b929d0e978a7653c054e26ff89f114f.tar.bz2 gentoo-b8f346d70b929d0e978a7653c054e26ff89f114f.zip |
dev-perl/Crypt-SMIME: add 0.300.0
Bug: https://bugs.gentoo.org/930378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-SMIME')
-rw-r--r-- | dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild | 42 | ||||
-rw-r--r-- | dev-perl/Crypt-SMIME/Manifest | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild new file mode 100644 index 000000000000..59c51d7fac84 --- /dev/null +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MIKAGE +DIST_VERSION=0.30 +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 f755c9c720d4..a3fb0709faa4 100644 --- a/dev-perl/Crypt-SMIME/Manifest +++ b/dev-perl/Crypt-SMIME/Manifest @@ -1 +1,2 @@ DIST Crypt-SMIME-0.28.tar.gz 28611 BLAKE2B ca5ada248e02287d25abd80f872d9fdc20f09cecb1622bedb5bd9c9d1e90664c77400c12c4276a4aca687b49dc82bf0fe8d95810b094f6fa3350ad8a2b225a0f SHA512 a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e +DIST Crypt-SMIME-0.30.tar.gz 28475 BLAKE2B 880e8d8d5e48ef79b3edb61b02b1c5dd83c59fbafa36694a76f7e00ed81f7c26a728b3ef0da333d89c0c89e9a8182ded5dad862df0074a09561b288bc34bbe31 SHA512 6e8e3a16803f4381fb6513fb2f4f4fd866dbd11c92f40651dc44dbcb6b2b3d1be4caa9940109b3bb018b0188933477d7f567f403a0d1fe374c63c7b62d4adb82 |