bonesi: 0.3.1 bump

This commit is contained in:
Yury Martynov 2019-04-28 09:09:21 +03:00
parent fdbfdeb8e4
commit b0781f29cc
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 25 additions and 13 deletions

View file

@ -0,0 +1 @@
DIST bonesi-0.3.1.tar.gz 425478 BLAKE2B 33caf3670427b782102bba5d191043f6213d6f2a07f45f913a40216ab7d79801e54e0470b5649f60b1c8c468ba23bd7c3c61578fa7291f4afb4749b32a491c41 SHA512 03291a1c69bdb2ffa046f6e30ec1e624e6a2e8f788a2c30044ddaf7a9baced0b06662e6a4fb79b0f520db9e40276ed013251352c1cf496e75a9ca6e14d424e10

View file

@ -0,0 +1 @@
bonesi-9999.ebuild

View file

@ -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
}

View 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>