summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-01 19:00:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 09:27:05 +0200
commitca35690759de9af60e467999e97a33999e33e574 (patch)
treeee397e66675a201b700d20e4839dc5aaa746524a /net-analyzer
parentdev-python/pivy: Remove last-rited (diff)
downloadgentoo-ca35690759de9af60e467999e97a33999e33e574.tar.gz
gentoo-ca35690759de9af60e467999e97a33999e33e574.tar.bz2
gentoo-ca35690759de9af60e467999e97a33999e33e574.zip
profiles: Last-rited media-sound/mu{mble,rmur}, net-analyzer/ostinato
Closes: https://bugs.gentoo.org/644374 Closes: https://bugs.gentoo.org/656826 Closes: https://bugs.gentoo.org/655382 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ostinato/Manifest3
-rw-r--r--net-analyzer/ostinato/ostinato-0.5.1.ebuild25
-rw-r--r--net-analyzer/ostinato/ostinato-0.8.ebuild25
-rw-r--r--net-analyzer/ostinato/ostinato-0.9.ebuild27
4 files changed, 0 insertions, 80 deletions
diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index 22111433f3b9..44c30549ab5a 100644
--- a/net-analyzer/ostinato/Manifest
+++ b/net-analyzer/ostinato/Manifest
@@ -1,4 +1 @@
-DIST ostinato-0.8.tar.gz 424104 BLAKE2B 5244ac9577da3fc99b714044a349e4003f0e64034fad04e241b43288a234f86f282ba0169c7e27c358d7ee3f4dc255b2408ef23f030d25f1edfec891e8ae17f7 SHA512 ecb3581736bd8dff44fe21082c270febc2ead4530cfb57997f218bd0b61a85993208937729374dd09c67fdc24eb2b9adfe5b3750ee6daef90b1e7dac2ea0737b
-DIST ostinato-0.9.tar.gz 413756 BLAKE2B cc1cb6d4db614b1968c27d7cdbebb977f39e6be8ec1a39b08f7e34d9a1a4d6b7c0c034f245b6b562c72b5dbdba9fc04c03b1cfc0c01044c249bcc2bc67af357d SHA512 a50f6e20d8a2a4d76ca43a89feaa774778981377ce1f4c731ad8b1a97aa658013082fb85cc3f4dfdd888d708c45c8093e55facaa7f02cecbd2ce5228f57e2e14
DIST ostinato-0.9_p20180522.tar.gz 424128 BLAKE2B 69a15e523986cd34f89669fab0ed64987f68ea7d82d481de418c2d86f3b325b5c1ff9081db8c77532b603b01f504c37c24a4f7f5b7244657cac8b2f707bc7bdf SHA512 7d8359b193c98165ea376ad0ad57e01b782e35a7b887465d74c67ae1cd434036e8beb67593c569e15a87d5d0c7f602c9f01acf068e9ffff0c0496ab4f889a83a
-DIST ostinato-src-0.5.1.tar.gz 291529 BLAKE2B 207a3b423040e82042e7e68e2c7ffaf304a0c7e7d1578a994caf090ee934e10f169b9fce96724c0527268fb9f656b25bf3baa19b5f1ab6a06ffc2b8925b1c952 SHA512 d06b59dc2129aba01e5a42a677339d6e8f353f9c7c027226e66c8a5af94ecb48e8450e7770ae5e179131fa4cfeefcc827fb9a18be4294ddfcd7a471ec26ee06a
diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
deleted file mode 100644
index ab172d3770cc..000000000000
--- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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="https://ostinato.org"
-SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.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
-}
diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild
deleted file mode 100644
index 3642909eb53e..000000000000
--- a/net-analyzer/ostinato/ostinato-0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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="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"
-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
-}
diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild
deleted file mode 100644
index 124577240763..000000000000
--- a/net-analyzer/ostinato/ostinato-0.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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="https://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
-}