Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
Date: Fri, 01 Jul 2016 16:36:11
Message-Id: 1467390951.061b4dc408878c29e1a416f1b74f7008c64d48f4.zerochaos@gentoo
1 commit: 061b4dc408878c29e1a416f1b74f7008c64d48f4
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 16:35:29 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 16:35:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061b4dc4
7
8 net-analyzer/ostinato: bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-analyzer/ostinato/Manifest | 1 +
13 net-analyzer/ostinato/ostinato-0.8.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
17 index 22643bd..0c0aa65 100644
18 --- a/net-analyzer/ostinato/Manifest
19 +++ b/net-analyzer/ostinato/Manifest
20 @@ -1 +1,2 @@
21 +DIST ostinato-0.8.tar.gz 424104 SHA256 8680c409170fc1b5588d3d0a2aedfbe81f3f2e6f1f63b16f070fca68a89dfc42 SHA512 ecb3581736bd8dff44fe21082c270febc2ead4530cfb57997f218bd0b61a85993208937729374dd09c67fdc24eb2b9adfe5b3750ee6daef90b1e7dac2ea0737b WHIRLPOOL 4d502c61d22191906c879094f5c17ba86b0049985a52091beb8352bab250ea29057e9767a5f33c1ff917866eff0928391540b3b817f3239d50216895390dda9d
22 DIST ostinato-src-0.5.1.tar.gz 291529 SHA256 fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223 SHA512 d06b59dc2129aba01e5a42a677339d6e8f353f9c7c027226e66c8a5af94ecb48e8450e7770ae5e179131fa4cfeefcc827fb9a18be4294ddfcd7a471ec26ee06a WHIRLPOOL 6027729df2f880a220a2a4a55c702dab53ddd33ebafe6bd20740bd875498cfb8876917ea63fe981811b70ee57e7cc3c347bcba5182c6b061420b40e4bf3f3ffc
23
24 diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild
25 new file mode 100644
26 index 0000000..31df053
27 --- /dev/null
28 +++ b/net-analyzer/ostinato/ostinato-0.8.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +inherit qt4-r2
36 +
37 +DESCRIPTION="A packet generator and analyzer"
38 +HOMEPAGE="http://ostinato.org/"
39 +SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-3"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~x86"
44 +IUSE=""
45 +
46 +DEPEND="dev-libs/protobuf:=
47 + net-libs/libpcap
48 + dev-qt/qtcore:4
49 + dev-qt/qtgui:4
50 + dev-qt/qtscript:4"
51 +RDEPEND="${DEPEND}"
52 +
53 +src_configure(){
54 + eqmake4 PREFIX=/usr ost.pro
55 +}