diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-11 05:13:11 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-11 05:13:11 +0000 |
commit | 9159dda25a2547b234a1acfe458c80272068c332 (patch) | |
tree | b4e90d3f86c92fe1578ed0742c39e0291ecdafba /net-analyzer/arpoison | |
parent | stable on x86, version bump (diff) | |
download | historical-9159dda25a2547b234a1acfe458c80272068c332.tar.gz historical-9159dda25a2547b234a1acfe458c80272068c332.tar.bz2 historical-9159dda25a2547b234a1acfe458c80272068c332.zip |
Stable on x86; bug #118407
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/arpoison/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 6 |
3 files changed, 21 insertions, 8 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index a7a521044c48..569a3fc99b30 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.3 2005/07/19 12:47:46 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.4 2006/01/11 05:13:11 halcy0n Exp $ + + 11 Jan 2006; Mark Loeser <halcy0n@gentoo.org> arpoison-0.6.ebuild: + Stable on x86; bug #118407 19 Jul 2005; David Holm <dholm@gentoo.org> arpoison-0.6.ebuild: Added to ~ppc. diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest index 97a40c0307cd..09835d8113e2 100644 --- a/net-analyzer/arpoison/Manifest +++ b/net-analyzer/arpoison/Manifest @@ -1,4 +1,14 @@ -MD5 bf66f078d5dbe3870e91c8e8ead76874 ChangeLog 578 -MD5 7e64ae6a6243151e7adf6d1a2685f67c arpoison-0.6.ebuild 761 -MD5 637389da071d8ee0c0292695525bc29f metadata.xml 160 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e190045a5acb0d7601454cce5dd49639 ChangeLog 679 +MD5 6d9c4329f1682eba382b945b20980ae9 arpoison-0.6.ebuild 762 MD5 b683b9242e8e001c86df11bfffbe6bf3 files/digest-arpoison-0.6 62 +MD5 637389da071d8ee0c0292695525bc29f metadata.xml 160 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDxJPxCRZPokWLroQRAhbeAKDNetuz8XdJIK5GUgWfXQ4mc2/mzwCffJcN +5Z3T1jm5VMX7ZZKye7+cuwE= +=k8v4 +-----END PGP SIGNATURE----- diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild index f15dadaf57e5..ee85549b21df 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 +# Copyright 1999-2006 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.3 2005/07/19 12:47:46 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.4 2006/01/11 05:13:11 halcy0n Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=sys-apps/sed-4" |