enum4linux: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 21:33:22 -04:00
parent a73fc6a704
commit 84824991f8
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="A tool for enumerating information from Windows and Samba systems"
HOMEPAGE="https://labs.portcullis.co.uk/application/enum4linux/"
@ -12,7 +12,6 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="+polenum ldap"
DEPEND=""
RDEPEND="
dev-lang/perl:0=
net-fs/samba

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>noone@pentoo.org</email>
<name>No one</name>
</maintainer>
<use>
<flag name="polenum">Attempt to enumerate policies using polenum</flag>
</use>
<upstream>
<remote-id type="github">CiscoCXSecurity/enum4linux</remote-id>
</upstream>
</pkgmetadata>