mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
bumped fusil to 1.3.1
This commit is contained in:
parent
5596264b9f
commit
cb6bc5f974
2 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST fusil-1.1.tar.gz 142321 RMD160 cedf549d0d45b6c8bb19b9ddddde232ff0406560 SHA1 d40f8720d0c599c92fc38bc0c36525de427cfda8 SHA256 85f9a52578c9af3d2a062097144cb6dc507fff7df7e286479010e65cf6b6f23d
|
||||
DIST fusil-1.3.1.tar.gz 133895 RMD160 cb873e285c34e44142cdc149a1e6112ecd6903c4 SHA1 474c924a96ac9d54748d24ea1494040d29d70d3c SHA256 433cc99999977e1976e5856e65e238b7ec8ac769b9e9f4cbd91d0a2d8a1cc93a
|
||||
EBUILD fusil-1.1-r1.ebuild 646 RMD160 3e0720f927eab5801da3d51af2532a2afa20f6e2 SHA1 135ce8387ff0e5043cd907cb23b80cdc9cb50738 SHA256 e7632bfb6300bbf0fce6b9b859016cbbaf6689dd4eb3b25e90120e16ea4cc8f1
|
||||
EBUILD fusil-1.3.1.ebuild 614 RMD160 d9d73d4eff37328016f6158a7136c8a0f6a64c40 SHA1 123307cfa9bcd29a05f33f4f7eafe81b837caf34 SHA256 fdd1315bbae21de67fffbacdd0a90d2debd18db09092b635a9d6b3b4120acbb4
|
||||
|
|
|
|||
27
app-fuzz/fusil/fusil-1.3.1.ebuild
Normal file
27
app-fuzz/fusil/fusil-1.3.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# 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