summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2016-07-01 12:35:29 -0400
committerZero_Chaos <zerochaos@gentoo.org>2016-07-01 12:35:51 -0400
commit061b4dc408878c29e1a416f1b74f7008c64d48f4 (patch)
tree250f925e11610c51f1b8e4e32517f522d3dda29a /net-analyzer/ostinato
parentapp-vim/sudoedit: Clean up old. (diff)
downloadgentoo-061b4dc408878c29e1a416f1b74f7008c64d48f4.tar.gz
gentoo-061b4dc408878c29e1a416f1b74f7008c64d48f4.tar.bz2
gentoo-061b4dc408878c29e1a416f1b74f7008c64d48f4.zip
net-analyzer/ostinato: bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-analyzer/ostinato')
-rw-r--r--net-analyzer/ostinato/Manifest1
-rw-r--r--net-analyzer/ostinato/ostinato-0.8.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index 22643bd51294..0c0aa659ca69 100644
--- a/net-analyzer/ostinato/Manifest
+++ b/net-analyzer/ostinato/Manifest
@@ -1 +1,2 @@
+DIST ostinato-0.8.tar.gz 424104 SHA256 8680c409170fc1b5588d3d0a2aedfbe81f3f2e6f1f63b16f070fca68a89dfc42 SHA512 ecb3581736bd8dff44fe21082c270febc2ead4530cfb57997f218bd0b61a85993208937729374dd09c67fdc24eb2b9adfe5b3750ee6daef90b1e7dac2ea0737b WHIRLPOOL 4d502c61d22191906c879094f5c17ba86b0049985a52091beb8352bab250ea29057e9767a5f33c1ff917866eff0928391540b3b817f3239d50216895390dda9d
DIST ostinato-src-0.5.1.tar.gz 291529 SHA256 fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223 SHA512 d06b59dc2129aba01e5a42a677339d6e8f353f9c7c027226e66c8a5af94ecb48e8450e7770ae5e179131fa4cfeefcc827fb9a18be4294ddfcd7a471ec26ee06a WHIRLPOOL 6027729df2f880a220a2a4a55c702dab53ddd33ebafe6bd20740bd875498cfb8876917ea63fe981811b70ee57e7cc3c347bcba5182c6b061420b40e4bf3f3ffc
diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild
new file mode 100644
index 000000000000..31df0530d3f1
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-0.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit qt4-r2
+
+DESCRIPTION="A packet generator and analyzer"
+HOMEPAGE="http://ostinato.org/"
+SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="dev-libs/protobuf:=
+ net-libs/libpcap
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtscript:4"
+RDEPEND="${DEPEND}"
+
+src_configure(){
+ eqmake4 PREFIX=/usr ost.pro
+}