]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/ostinato: New ebuild for bug 317201.
authorDane Smith (smithdanea) <smithdanea@gmail.com>
Tue, 29 Jun 2010 17:49:23 +0000 (17:49 +0000)
committerDane Smith (smithdanea) <smithdanea@gmail.com>
Tue, 29 Jun 2010 17:49:23 +0000 (17:49 +0000)
svn path=/sunrise/; revision=10850

net-analyzer/ostinato/ChangeLog [new file with mode: 0644]
net-analyzer/ostinato/Manifest [new file with mode: 0644]
net-analyzer/ostinato/metadata.xml [new file with mode: 0644]
net-analyzer/ostinato/ostinato-0.1.1.ebuild [new file with mode: 0644]

diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog
new file mode 100644 (file)
index 0000000..592bca2
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-analyzer/ostinato
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  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
new file mode 100644 (file)
index 0000000..253d94d
--- /dev/null
@@ -0,0 +1,4 @@
+DIST ostinato-src-0.1.1.tar.gz 187817 RMD160 7ff413ab89feb812442cc69dcc5bdf643355ad29 SHA1 1ebb6f7b2413ba14e9888d1f6271c6dc4c9bf7d6 SHA256 1dc61c4eaecd4c6a551681aba65e673b9a81b4b9641e995851602110eed82607
+EBUILD ostinato-0.1.1.ebuild 539 RMD160 1f8dd12b6d6d539e21514d8425a0e236a68d7868 SHA1 878ce572590b8471856721e435c461dec9d21d8d SHA256 8dd408f59a1845f4fcf2693505a2baaf6d6012e4b697956e90c040a95c4164c2
+MISC ChangeLog 255 RMD160 e845beb2d90014402d55b67ae353b855efb1e90f SHA1 6ca7d54daa7cd939c58ae486d2bc6702e8ed8839 SHA256 e094264be17576ae7908df767ae26e3b83e498a358285b19678183d0d0ca9326
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/net-analyzer/ostinato/metadata.xml b/net-analyzer/ostinato/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?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.1.1.ebuild b/net-analyzer/ostinato/ostinato-0.1.1.ebuild
new file mode 100644 (file)
index 0000000..9a17e20
--- /dev/null
@@ -0,0 +1,26 @@
+# 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
+}