From a12f3592aa8d1daff6b3aa396cc7e9ea1eef7cc9 Mon Sep 17 00:00:00 2001 From: erwinp Date: Sat, 22 Feb 2014 09:37:21 +0000 Subject: [PATCH] polenum: pull back change as we are going to change the enum4linux package --- net-analyzer/polenum/polenum-0.2-r3.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 net-analyzer/polenum/polenum-0.2-r3.ebuild diff --git a/net-analyzer/polenum/polenum-0.2-r3.ebuild b/net-analyzer/polenum/polenum-0.2-r3.ebuild deleted file mode 100644 index 14cd995aa..000000000 --- a/net-analyzer/polenum/polenum-0.2-r3.ebuild +++ /dev/null @@ -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 -}