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 A1B711396DB for ; Thu, 19 Oct 2017 00:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA96AE0D4C; Thu, 19 Oct 2017 00:06:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 85438E0D4C for ; Thu, 19 Oct 2017 00:06:37 +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 6502933BF0B for ; Thu, 19 Oct 2017 00:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 085BF824 for ; Thu, 19 Oct 2017 00:06:35 +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: <1508371575.24a90fccb689b7f3719ed329d07d1cf707075a06.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-r2.ebuild X-VCS-Directories: dev-perl/Crypt-SmbHash/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 24a90fccb689b7f3719ed329d07d1cf707075a06 X-VCS-Branch: master Date: Thu, 19 Oct 2017 00:06:35 +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-Archives-Salt: 0c38aff7-afb2-4fc0-b405-29f73da3bf90 X-Archives-Hash: cfb09a1b6c486587a920e3e3b27a74a8 commit: 24a90fccb689b7f3719ed329d07d1cf707075a06 Author: Kent Fredric gentoo org> AuthorDate: Wed Oct 18 23:36:49 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Oct 19 00:06:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a90fcc dev-perl/Crypt-SmbHash: EAPI6 + Tests - EAPI6 - Tests enabled Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild new file mode 100644 index 00000000000..3adfb19dead --- /dev/null +++ b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Digest-MD4" +DEPEND="${RDEPEND}"