public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2015-09-01 19:55 Tobias Klausmann
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     09a42390765ceea901f8292f73cd01bdcc58a29c
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:48:33 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:48:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a42390

net-analyzer/ostinato: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 net-analyzer/ostinato/ostinato-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
index 6916930..a9c25bc 100644
--- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit qt4-r2
 
 DESCRIPTION="A packet generator and analyzer"
-HOMEPAGE="https://code.google.com/p/ostinato/"
+HOMEPAGE="http://ostinato.org/"
 SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2016-07-01 16:36 Richard Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Farina @ 2016-07-01 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     061b4dc408878c29e1a416f1b74f7008c64d48f4
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 16:35:29 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 16:35:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061b4dc4

net-analyzer/ostinato: bump

Package-Manager: portage-2.3.0_rc1

 net-analyzer/ostinato/Manifest            |  1 +
 net-analyzer/ostinato/ostinato-0.8.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index 22643bd..0c0aa65 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 0000000..31df053
--- /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
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2018-01-15 17:31 Richard Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Farina @ 2018-01-15 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fb9a37adac6db645eaa9b788184ca1e41b983153
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 17:31:17 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 17:31:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9a37ad

net-analyzer/ostinato: bump and bug #602098

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-analyzer/ostinato/Manifest            |  1 +
 net-analyzer/ostinato/ostinato-0.9.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index c4a28849238..3a6268e8809 100644
--- a/net-analyzer/ostinato/Manifest
+++ b/net-analyzer/ostinato/Manifest
@@ -1,2 +1,3 @@
 DIST ostinato-0.8.tar.gz 424104 BLAKE2B 5244ac9577da3fc99b714044a349e4003f0e64034fad04e241b43288a234f86f282ba0169c7e27c358d7ee3f4dc255b2408ef23f030d25f1edfec891e8ae17f7 SHA512 ecb3581736bd8dff44fe21082c270febc2ead4530cfb57997f218bd0b61a85993208937729374dd09c67fdc24eb2b9adfe5b3750ee6daef90b1e7dac2ea0737b
+DIST ostinato-0.9.tar.gz 413756 BLAKE2B cc1cb6d4db614b1968c27d7cdbebb977f39e6be8ec1a39b08f7e34d9a1a4d6b7c0c034f245b6b562c72b5dbdba9fc04c03b1cfc0c01044c249bcc2bc67af357d SHA512 a50f6e20d8a2a4d76ca43a89feaa774778981377ce1f4c731ad8b1a97aa658013082fb85cc3f4dfdd888d708c45c8093e55facaa7f02cecbd2ce5228f57e2e14
 DIST ostinato-src-0.5.1.tar.gz 291529 BLAKE2B 207a3b423040e82042e7e68e2c7ffaf304a0c7e7d1578a994caf090ee934e10f169b9fce96724c0527268fb9f656b25bf3baa19b5f1ab6a06ffc2b8925b1c952 SHA512 d06b59dc2129aba01e5a42a677339d6e8f353f9c7c027226e66c8a5af94ecb48e8450e7770ae5e179131fa4cfeefcc827fb9a18be4294ddfcd7a471ec26ee06a

diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild
new file mode 100644
index 00000000000..fa2db04b283
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-0.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="A packet generator and analyzer"
+HOMEPAGE="http://ostinato.org/"
+SRC_URI="https://github.com/pstavirs/ostinato/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+#https://github.com/pstavirs/ostinato/issues/173
+# libpcap dep is versioned to pull in the fix for #602098
+DEPEND="dev-libs/protobuf:=
+	>=net-libs/libpcap-1.8.1-r2
+	dev-qt/qtscript:4
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4"
+RDEPEND="${DEPEND}"
+
+src_configure(){
+	eqmake4 PREFIX="${ED}/usr" ost.pro
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2018-05-13 19:20 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-13 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     74828acd1fbc43856f34aaebd022d54c9fb89a96
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May  7 18:51:08 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74828acd

net-analyzer/ostinato: use HTTPS

 net-analyzer/ostinato/ostinato-0.5.1.ebuild | 4 ++--
 net-analyzer/ostinato/ostinato-0.8.ebuild   | 4 ++--
 net-analyzer/ostinato/ostinato-0.9.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
index 1feec41aa76..ab172d3770c 100644
--- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit qt4-r2
 
 DESCRIPTION="A packet generator and analyzer"
-HOMEPAGE="http://ostinato.org/"
+HOMEPAGE="https://ostinato.org"
 SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild
index 9b5821f9b93..3642909eb53 100644
--- a/net-analyzer/ostinato/ostinato-0.8.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit qt4-r2
 
 DESCRIPTION="A packet generator and analyzer"
-HOMEPAGE="http://ostinato.org/"
+HOMEPAGE="https://ostinato.org"
 SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild
index fa2db04b283..12457724076 100644
--- a/net-analyzer/ostinato/ostinato-0.9.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="A packet generator and analyzer"
-HOMEPAGE="http://ostinato.org/"
+HOMEPAGE="https://ostinato.org"
 SRC_URI="https://github.com/pstavirs/ostinato/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2018-06-26 14:26 Richard Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Farina @ 2018-06-26 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c6782303ff1a1b2732ad6fb6170bb7dde749c5c2
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 14:26:03 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 14:26:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6782303

net-analyzer/ostinato: add missing dep

still doesn't build though

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
index 9bdd58c8fbc..1beae2abfc9 100644
--- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pstavirs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+#KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 #https://github.com/pstavirs/ostinato/issues/173
@@ -21,6 +21,7 @@ DEPEND="
 	dev-libs/protobuf:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtscript:5
 	dev-qt/qtwidgets:5
 	>=net-libs/libpcap-1.8.1-r2
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2020-07-20 21:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-07-20 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c17d1b4ca32b453e4fd280057416a364bb54dd85
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 11:38:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 21:33:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17d1b4c

net-analyzer/ostinato: EAPI-7 bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
index 34b40de482c..e2e38eaf051 100644
--- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 COMMIT=9a4e7e7550c6b20a8f0f1393a55036492c1b7703
 inherit qmake-utils
 
-DESCRIPTION="A packet generator and analyzer"
+DESCRIPTION="Packet generator and analyzer"
 HOMEPAGE="https://ostinato.org/"
 SRC_URI="https://github.com/pstavirs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2021-06-02  1:20 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-06-02  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     73177bc95906b2d51f26a825728700df039bf892
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 01:19:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 01:20:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73177bc9

net-analyzer/ostinato: add missing qtnetwork, qtxml deps

Closes: https://bugs.gentoo.org/772971
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/ostinato/{ostinato-1.1.ebuild => ostinato-1.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-analyzer/ostinato/ostinato-1.1.ebuild b/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
similarity index 95%
rename from net-analyzer/ostinato/ostinato-1.1.ebuild
rename to net-analyzer/ostinato/ostinato-1.1-r1.ebuild
index 9dba7331941..2b835a9bcec 100644
--- a/net-analyzer/ostinato/ostinato-1.1.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
@@ -20,8 +20,10 @@ DEPEND="
 	dev-libs/protobuf:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtscript:5
 	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 	>=net-libs/libpcap-1.8.1-r2
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2022-02-14 18:07 Rick Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2022-02-14 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     55876d96812afb6518ebfb6f7438fb3044aba617
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 18:06:19 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 18:07:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55876d96

net-analyzer/ostinato: fix pkgcheck warnings

Add missing dep
Closes: https://bugs.gentoo.org/789633
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../{ostinato-1.1-r1.ebuild => ostinato-1.1-r2.ebuild}        | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/ostinato/ostinato-1.1-r1.ebuild b/net-analyzer/ostinato/ostinato-1.1-r2.ebuild
similarity index 82%
rename from net-analyzer/ostinato/ostinato-1.1-r1.ebuild
rename to net-analyzer/ostinato/ostinato-1.1-r2.ebuild
index 2b835a9bcecf..bccd03f406c0 100644
--- a/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qmake-utils
 
@@ -24,6 +24,7 @@ DEPEND="
 	dev-qt/qtscript:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	dev-libs/libnl:=
 	>=net-libs/libpcap-1.8.1-r2
 "
 RDEPEND="${DEPEND}"
@@ -33,5 +34,9 @@ PATCHES=(
 )
 
 src_configure() {
-	eqmake5 PREFIX="${ED}/usr" ost.pro
+	eqmake5 PREFIX="/usr" ost.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
 }


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2023-08-21 17:07 Rick Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2023-08-21 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ab1e58d84d22776c5546da327e2e729aaa518eac
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 16:54:48 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 17:07:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1e58d8

net-analyzer/ostinato: add 1.2.0

Additionally rename drone to ostinato-drone
Bug: https://bugs.gentoo.org/show_bug.cgi?id=912264
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-analyzer/ostinato/Manifest              |  1 +
 net-analyzer/ostinato/ostinato-1.2.0.ebuild | 44 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index 563c348f41f4..781d32d58930 100644
--- a/net-analyzer/ostinato/Manifest
+++ b/net-analyzer/ostinato/Manifest
@@ -1 +1,2 @@
 DIST ostinato-1.1.tar.gz 612589 BLAKE2B 2244b3be5649e0623139b667c61a169a3e7f5dae6f022d6550cd825f1af8fa2c2d82210af1f381ae53af19fff9a56d58b30a406fc1f3d89c73bc7e3d0ab18fa4 SHA512 a45e157d155d4f2efe9a1594a140647b5cbd7264985b15a9ed47d86198c9df9d763170097dcfd40fae1317206e53c9155f08c48c747cce458e0cae7f3a841449
+DIST ostinato-1.2.0.tar.gz 1169889 BLAKE2B 73d1ba4801ee8f50757fbe3a5e4c6fb67957296326c5ffcc5ecfde723ee975bd6a8f494644198b4b47a296fd087e2ed7a43088facd8c39d3ed70b8056fae5da5 SHA512 c3fb1f63a8f32c199ae2c8630244a3d6110e25e9117fbc96b009fd54d6bc16dbfa120b2d26c474ca06e86dbed59a5051443f82064fb8a0eda2feb212e4e1a1c5

diff --git a/net-analyzer/ostinato/ostinato-1.2.0.ebuild b/net-analyzer/ostinato/ostinato-1.2.0.ebuild
new file mode 100644
index 000000000000..9c346092d15c
--- /dev/null
+++ b/net-analyzer/ostinato/ostinato-1.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+DESCRIPTION="Packet generator and analyzer"
+HOMEPAGE="https://ostinato.org/"
+SRC_URI="https://github.com/pstavirs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+#https://github.com/pstavirs/ostinato/issues/173
+# libpcap dep is versioned to pull in the fix for #602098
+RDEPEND="
+	dev-libs/protobuf:=
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtscript:5
+	dev-qt/qtwidgets:5
+	dev-libs/libnl:3
+	>=net-libs/libpcap-1.8.1-r2
+"
+DEPEND="${RDEPEND}
+	dev-qt/qtxml:5"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.9_p20180522-no-modeltest.patch"
+)
+
+src_configure() {
+	sed -i 's#"/drone"#"/ostinato-drone"#' client/mainwindow.cpp || die
+	eqmake5 PREFIX="/usr" ost.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+	mv "${ED}"/usr/bin/{drone,ostinato-drone}
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
@ 2023-08-21 17:07 Rick Farina
  0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2023-08-21 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4fa1089264059bd4630eb018d09b0eb44ce04a31
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 17:02:03 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 17:07:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa10892

net-analyzer/ostinato: add missing dep

Closes: https://bugs.gentoo.org/833351
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-analyzer/ostinato/ostinato-1.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/ostinato/ostinato-1.2.0.ebuild b/net-analyzer/ostinato/ostinato-1.2.0.ebuild
index 9c346092d15c..586f8e2f2597 100644
--- a/net-analyzer/ostinato/ostinato-1.2.0.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.2.0.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
 	>=net-libs/libpcap-1.8.1-r2
 "
 DEPEND="${RDEPEND}
+	dev-qt/qtsvg:5
 	dev-qt/qtxml:5"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-08-21 17:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 17:07 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21 17:07 Rick Farina
2022-02-14 18:07 Rick Farina
2021-06-02  1:20 Sam James
2020-07-20 21:34 Andreas Sturmlechner
2018-06-26 14:26 Richard Farina
2018-05-13 19:20 Aaron Bauman
2018-01-15 17:31 Richard Farina
2016-07-01 16:36 Richard Farina
2015-09-01 19:55 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox