mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 20:14:17 +01:00
fusil: removed, use portage version instead
This commit is contained in:
parent
8690b39cfa
commit
c8cd3ebe18
2 changed files with 0 additions and 29 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST fusil-1.3.1.tar.gz 133895 RMD160 cb873e285c34e44142cdc149a1e6112ecd6903c4 SHA1 474c924a96ac9d54748d24ea1494040d29d70d3c SHA256 433cc99999977e1976e5856e65e238b7ec8ac769b9e9f4cbd91d0a2d8a1cc93a
|
||||
EBUILD fusil-1.3.1.ebuild 614 RMD160 d9d73d4eff37328016f6158a7136c8a0f6a64c40 SHA1 123307cfa9bcd29a05f33f4f7eafe81b837caf34 SHA256 fdd1315bbae21de67fffbacdd0a90d2debd18db09092b635a9d6b3b4120acbb4
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
NEED_PYTHON=2.6
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
|
||||
HOMEPAGE="http://fusil.hachoir.org/"
|
||||
SRC_URI="http://pypi.python.org/packages/source/f/fusil/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( =dev-lang/python-2.6* dev-python/ctypes )"
|
||||
RDEPEND="dev-python/python-ptrace
|
||||
dev-python/python-xlib"
|
||||
|
||||
PYTHON_MODNAME="fusil"
|
||||
|
||||
pkg_postinst() {
|
||||
enewgroup fusil
|
||||
enewuser fusil -1 -1 -1 "fusil"
|
||||
}
|
||||
Loading…
Reference in a new issue