summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2010-11-11 17:45:42 +0000
committerDane Smith <c1pher@gentoo.org>2010-11-11 17:45:42 +0000
commitd7af9af903ffdad6a3ddf7d816c952cfc9fee8a0 (patch)
treeb92e1a125786db6733854db2a416ae3bbd42a7e3 /net-analyzer
parentMask dev-libs/gmp-5 (bug #344613). (diff)
downloadgentoo-2-d7af9af903ffdad6a3ddf7d816c952cfc9fee8a0.tar.gz
gentoo-2-d7af9af903ffdad6a3ddf7d816c952cfc9fee8a0.tar.bz2
gentoo-2-d7af9af903ffdad6a3ddf7d816c952cfc9fee8a0.zip
Version bump for Ostinato.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ostinato/ChangeLog7
-rw-r--r--net-analyzer/ostinato/ostinato-0.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog
index 79ef84524da3..f6e3450f4aac 100644
--- a/net-analyzer/ostinato/ChangeLog
+++ b/net-analyzer/ostinato/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/ostinato
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.1 2010/10/23 02:02:19 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.2 2010/11/11 17:45:42 c1pher Exp $
+
+*ostinato-0.3 (11 Nov 2010)
+
+ 11 Nov 2010; Dane Smith <c1pher@gentoo.org> +ostinato-0.3.ebuild:
+ Version bump.
*ostinato-0.2 (23 Oct 2010)
diff --git a/net-analyzer/ostinato/ostinato-0.3.ebuild b/net-analyzer/ostinato/ostinato-0.3.ebuild
new file mode 100644
index 000000000000..8a0972270eee
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.1 2010/11/11 17:45:42 c1pher Exp $
+
+EAPI=2
+inherit qt4-r2
+
+DESCRIPTION="A packet generator and analyzer"
+HOMEPAGE="http://code.google.com/p/ostinato/"
+SRC_URI="http://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/protobuf
+ net-libs/libpcap
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-script:4"
+RDEPEND="${DEPEND}"
+
+src_configure(){
+ eqmake4 PREFIX=/usr ost.pro
+}