diff options
author | 2014-08-15 19:21:32 +0000 | |
---|---|---|
committer | 2014-08-15 19:21:32 +0000 | |
commit | 6d758f524205d78e7f4bbd8176f562ad6ebfb102 (patch) | |
tree | 6a0fcec70832af5bd2614fa7f0bee5f8c8a11be3 /net-analyzer | |
parent | sed must die(). (diff) | |
download | gentoo-2-6d758f524205d78e7f4bbd8176f562ad6ebfb102.tar.gz gentoo-2-6d758f524205d78e7f4bbd8176f562ad6ebfb102.tar.bz2 gentoo-2-6d758f524205d78e7f4bbd8176f562ad6ebfb102.zip |
Old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/rain/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/rain/rain-1.2.8_p2.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/net-analyzer/rain/ChangeLog b/net-analyzer/rain/ChangeLog index d47e12a30f8f..ccf3a8b5f86c 100644 --- a/net-analyzer/rain/ChangeLog +++ b/net-analyzer/rain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/rain # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rain/ChangeLog,v 1.11 2014/07/27 10:52:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rain/ChangeLog,v 1.12 2014/08/15 19:21:32 jer Exp $ + + 15 Aug 2014; Jeroen Roovers <jer@gentoo.org> -rain-1.2.8_p2.ebuild: + Old. 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> rain-1.2.9_beta1.ebuild: x86 stable wrt bug #517268 diff --git a/net-analyzer/rain/rain-1.2.8_p2.ebuild b/net-analyzer/rain/rain-1.2.8_p2.ebuild deleted file mode 100644 index 034bfaa296bc..000000000000 --- a/net-analyzer/rain/rain-1.2.8_p2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rain/rain-1.2.8_p2.ebuild,v 1.6 2008/06/27 18:23:47 fmccor Exp $ - -MY_P=${P/_p/r} -DESCRIPTION="powerful tool for testing stability of hardware and software utilizing IP protocols" -HOMEPAGE="http://www.mirrors.wiretapped.net/security/packet-construction/rain/" -SRC_URI="http://www.mirrors.wiretapped.net/security/packet-construction/rain/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i 's:-g:@CFLAGS@:' ${S}/Makefile.in -} - -src_install() { - dosbin rain - doman man/rain.1.gz - dodoc BUGS CHANGES README TODO -} |