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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7503413835A for ; Thu, 6 Aug 2020 16:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EB2E0882; Thu, 6 Aug 2020 16:56:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EA3EE0882 for ; Thu, 6 Aug 2020 16:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F012734F05F for ; Thu, 6 Aug 2020 16:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 752F430C for ; Thu, 6 Aug 2020 16:56:16 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1596732427.fc01c2654f38b75ca70e5ac6820c729003b999c2.kentnl@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.190.0.ebuild dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild dev-perl/Crypt-SMIME/Manifest X-VCS-Directories: dev-perl/Crypt-SMIME/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fc01c2654f38b75ca70e5ac6820c729003b999c2 X-VCS-Branch: master Date: Thu, 6 Aug 2020 16:56:16 +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: b1e14b47-8b2b-4d05-94a8-6b240ca82d09 X-Archives-Hash: b7db067242e8030e67232c5b94f39298 commit: fc01c2654f38b75ca70e5ac6820c729003b999c2 Author: Kent Fredric gentoo org> AuthorDate: Thu Aug 6 16:47:07 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Aug 6 16:47:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc01c265 dev-perl/Crypt-SMIME: Cleanup old 0.190.0,0.250.0 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild | 41 ------------------------- dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild | 41 ------------------------- dev-perl/Crypt-SMIME/Manifest | 1 - 3 files changed, 83 deletions(-) diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild deleted file mode 100644 index 2a2df7ca342..00000000000 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MIKAGE -DIST_VERSION=0.19 -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 -" -DEPEND="${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 - ) - ) -" - -src_test() { - perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \ - t/pod-coverage.t t/pod.t - perl-module_src_test -} diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild deleted file mode 100644 index 318ec34edfe..00000000000 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MIKAGE -DIST_VERSION=0.25 -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 -" -DEPEND="${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 - ) - ) -" - -src_test() { - perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \ - t/pod-coverage.t t/pod.t - perl-module_src_test -} diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest index 597a2404bb3..92653336bd4 100644 --- a/dev-perl/Crypt-SMIME/Manifest +++ b/dev-perl/Crypt-SMIME/Manifest @@ -1,2 +1 @@ -DIST Crypt-SMIME-0.19.tar.gz 26057 BLAKE2B 0d0e2bbec80ab722a492769b4a96c3fcd7dba0056e3f7287acd16394b09143e56c417551ef819c92fae9f0f0890cb6338f6ef8ce8263d0b3e06da3d51f7dc32b SHA512 fcf7cbbf00127ddc618acd8959763d92eb14ec4e7ade76ffa1020ce60ae1d575d320e4aa89a4d43cf2422170b6bc924ebcf20a42135361e97fb72e8b9abf2c5b DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f