diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-29 20:18:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-29 20:18:08 +0000 |
commit | 7a29e1f8ecfb67a5e7fc2714b7aa3620dba25db4 (patch) | |
tree | 528d1ec78817883c9c4b55c49f59502a3954dc40 /net-analyzer/ntop | |
parent | unmask and changelog fixes (diff) | |
download | gentoo-2-7a29e1f8ecfb67a5e7fc2714b7aa3620dba25db4.tar.gz gentoo-2-7a29e1f8ecfb67a5e7fc2714b7aa3620dba25db4.tar.bz2 gentoo-2-7a29e1f8ecfb67a5e7fc2714b7aa3620dba25db4.zip |
Marked stable on x86.
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-2.2.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index ebe7ebba9e52..ba6c52d0c970 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.9 2003/05/04 14:31:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.10 2003/06/29 20:17:42 mholzer Exp $ + + 29 Jun 2003; Martin Holzer <mholzer@gentoo.org> ntop-2.2.ebuild: + Marked stable on x86. *ntop-2.2 (04 May 2003) diff --git a/net-analyzer/ntop/Manifest b/net-analyzer/ntop/Manifest index 976a1ca910ec..547cb8b3607a 100644 --- a/net-analyzer/ntop/Manifest +++ b/net-analyzer/ntop/Manifest @@ -1,6 +1,6 @@ -MD5 7ef8bc3dbb9ff10f121304bafdd80fdc ChangeLog 1115 +MD5 1070cd958e562ae8ee11a1bbbcfb1ab6 ChangeLog 1211 MD5 2621f553b7a2f6208843e605463b97e0 ntop-2.0.99_rc2-r2.ebuild 2686 -MD5 3a09746ba7693c2e1dea60585929970a ntop-2.2.ebuild 2106 +MD5 7bc9f3c131794b927cb4ed7618c1b0da ntop-2.2.ebuild 2107 MD5 e8f42646f3226a9ad43cac51773512f0 files/digest-ntop-2.0.99_rc2-r2 65 MD5 b7642cd2d05562431a2af66604275657 files/digest-ntop-2.2 58 MD5 a9cad5851ac81cbd8589f60287f3e497 files/ntop-confd 131 diff --git a/net-analyzer/ntop/ntop-2.2.ebuild b/net-analyzer/ntop/ntop-2.2.ebuild index 3de03bd70058..d6b03c3cdf1d 100644 --- a/net-analyzer/ntop/ntop-2.2.ebuild +++ b/net-analyzer/ntop/ntop-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2.ebuild,v 1.1 2003/05/04 14:31:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2.ebuild,v 1.2 2003/06/29 20:17:42 mholzer Exp $ IUSE="ssl readline tcpd ncurses" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.ntop.org/ntop.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND=">=sys-libs/gdbm-1.8.0 >=net-libs/libpcap-0.5.2 @@ -74,4 +74,3 @@ src_install () { exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop } - |