summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ostinato/ostinato-0.5.1.ebuild')
-rw-r--r--net-analyzer/ostinato/ostinato-0.5.1.ebuild25
1 files changed, 0 insertions, 25 deletions
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
-}