summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-03 16:35:37 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-03 16:35:37 +0000
commit9f127e81589ae62d218eff922081b0a860f32209 (patch)
treed36c49cb53ce2514d2ee12202eba82c6353ac6f5 /net-analyzer/arpoison
parentadded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-9f127e81589ae62d218eff922081b0a860f32209.tar.gz
gentoo-2-9f127e81589ae62d218eff922081b0a860f32209.tar.bz2
gentoo-2-9f127e81589ae62d218eff922081b0a860f32209.zip
Update src_unpack now that upstream fixed their tarball.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r--net-analyzer/arpoison/ChangeLog5
-rw-r--r--net-analyzer/arpoison/Manifest14
-rw-r--r--net-analyzer/arpoison/arpoison-0.6.ebuild5
3 files changed, 8 insertions, 16 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog
index b6b6412c4b90..7cf64bd2e3eb 100644
--- a/net-analyzer/arpoison/ChangeLog
+++ b/net-analyzer/arpoison/ChangeLog
@@ -1,6 +1,9 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.2 2005/02/03 16:35:37 ka0ttic Exp $
+
+ 03 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> arpoison-0.6.ebuild:
+ Update src_unpack now that upstream fixed their tarball.
*arpoison-0.6 (31 Jan 2005)
diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest
index 9a83d64f46f4..1bef4d9e0e26 100644
--- a/net-analyzer/arpoison/Manifest
+++ b/net-analyzer/arpoison/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2b11ed4e601d4f88de8109605137ca87 arpoison-0.6.ebuild 845
-MD5 0b216693c12fff50204a688011a09c31 ChangeLog 366
+MD5 96cddf5a2d4cf857c9a570e0f7355b67 arpoison-0.6.ebuild 758
+MD5 a256fffba6567ff07663d03adf12f29a ChangeLog 496
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
index 5457828aebc6..375d043afc13 100644
--- a/net-analyzer/arpoison/arpoison-0.6.ebuild
+++ b/net-analyzer/arpoison/arpoison-0.6.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.2 2005/02/03 16:35:37 ka0ttic Exp $
inherit toolchain-funcs
@@ -20,8 +20,7 @@ RDEPEND="virtual/libc
S="${WORKDIR}/${PN}"
src_unpack() {
- # upstream names the tarball .tar.gz, but its not a gzip archive...
- tar xf ${DISTDIR}/${P}.tar.gz
+ unpack ${A}
cd ${S}
sed -i \
-e "s|\(-Wall\)|\1 ${CFLAGS}|" \