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 01351138359 for ; Thu, 2 Jul 2020 14:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 105F0E08BD; Thu, 2 Jul 2020 14:11:03 +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 E9311E08BD for ; Thu, 2 Jul 2020 14:11:02 +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 9219534EFBB for ; Thu, 2 Jul 2020 14:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B93D28F for ; Thu, 2 Jul 2020 14:11:00 +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: <1593699026.d0410499d754de818664529b17d77aa2b9adc991.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SmbHash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild X-VCS-Directories: dev-perl/Crypt-SmbHash/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d0410499d754de818664529b17d77aa2b9adc991 X-VCS-Branch: master Date: Thu, 2 Jul 2020 14:11:00 +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: 57f899e0-41bb-4e75-98f3-7e578c837c9d X-Archives-Hash: afd2bc733c90375a8f1ad61dcf6828fe commit: d0410499d754de818664529b17d77aa2b9adc991 Author: Kent Fredric gentoo org> AuthorDate: Thu Jul 2 14:10:26 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jul 2 14:10:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0410499 dev-perl/Crypt-SmbHash: -r bump for EAPI7 + fixes - EAPI7 - Fix license - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild new file mode 100644 index 00000000000..af5475b75df --- /dev/null +++ b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=BJKUIT +DIST_VERSION=0.12 +inherit perl-module + +DESCRIPTION="LM/NT hashing, for Samba's smbpasswd entries" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="dev-perl/Digest-MD4" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"