diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-24 22:44:41 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-24 22:44:41 +0000 |
commit | 405d0674053e4ad6d8d74c077129fb9161dea16d (patch) | |
tree | 46951ccff47a0143d78e4f1da2df5eb3179757ad /net-analyzer/arp-sk | |
parent | add ~ppc (diff) | |
download | gentoo-2-405d0674053e4ad6d8d74c077129fb9161dea16d.tar.gz gentoo-2-405d0674053e4ad6d8d74c077129fb9161dea16d.tar.bz2 gentoo-2-405d0674053e4ad6d8d74c077129fb9161dea16d.zip |
removing old ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/arp-sk')
-rw-r--r-- | net-analyzer/arp-sk/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/arp-sk/arp-sk-0.0.15.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/arp-sk/files/digest-arp-sk-0.0.15 | 1 |
3 files changed, 4 insertions, 29 deletions
diff --git a/net-analyzer/arp-sk/ChangeLog b/net-analyzer/arp-sk/ChangeLog index 8b0bb10dc75b..73a11dea01ed 100644 --- a/net-analyzer/arp-sk/ChangeLog +++ b/net-analyzer/arp-sk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arp-sk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.5 2005/02/25 12:24:20 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.6 2005/04/24 22:44:41 vanquirius Exp $ + + 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -arp-sk-0.0.15.ebuild: + Removing old ebuild. 25 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> arp-sk-0.0.16.ebuild: Marked stable on x86. diff --git a/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild deleted file mode 100644 index d21799e8cfe3..000000000000 --- a/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild,v 1.4 2005/01/22 00:28:43 ka0ttic Exp $ - -DESCRIPTION="A swiss knife tool for ARP" -HOMEPAGE="http://www.arp-sk.org/" -SRC_URI="http://www.arp-sk.org/files/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND=">=net-libs/libnet-1.1" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - # We don't need libcompat as it has a potential to clash with other packages. - rm -fr ${D}/usr/lib - - dodoc ARP AUTHORS CONTRIB ChangeLog INSTALL README TODO -} - -src_compile() { - econf || die - emake || die -} diff --git a/net-analyzer/arp-sk/files/digest-arp-sk-0.0.15 b/net-analyzer/arp-sk/files/digest-arp-sk-0.0.15 deleted file mode 100644 index de56f5579ccc..000000000000 --- a/net-analyzer/arp-sk/files/digest-arp-sk-0.0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 fb2694c322efdddfd14307557fe469ec arp-sk-0.0.15.tgz 148454 |