]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/ ostinato: Ostinato moved to the main tree by me.
authorDane Smith <c1pher@gentoo.org>
Sat, 23 Oct 2010 02:14:10 +0000 (02:14 +0000)
committerDane Smith <c1pher@gentoo.org>
Sat, 23 Oct 2010 02:14:10 +0000 (02:14 +0000)
svn path=/sunrise/; revision=11472

net-analyzer/ostinato/ChangeLog [deleted file]
net-analyzer/ostinato/Manifest [deleted file]
net-analyzer/ostinato/metadata.xml [deleted file]
net-analyzer/ostinato/ostinato-0.2.ebuild [deleted file]

diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog
deleted file mode 100644 (file)
index c6b2c8b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-analyzer/ostinato
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  12 Aug 2010; Dane Smith (c1pher) <smithdanea@gmail.com>
-  -ostinato-0.1.1.ebuild, +ostinato-0.2.ebuild:
-  Version bump for Ostinato
-
-  29 Jun 2010; Dane Smith (smithdanea) <smithdanea@gmail.com>
-  +ostinato-0.1.1.ebuild, +metadata.xml:
-  New ebuild for bug 317201.
-
diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
deleted file mode 100644 (file)
index e0f0f3b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ostinato-src-0.2.tar.gz 209319 RMD160 7bdd4e3c40b513ae223cbdf2b862359d27192635 SHA1 9d9770becaf5ae293d72d1a0ff597c7d9916e1f7 SHA256 efad7ca13e23d208dd1526797826d57bcc964a7f0844d5bde9d1c2ce46f515d6
-EBUILD ostinato-0.2.ebuild 539 RMD160 1f8dd12b6d6d539e21514d8425a0e236a68d7868 SHA1 878ce572590b8471856721e435c461dec9d21d8d SHA256 8dd408f59a1845f4fcf2693505a2baaf6d6012e4b697956e90c040a95c4164c2
-MISC ChangeLog 390 RMD160 da2bbe40b4a3a6e5d0f19df72bc149defd935235 SHA1 1a5cd8da0f7256912ad36b947b2002019ad06ac5 SHA256 239b37db653bf0c9b8325b750532d7529dee643205a0a6fa91d268da95167ee8
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/net-analyzer/ostinato/metadata.xml b/net-analyzer/ostinato/metadata.xml
deleted file mode 100644 (file)
index e6233b5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/net-analyzer/ostinato/ostinato-0.2.ebuild b/net-analyzer/ostinato/ostinato-0.2.ebuild
deleted file mode 100644 (file)
index 9a17e20..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit qt4-r2
-
-DESCRIPTION="A packet generator and analyzer"
-HOMEPAGE="http://code.google.com/p/ostinato/"
-SRC_URI="http://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/protobuf
-       net-libs/libpcap
-       x11-libs/qt-core:4
-       x11-libs/qt-gui:4
-       x11-libs/qt-script:4"
-RDEPEND="${DEPEND}"
-
-src_configure(){
-       eqmake4 PREFIX=/usr ost.pro
-}