Skip to content

Commit

Permalink
dev-perl/Crypt-SmbHash: EAPI6 + Tests
Browse files Browse the repository at this point in the history
- EAPI6
- Tests enabled

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric committed Oct 19, 2017
1 parent 994a1d0 commit 24a90fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit 24a90fc

Please sign in to comment.