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 | e360d7a59cc71be7a6f95bbd00b9b866da919123 (patch) | |
tree | 30d767768dfeb9b7eb90cd2dbf096c3689070fd9 /net-analyzer/arpoison | |
parent | Dual revbumps; kept 2.3.3-r1 stable and removed 2.3.3. bug 80147. (diff) | |
download | historical-e360d7a59cc71be7a6f95bbd00b9b866da919123.tar.gz historical-e360d7a59cc71be7a6f95bbd00b9b866da919123.tar.bz2 historical-e360d7a59cc71be7a6f95bbd00b9b866da919123.zip |
Initial commit for bug 62844.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/arpoison/Manifest | 14 | ||||
-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, 65 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..9a83d64f46f4 --- /dev/null +++ b/net-analyzer/arpoison/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 2b11ed4e601d4f88de8109605137ca87 arpoison-0.6.ebuild 845 +MD5 0b216693c12fff50204a688011a09c31 ChangeLog 366 +MD5 637389da071d8ee0c0292695525bc29f metadata.xml 160 +MD5 b683b9242e8e001c86df11bfffbe6bf3 files/digest-arpoison-0.6 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB/gnqEZCkKN40op4RAn22AJ0SxgmC7UeCYZYOUKjRUSvlfxQkIgCgq/i2 +lu58JLZ4aCKfOVoxsBsGb9M= +=Ky16 +-----END PGP SIGNATURE----- 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> |