summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-19 12:36:49 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-19 13:06:15 +1300
commit24a90fccb689b7f3719ed329d07d1cf707075a06 (patch)
tree20c0c742313186386022cf105ca0ea5152555e51
parentdev-perl/Crypt-DH: EAPI6 + Tests (diff)
downloadgentoo-24a90fccb689b7f3719ed329d07d1cf707075a06.tar.gz
gentoo-24a90fccb689b7f3719ed329d07d1cf707075a06.tar.bz2
gentoo-24a90fccb689b7f3719ed329d07d1cf707075a06.zip
dev-perl/Crypt-SmbHash: EAPI6 + Tests
- EAPI6 - Tests enabled Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
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 000000000000..3adfb19dead2
--- /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}"