diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-10-14 19:18:32 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-10-14 19:18:32 +0000 |
commit | b7399e1b7c08b90851e91037f97e821984c6bbbf (patch) | |
tree | a6f26d83953d18be2259a2dc4b95bd8f3f70a7ba /net-analyzer/ostinato | |
parent | Moving media-fonts/source-{sans,code}-pro to media-fonts/source-pro. (diff) | |
download | gentoo-2-b7399e1b7c08b90851e91037f97e821984c6bbbf.tar.gz gentoo-2-b7399e1b7c08b90851e91037f97e821984c6bbbf.tar.bz2 gentoo-2-b7399e1b7c08b90851e91037f97e821984c6bbbf.zip |
Version bump wrt bug 432056. Drop old.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/ostinato')
-rw-r--r-- | net-analyzer/ostinato/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.3.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.5.1.ebuild (renamed from net-analyzer/ostinato/ostinato-0.4.1.ebuild) | 6 |
3 files changed, 10 insertions, 34 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog index 57f1d753d5f3..257ed24d1abe 100644 --- a/net-analyzer/ostinato/ChangeLog +++ b/net-analyzer/ostinato/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/ostinato # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.13 2012/04/05 05:02:24 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.14 2012/10/14 19:18:32 c1pher Exp $ + +*ostinato-0.5.1 (14 Oct 2012) + + 14 Oct 2012; Dane Smith <c1pher@gentoo.org> -ostinato-0.3.ebuild, + -ostinato-0.4.1.ebuild, +ostinato-0.5.1.ebuild: + Version bump wrt bug 432056. Drop old. 05 Apr 2012; Jeff Horelick <jdhore@gentoo.org> ostinato-0.5.ebuild: marked x86 per bug 404815 diff --git a/net-analyzer/ostinato/ostinato-0.3.ebuild b/net-analyzer/ostinato/ostinato-0.3.ebuild deleted file mode 100644 index 8fe56059ecfb..000000000000 --- a/net-analyzer/ostinato/ostinato-0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.6 2011/04/19 13:58:13 c1pher Exp $ - -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_prepare() { - epatch "${FILESDIR}"/protobuf-2.4.0.diff -} - -src_configure(){ - eqmake4 PREFIX=/usr ost.pro -} diff --git a/net-analyzer/ostinato/ostinato-0.4.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild index d17e90c6ef24..441d481cc7c4 100644 --- a/net-analyzer/ostinato/ostinato-0.4.1.ebuild +++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.4.1.ebuild,v 1.1 2011/05/10 17:12:17 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.1 2012/10/14 19:18:32 c1pher Exp $ -EAPI=2 +EAPI=4 inherit qt4-r2 DESCRIPTION="A packet generator and analyzer" |