ostinato: they call it "wireshark in reverse", seems nice

This commit is contained in:
Zero_Chaos 2010-06-27 02:50:59 +00:00
parent 28d2da6ed9
commit 01288a35c7
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD ostinato-9999.ebuild 516 RMD160 445b0bb01931e38301aca3a83d06f38ff3ab1a35 SHA1 99f8e68ddd33c9466bcf63edea0adeac5203517a SHA256 6acce06b940839e62137c80553cdb199d17d7b8d0c3bd0caae4ed7f7724a6942

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