mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
bonesi: 0.3.1 bump
This commit is contained in:
parent
fdbfdeb8e4
commit
b0781f29cc
4 changed files with 25 additions and 13 deletions
1
net-analyzer/bonesi/Manifest
Normal file
1
net-analyzer/bonesi/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST bonesi-0.3.1.tar.gz 425478 BLAKE2B 33caf3670427b782102bba5d191043f6213d6f2a07f45f913a40216ab7d79801e54e0470b5649f60b1c8c468ba23bd7c3c61578fa7291f4afb4749b32a491c41 SHA512 03291a1c69bdb2ffa046f6e30ec1e624e6a2e8f788a2c30044ddaf7a9baced0b06662e6a4fb79b0f520db9e40276ed013251352c1cf496e75a9ca6e14d424e10
|
||||
1
net-analyzer/bonesi/bonesi-0.3.1.ebuild
Symbolic link
1
net-analyzer/bonesi/bonesi-0.3.1.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
bonesi-9999.ebuild
|
||||
|
|
@ -1,29 +1,31 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit autotools git-r3 toolchain-funcs
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="BoNeSi - the DDoS Botnet Simulator"
|
||||
DESCRIPTION="BoNeSi - the DDoS botnet simulator"
|
||||
HOMEPAGE="https://github.com/Markus-Go/bonesi"
|
||||
SRC_URI=""
|
||||
|
||||
EGIT_REPO_URI="https://github.com/Markus-Go/bonesi.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/bonesi"
|
||||
S="${WORKDIR}/${PN}"
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Markus-Go/bonesi"
|
||||
else
|
||||
SRC_URI="https://github.com/Markus-Go/bonesi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="
|
||||
net-libs/libpcap
|
||||
net-libs/libnet:*"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
# regenerate aclocal.m4 to support newer automake versions
|
||||
rm aclocal.m4 || die
|
||||
default
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
|
|
|||
8
net-analyzer/bonesi/metadata.xml
Normal file
8
net-analyzer/bonesi/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue