polenum: pull back change as we are going to change the enum4linux package

This commit is contained in:
erwinp 2014-02-22 09:37:21 +00:00
parent b40d1235f0
commit a12f3592aa

View file

@ -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
}