diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-06-27 18:29:35 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-06-27 18:29:35 +0000 |
commit | f22102389378f06a1df0a4f3709c41efe179ea3e (patch) | |
tree | afa836ee558152706ae2b36c099320827c52d180 /net-libs | |
parent | Removed CVS keyword replacements from patch. (diff) | |
download | gentoo-2-f22102389378f06a1df0a4f3709c41efe179ea3e.tar.gz gentoo-2-f22102389378f06a1df0a4f3709c41efe179ea3e.tar.bz2 gentoo-2-f22102389378f06a1df0a4f3709c41efe179ea3e.zip |
~amd64 keyword, update HOMEPAGE
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnids/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnids/Manifest | 6 | ||||
-rw-r--r-- | net-libs/libnids/libnids-1.20.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-libs/libnids/ChangeLog b/net-libs/libnids/ChangeLog index 1278581fb975..3daeebeb2132 100644 --- a/net-libs/libnids/ChangeLog +++ b/net-libs/libnids/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnids # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.18 2005/05/17 18:14:40 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.19 2005/06/27 18:29:35 vanquirius Exp $ + + 27 Jun 2005; Marcelo Goes <vanquirius@gentoo.org> libnids-1.20.ebuild: + ~amd64 keyword. Tested using sample programs from samples directory. Also + updated the HOMEPAGE, as the current one leads to an online store. 17 May 2005; Michael Hanselmann <hansmi@gentoo.org> libnids-1.18.ebuild: Stable on ppc. diff --git a/net-libs/libnids/Manifest b/net-libs/libnids/Manifest index eb15c1c1838d..8d28f1a60511 100644 --- a/net-libs/libnids/Manifest +++ b/net-libs/libnids/Manifest @@ -1,8 +1,8 @@ -MD5 05d4391cb8abd10337998d4e67a85f3d libnids-1.20.ebuild 890 +MD5 9e988333312031bc18f023193aff4882 libnids-1.20.ebuild 904 MD5 e61cbf5a77ab581fb2b096bdcf068e9d libnids-1.18.ebuild 928 -MD5 c9a3c259574bc6c3d7583402ad67e763 metadata.xml 311 MD5 81e48273c89afd10e39cab63ca4ece3e ChangeLog 2954 +MD5 c9a3c259574bc6c3d7583402ad67e763 metadata.xml 311 +MD5 9562afeb0aef6794b0b94779fab9c381 files/libnids-1.20-chksum.c-ebx.patch 718 MD5 b8821b8ac4cbf9a8d5c0ce7eadc5f710 files/digest-libnids-1.18 64 MD5 8c22ab811547cb71906e15bee2d4160e files/digest-libnids-1.20 64 MD5 4f1acaf2ec159ddfba1e456f21c99112 files/libnids-1.18-chksum.c-ebx.patch 615 -MD5 9562afeb0aef6794b0b94779fab9c381 files/libnids-1.20-chksum.c-ebx.patch 718 diff --git a/net-libs/libnids/libnids-1.20.ebuild b/net-libs/libnids/libnids-1.20.ebuild index 7e1df8e526a6..19d4e358b5dc 100644 --- a/net-libs/libnids/libnids-1.20.ebuild +++ b/net-libs/libnids/libnids-1.20.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.20.ebuild,v 1.2 2005/03/11 00:35:26 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.20.ebuild,v 1.3 2005/06/27 18:29:35 vanquirius Exp $ inherit eutils DESCRIPTION="emulates the IP stack of Linux 2.0.x and offers IP defragmentation, TCP stream assembly and TCP port scan detection." -HOMEPAGE="http://libnids.sourceforget.net" +HOMEPAGE="http://sourceforge.net/projects/${PN}/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1.2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha" IUSE="" DEPEND="virtual/libpcap |