mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-26 18:16:39 +01:00
polenum: pull back change as we are going to change the enum4linux package
This commit is contained in:
parent
b40d1235f0
commit
a12f3592aa
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT="python2_7"
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="a python script for extracting the password policy information from a Windows/Samba machine."
|
||||
HOMEPAGE="http://labs.portcullis.co.uk/application/polenum/"
|
||||
SRC_URI="http://labs.portcullis.co.uk/download/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/python
|
||||
dev-python/impacket"
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}.py
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
}
|
||||
Loading…
Reference in a new issue