mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
ostinato: they call it "wireshark in reverse", seems nice
This commit is contained in:
parent
28d2da6ed9
commit
01288a35c7
2 changed files with 26 additions and 0 deletions
1
net-analyzer/ostinato/Manifest
Normal file
1
net-analyzer/ostinato/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD ostinato-9999.ebuild 516 RMD160 445b0bb01931e38301aca3a83d06f38ff3ab1a35 SHA1 99f8e68ddd33c9466bcf63edea0adeac5203517a SHA256 6acce06b940839e62137c80553cdb199d17d7b8d0c3bd0caae4ed7f7724a6942
|
||||
25
net-analyzer/ostinato/ostinato-9999.ebuild
Normal file
25
net-analyzer/ostinato/ostinato-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
inherit qt4-r2 mercurial versionator
|
||||
|
||||
DESCRIPTION="A packet generator and alayzer"
|
||||
HOMEPAGE="http://code.google.com/p/ostinato/"
|
||||
SRC_URI=""
|
||||
EHG_REPO_URI="https://ostinato.googlecode.com/hg"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/protobuf
|
||||
net-libs/libpcap
|
||||
x11-libs/qt-core
|
||||
x11-libs/qt-gui
|
||||
x11-libs/qt-script"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/hg/"
|
||||
Loading…
Reference in a new issue