dev-perl/Crypt-SmbHash: EAPI6 + Tests
authorKent Fredric <kentnl@gentoo.org>
Wed, 18 Oct 2017 23:36:49 +0000 (12:36 +1300)
committerKent Fredric <kentnl@gentoo.org>
Thu, 19 Oct 2017 00:06:15 +0000 (13:06 +1300)
- EAPI6
- Tests enabled

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild [new file with mode: 0644]

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 (file)
index 0000000..3adfb19
--- /dev/null
@@ -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}"