From 01288a35c74a859b44439cc55337d5120ed7cce2 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 27 Jun 2010 02:50:59 +0000 Subject: [PATCH] ostinato: they call it "wireshark in reverse", seems nice --- net-analyzer/ostinato/Manifest | 1 + net-analyzer/ostinato/ostinato-9999.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 net-analyzer/ostinato/Manifest create mode 100644 net-analyzer/ostinato/ostinato-9999.ebuild diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest new file mode 100644 index 000000000..015f9aa40 --- /dev/null +++ b/net-analyzer/ostinato/Manifest @@ -0,0 +1 @@ +EBUILD ostinato-9999.ebuild 516 RMD160 445b0bb01931e38301aca3a83d06f38ff3ab1a35 SHA1 99f8e68ddd33c9466bcf63edea0adeac5203517a SHA256 6acce06b940839e62137c80553cdb199d17d7b8d0c3bd0caae4ed7f7724a6942 diff --git a/net-analyzer/ostinato/ostinato-9999.ebuild b/net-analyzer/ostinato/ostinato-9999.ebuild new file mode 100644 index 000000000..bdfcd91c7 --- /dev/null +++ b/net-analyzer/ostinato/ostinato-9999.ebuild @@ -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/"