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 D2449138359 for ; Thu, 2 Jul 2020 07:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D82AE088F; Thu, 2 Jul 2020 07:33:05 +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 BBB7FE088F for ; Thu, 2 Jul 2020 07:33:04 +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 7736C34F321 for ; Thu, 2 Jul 2020 07:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2BB99C for ; Thu, 2 Jul 2020 07:33:01 +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: <1593675171.923ac7ab37e56c1606cfc3deaa71ac1991b77d2e.kentnl@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 X-VCS-Directories: dev-perl/Crypt-PasswdMD5/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 923ac7ab37e56c1606cfc3deaa71ac1991b77d2e X-VCS-Branch: master Date: Thu, 2 Jul 2020 07:33:01 +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: 0f262a4d-ca6c-4d40-902b-2ad660df74d0 X-Archives-Hash: 3a67d783f6f7ce7b686c829b36d63727 commit: 923ac7ab37e56c1606cfc3deaa71ac1991b77d2e Author: Kent Fredric gentoo org> AuthorDate: Thu Jul 2 07:32:35 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jul 2 07:32:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923ac7ab dev-perl/Crypt-PasswdMD5: -r bump for EAPI7 - EAPI7 - Parallel tests - Correct dependencies Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Crypt-PasswdMD5-1.400.0-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 new file mode 100644 index 00000000000..a6d037effc7 --- /dev/null +++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 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 + ) +"