diff options
author | 2003-09-22 17:05:06 +0000 | |
---|---|---|
committer | 2003-09-22 17:05:06 +0000 | |
commit | ee0d0ae1f49bd2e2fff23ffa7188466bb8226aa4 (patch) | |
tree | 1f964da1956505a0a36aa16870a8548a3e25e3bf /net-analyzer/rain | |
parent | GTK2 change - don't build GIMP plugin if use gtk2 (diff) | |
download | gentoo-2-ee0d0ae1f49bd2e2fff23ffa7188466bb8226aa4.tar.gz gentoo-2-ee0d0ae1f49bd2e2fff23ffa7188466bb8226aa4.tar.bz2 gentoo-2-ee0d0ae1f49bd2e2fff23ffa7188466bb8226aa4.zip |
initial ebuild #25174
Diffstat (limited to 'net-analyzer/rain')
-rw-r--r-- | net-analyzer/rain/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/rain/files/digest-rain-1.2.8_p2 | 1 | ||||
-rw-r--r-- | net-analyzer/rain/rain-1.2.8_p2.ebuild | 26 |
3 files changed, 35 insertions, 0 deletions
diff --git a/net-analyzer/rain/ChangeLog b/net-analyzer/rain/ChangeLog new file mode 100644 index 000000000000..1ce0244fadb4 --- /dev/null +++ b/net-analyzer/rain/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/rain +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rain/ChangeLog,v 1.1 2003/09/22 17:05:06 vapier Exp $ + +*rain-1.2.8_p2 (22 Sep 2003) + + 22 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Jonathan Hitchcock <vhata-gentoo@rucus.ru.ac.za> #25174. diff --git a/net-analyzer/rain/files/digest-rain-1.2.8_p2 b/net-analyzer/rain/files/digest-rain-1.2.8_p2 new file mode 100644 index 000000000000..2d5aeee893a8 --- /dev/null +++ b/net-analyzer/rain/files/digest-rain-1.2.8_p2 @@ -0,0 +1 @@ +MD5 ea020c1251b44b2de59fd17925d12207 rain-1.2.8r2.tar.bz2 72057 diff --git a/net-analyzer/rain/rain-1.2.8_p2.ebuild b/net-analyzer/rain/rain-1.2.8_p2.ebuild new file mode 100644 index 000000000000..fe0af56607e0 --- /dev/null +++ b/net-analyzer/rain/rain-1.2.8_p2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/22 17:05:06 vapier Exp $ + +MY_P=${P/_p/r} +S=${WORKDIR}/${MY_P} +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="~x86" + +DEPEND="" + +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 +} |