diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-31 10:35:13 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-31 10:35:13 +0000 |
commit | b14a5090fb0e298f241388c94f6309b0795bb4c3 (patch) | |
tree | d065484c042b7d2874e2df6a87684a3071dbb53f /net-analyzer | |
parent | Dual revbumps; kept 2.3.3-r1 stable and removed 2.3.3. bug 80147. (diff) | |
download | gentoo-2-b14a5090fb0e298f241388c94f6309b0795bb4c3.tar.gz gentoo-2-b14a5090fb0e298f241388c94f6309b0795bb4c3.tar.bz2 gentoo-2-b14a5090fb0e298f241388c94f6309b0795bb4c3.zip |
Initial commit for bug 62844.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/arpoison/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 35 | ||||
-rw-r--r-- | net-analyzer/arpoison/files/digest-arpoison-0.6 | 1 | ||||
-rw-r--r-- | net-analyzer/arpoison/metadata.xml | 5 |
5 files changed, 55 insertions, 0 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog new file mode 100644 index 000000000000..b6b6412c4b90 --- /dev/null +++ b/net-analyzer/arpoison/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/arpoison +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.1 2005/01/31 10:35:13 ka0ttic Exp $ + +*arpoison-0.6 (31 Jan 2005) + + 31 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml, + +arpoison-0.6.ebuild: + Initial commit for bug 62844. + diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest new file mode 100644 index 000000000000..2d1f5db53226 --- /dev/null +++ b/net-analyzer/arpoison/Manifest @@ -0,0 +1,4 @@ +MD5 7316071309e4b1a6ad4c3b83c7b68ba2 arpoison-0.6.ebuild 741 +MD5 80b5fdd5bb46b007f7053bd08aa9f07c ChangeLog 272 +MD5 637389da071d8ee0c0292695525bc29f metadata.xml 160 +MD5 b683b9242e8e001c86df11bfffbe6bf3 files/digest-arpoison-0.6 62 diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild new file mode 100644 index 000000000000..5457828aebc6 --- /dev/null +++ b/net-analyzer/arpoison/arpoison-0.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.1 2005/01/31 10:35:13 ka0ttic Exp $ + +inherit toolchain-funcs + +DESCRIPTION="A utility to poision ARP caches" +HOMEPAGE="http://arpoison.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=sys-apps/sed-4" +RDEPEND="virtual/libc + >=net-libs/libnet-1.1.0" + +S="${WORKDIR}/${PN}" + +src_unpack() { + # upstream names the tarball .tar.gz, but its not a gzip archive... + tar xf ${DISTDIR}/${P}.tar.gz + cd ${S} + sed -i \ + -e "s|\(-Wall\)|\1 ${CFLAGS}|" \ + -e "s|gcc|$(tc-getCC)|" Makefile || die "sed Makefile failed" +} + +src_install() { + dosbin arpoison + doman arpoison.8 + dodoc README TODO +} diff --git a/net-analyzer/arpoison/files/digest-arpoison-0.6 b/net-analyzer/arpoison/files/digest-arpoison-0.6 new file mode 100644 index 000000000000..61f99194c187 --- /dev/null +++ b/net-analyzer/arpoison/files/digest-arpoison-0.6 @@ -0,0 +1 @@ +MD5 ba36ec51a4b84240057a96a693e46f97 arpoison-0.6.tar.gz 8646 diff --git a/net-analyzer/arpoison/metadata.xml b/net-analyzer/arpoison/metadata.xml new file mode 100644 index 000000000000..78692635ad22 --- /dev/null +++ b/net-analyzer/arpoison/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> +</pkgmetadata> |