public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
Date: Wed, 16 Sep 2020 08:53:20 +0000 (UTC)	[thread overview]
Message-ID: <1600246388.369fea0772221e06a36341490c193f67a923180d.kentnl@gentoo> (raw)

commit:     369fea0772221e06a36341490c193f67a923180d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 08:52:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 08:53:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369fea07

dev-perl/Crypt-SMIME: Bump to version 0.270.0

Upstream:
- Remove t/dependencies.t ( change invisible to gentoo because we
  already striped this test )

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild | 48 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 49 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
new file mode 100644
index 00000000000..c03116a03ba
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+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
+)
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 98fc49c6a99..1acfc5a3a7d 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f
 DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f SHA512 6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae
+DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf


             reply	other threads:[~2020-09-16  8:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16  8:53 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 21:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/ Sam James
2024-04-29  4:45 Sam James
2022-12-18 18:50 Arthur Zamarin
2022-11-15  8:46 Sam James
2022-10-31 16:38 Agostino Sarubbo
2021-06-22 18:19 Sam James
2021-05-03 10:25 Mikle Kolyada
2020-10-19  3:58 Kent Fredric
2020-09-17 12:25 Kent Fredric
2020-08-07 15:47 Kent Fredric
2020-08-06 16:56 Kent Fredric
2020-07-02 13:10 Kent Fredric
2016-12-10 18:01 Kent Fredric
2016-12-05 19:35 Kent Fredric
2016-09-05  5:47 Kent Fredric
2016-09-05  5:47 Kent Fredric
2016-01-09 21:20 Andreas Hüttel
2015-12-31 10:46 Andreas Hüttel
2015-12-31 10:46 Andreas Hüttel
2015-09-20 16:39 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600246388.369fea0772221e06a36341490c193f67a923180d.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox