From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1312334-garchives=archives.gentoo.org@lists.gentoo.org> 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 2786F139368 for <garchives@archives.gentoo.org>; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD0FE0831; Fri, 13 Aug 2021 01:05:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 923BBE0831 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5DCF1342B2A for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4E8E8A7 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:33 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1628816694.cdbc1fb3e0f8ec3f28cc70c8fe79f025f087c549.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0.ebuild dev-perl/Crypt-PasswdMD5/Manifest X-VCS-Directories: dev-perl/Crypt-PasswdMD5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cdbc1fb3e0f8ec3f28cc70c8fe79f025f087c549 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bc998a2-0324-4976-87bc-9ee60e59f87a X-Archives-Hash: 70909404d0e6366792647fadd97a85d4 commit: cdbc1fb3e0f8ec3f28cc70c8fe79f025f087c549 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 00:43:53 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 01:04:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc1fb3 dev-perl/Crypt-PasswdMD5: drop 1.400.0, 1.400.0-r1 Signed-off-by: Sam James <sam <AT> gentoo.org> .../Crypt-PasswdMD5-1.400.0-r1.ebuild | 25 ---------------------- .../Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0.ebuild | 17 --------------- dev-perl/Crypt-PasswdMD5/Manifest | 1 - 3 files changed, 43 deletions(-) diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild deleted file mode 100644 index cde8a6aeef6..00000000000 --- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=RSAVAGE -DIST_VERSION=1.40 -DIST_A_EXT=tgz -inherit perl-module - -DESCRIPTION="Provides interoperable MD5-based crypt() functions" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - >=virtual/perl-Digest-MD5-2.530.0 -" -DEPEND="dev-perl/Module-Build" -BDEPEND=" - dev-perl/Module-Build - test? ( - >=virtual/perl-Test-Simple-0.940.0 - ) -" diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0.ebuild b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0.ebuild deleted file mode 100644 index 5cedeefe487..00000000000 --- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RSAVAGE -MODULE_VERSION=1.40 -MODULE_A_EXT=tgz -inherit perl-module - -DESCRIPTION="Provides interoperable MD5-based crypt() functions" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86" - -DEPEND="dev-perl/Module-Build" - -SRC_TEST="do" diff --git a/dev-perl/Crypt-PasswdMD5/Manifest b/dev-perl/Crypt-PasswdMD5/Manifest index 64dbaf53d57..6de59f675ae 100644 --- a/dev-perl/Crypt-PasswdMD5/Manifest +++ b/dev-perl/Crypt-PasswdMD5/Manifest @@ -1,2 +1 @@ -DIST Crypt-PasswdMD5-1.40.tgz 6683 BLAKE2B f12458349b2444a944d84a4c4c5df644fcdc0c6ec49f885edff5416ea44587b2bb78106df523ac6711c5f22e9019f3c248f4f6a8e8af03100e2d59b7f2684540 SHA512 c00f76210a9c07ad610b4698b15d142c3859100a13af620919e32bf046ab2febf8ebedafcffa4dde62f7e9af0e9ff137dae623e0bab60380fca003f7b35bfc77 DIST Crypt-PasswdMD5-1.41.tgz 14275 BLAKE2B 179982aab63463bb3469d219a5304574f5a59b2a2601c48460c75bcc367043fc007571d3c8a8002f8b3c232f9051aae62f4fe8ae8431d580c6093bc9a9c7ccf1 SHA512 eee16e08f5cdca4d5bc2056e39e18bbbeb5e8bcf403fb44eb632a9a09496fc8b34ede4b2feaffacceafef99be390e44ca49767d98c05a62a2208e1c7e7ff5430