diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 02:10:26 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 02:10:26 +1200 |
commit | d0410499d754de818664529b17d77aa2b9adc991 (patch) | |
tree | 635d58a5e9d429a430acdb68d66e9f5b95fb1bdf /dev-perl/Crypt-SmbHash | |
parent | dev-perl/Crypt-Simple: -r bump for EAPI7 + fixes (diff) | |
download | gentoo-d0410499d754de818664529b17d77aa2b9adc991.tar.gz gentoo-d0410499d754de818664529b17d77aa2b9adc991.tar.bz2 gentoo-d0410499d754de818664529b17d77aa2b9adc991.zip |
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 <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-SmbHash')
-rw-r--r-- | dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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 000000000000..af5475b75df6 --- /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 +" |