summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-11-05 21:44:59 +0000
committerDane Smith <c1pher@gentoo.org>2011-11-05 21:44:59 +0000
commit2b25c47d73632effcf404425af5fb38849390ebf (patch)
treeae9c774c35d8a17eef1c3130f71ddb27c0d4794d /net-analyzer
parentapp-misc/muttprint: Revbump. Fixes bug 184158. Thanks Chema Alonso. (diff)
downloadgentoo-2-2b25c47d73632effcf404425af5fb38849390ebf.tar.gz
gentoo-2-2b25c47d73632effcf404425af5fb38849390ebf.tar.bz2
gentoo-2-2b25c47d73632effcf404425af5fb38849390ebf.zip
net-analyzer/ostinato: Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ostinato/ChangeLog7
-rw-r--r--net-analyzer/ostinato/ostinato-0.5.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog
index 23ad3ec9d277..ea62076d6eee 100644
--- a/net-analyzer/ostinato/ChangeLog
+++ b/net-analyzer/ostinato/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/ostinato
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.10 2011/05/10 17:14:36 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.11 2011/11/05 21:44:59 c1pher Exp $
+
+*ostinato-0.5 (05 Nov 2011)
+
+ 05 Nov 2011; Dane Smith <c1pher@gentoo.org> +ostinato-0.5.ebuild:
+ Version bump.
10 May 2011; Dane Smith <c1pher@gentoo.org> +files/protobuf-2.4.0.diff:
Readd patch. Still needed in stable.
diff --git a/net-analyzer/ostinato/ostinato-0.5.ebuild b/net-analyzer/ostinato/ostinato-0.5.ebuild
new file mode 100644
index 000000000000..a6102e8eba91
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v 1.1 2011/11/05 21:44:59 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
+}