mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
enum4linux: pkgcheck fixes
This commit is contained in:
parent
a73fc6a704
commit
84824991f8
2 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
14
net-analyzer/enum4linux/metadata.xml
Normal file
14
net-analyzer/enum4linux/metadata.xml
Normal 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>
|
||||
Loading…
Reference in a new issue