summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <smitdane@gmail.com>2010-07-16 21:45:06 -0400
committerDane Smith <smitdane@gmail.com>2010-07-16 21:45:06 -0400
commite3d40e6d354fbdd02123c17ae37750134877f29d (patch)
tree09d768bb16d241123eda9802445eb9c14c2bf716 /net-analyzer/ostinato/ostinato-9999.ebuild
downloadsmithdanea-e3d40e6d354fbdd02123c17ae37750134877f29d.tar.gz
smithdanea-e3d40e6d354fbdd02123c17ae37750134877f29d.tar.bz2
smithdanea-e3d40e6d354fbdd02123c17ae37750134877f29d.zip
Intial commit for my public overlay.
All working projects.
Diffstat (limited to 'net-analyzer/ostinato/ostinato-9999.ebuild')
-rw-r--r--net-analyzer/ostinato/ostinato-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/ostinato/ostinato-9999.ebuild b/net-analyzer/ostinato/ostinato-9999.ebuild
new file mode 100644
index 0000000..76ed12f
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit qt4-r2 mercurial
+
+DESCRIPTION="A packet generator and alayzer"
+HOMEPAGE="http://code.google.com/p/ostinato/"
+SRC_URI=""
+EHG_REPO_URI="https://ostinato.googlecode.com/hg"
+[[ ${PV} != 9999* ]] && \
+ SRC_URI="http://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+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/"