diff options
author | Dane Smith <c1pher@gentoo.org> | 2010-10-23 02:14:10 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2010-10-23 02:14:10 +0000 |
commit | 17ec04c39339f76e35b7f961411bc321fdf8d7ec (patch) | |
tree | 1d02df853cd07ee18393a886e14faeb8e38e32e7 /net-analyzer | |
parent | dev-haskell/storable-complex: New ebuild to address bug 341805. (diff) | |
download | sunrise-17ec04c39339f76e35b7f961411bc321fdf8d7ec.tar.gz sunrise-17ec04c39339f76e35b7f961411bc321fdf8d7ec.tar.bz2 sunrise-17ec04c39339f76e35b7f961411bc321fdf8d7ec.zip |
net-analyzer/ ostinato: Ostinato moved to the main tree by me.
svn path=/sunrise/; revision=11472
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ostinato/ChangeLog | 12 | ||||
-rw-r--r-- | net-analyzer/ostinato/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ostinato/metadata.xml | 6 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.2.ebuild | 26 |
4 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog deleted file mode 100644 index c6b2c8be1..000000000 --- a/net-analyzer/ostinato/ChangeLog +++ /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 index e0f0f3b7b..000000000 --- a/net-analyzer/ostinato/Manifest +++ /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 index e6233b5dc..000000000 --- a/net-analyzer/ostinato/metadata.xml +++ /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 index 9a17e204f..000000000 --- a/net-analyzer/ostinato/ostinato-0.2.ebuild +++ /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 -} |