summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-01-22 00:28:43 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-01-22 00:28:43 +0000
commitb72ba11a5bae27968fc65ac97a009808e57a2a8b (patch)
tree6084f06f43ceae6602c42fac212226e78ef3659c /net-analyzer/arp-sk
parentMark 2.4.28-r3 stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-b72ba11a5bae27968fc65ac97a009808e57a2a8b.tar.gz
gentoo-2-b72ba11a5bae27968fc65ac97a009808e57a2a8b.tar.bz2
gentoo-2-b72ba11a5bae27968fc65ac97a009808e57a2a8b.zip
Version bump; closes bug 74894.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-analyzer/arp-sk')
-rw-r--r--net-analyzer/arp-sk/ChangeLog10
-rw-r--r--net-analyzer/arp-sk/Manifest16
-rw-r--r--net-analyzer/arp-sk/arp-sk-0.0.15.ebuild10
-rw-r--r--net-analyzer/arp-sk/arp-sk-0.0.16.ebuild27
-rw-r--r--net-analyzer/arp-sk/files/digest-arp-sk-0.0.161
5 files changed, 45 insertions, 19 deletions
diff --git a/net-analyzer/arp-sk/ChangeLog b/net-analyzer/arp-sk/ChangeLog
index 42690d723e8d..29fa57213d8f 100644
--- a/net-analyzer/arp-sk/ChangeLog
+++ b/net-analyzer/arp-sk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/arp-sk
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.3 2004/08/16 10:09:56 eldad Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.4 2005/01/22 00:28:43 ka0ttic Exp $
+
+*arp-sk-0.0.16 (21 Jan 2005)
+
+ 21 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> arp-sk-0.0.15.ebuild,
+ +arp-sk-0.0.16.ebuild:
+ Version bump; closes bug 74894.
16 Aug 2004; Eldad Zack <eldad@gentoo.org> arp-sk-0.0.15.ebuild:
x86 stable
diff --git a/net-analyzer/arp-sk/Manifest b/net-analyzer/arp-sk/Manifest
index 2068012c1975..4a9683af2624 100644
--- a/net-analyzer/arp-sk/Manifest
+++ b/net-analyzer/arp-sk/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 58e56ff3b12bf88769a5cb89d4d5e807 arp-sk-0.0.15.ebuild 698
-MD5 433912468e2330f79268b1a1915224cf ChangeLog 551
+MD5 51cdb11d7e7a93d7f16286109a738cbf arp-sk-0.0.16.ebuild 713
+MD5 9839585076d8a5f014edffa407b03e59 arp-sk-0.0.15.ebuild 712
+MD5 790ca78d693fde765634cd7eb372f402 ChangeLog 712
MD5 26ae62794a9b834a8ec78fcdbedca88f metadata.xml 221
MD5 2d852875fb5ea2225be214220aeaa83a files/digest-arp-sk-0.0.15 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBIIilT+MN7JbqCpMRAvMpAJ91yIHs2ZN06BFgFwOZgDV1GXcU3ACfWUN6
-5n1Dt9dKkeEMqfdQNB4x/Eo=
-=6/Sm
------END PGP SIGNATURE-----
+MD5 e2694840772561f489bc2c3b0b48b4ad files/digest-arp-sk-0.0.16 62
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild
index c34e663cd4c2..d21799e8cfe3 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.3 2004/08/16 10:09:56 eldad Exp $
+# $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/"
@@ -13,10 +13,10 @@ IUSE=""
DEPEND=">=net-libs/libnet-1.1"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
- # Don't need this library, and it has a potential to clash with other packages.
- rm ${D}/usr/lib/libcompat.a
+ # 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
}
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16.ebuild
new file mode 100644
index 000000000000..eefba5474cf4
--- /dev/null
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16.ebuild
@@ -0,0 +1,27 @@
+# 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.16.ebuild,v 1.1 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.16 b/net-analyzer/arp-sk/files/digest-arp-sk-0.0.16
new file mode 100644
index 000000000000..fafbbdc3a3b3
--- /dev/null
+++ b/net-analyzer/arp-sk/files/digest-arp-sk-0.0.16
@@ -0,0 +1 @@
+MD5 25198bc6f8e0ac5ee9d3bb1b8be5adc5 arp-sk-0.0.16.tgz 211636