net-misc/nxutil - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =net-misc/nxutil-9999

Package Information

Description:
naxsi whitelist creation
Homepage:
https://github.com/prajal/nxutil
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 6 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=6

PYTHON_COMPAT=( python{2_7,3_3,3_4,3_7,3_8,3_9,3_10} )

PATCHES=( "${FILESDIR}"/gentoo-path.patch )

inherit distutils-r1 git-r3

DESCRIPTION="naxsi whitelist creation"
HOMEPAGE="https://github.com/prajal/nxutil"
EGIT_REPO_URI="https://github.com/prajal/nxutil.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools"


#S="${WORKDIR}/${P}"
#distutils_src_prepare(){
#distutils_src_prepare
#	epatch ${FILESDIR}/gentoo-path.patch
#}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/setuptools