diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-07-02 05:33:20 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-07-02 05:33:20 +0000 |
commit | 5df3764ca1dd6ad67d578a565d50b9604a9c7d69 (patch) | |
tree | af81bdd55bffed932e2e81fbfbd876653656f0d8 /net-analyzer/iptstate | |
parent | Updated mule-base, xemacs-base, efs to latest versions. Fixed mule (diff) | |
download | gentoo-2-5df3764ca1dd6ad67d578a565d50b9604a9c7d69.tar.gz gentoo-2-5df3764ca1dd6ad67d578a565d50b9604a9c7d69.tar.bz2 gentoo-2-5df3764ca1dd6ad67d578a565d50b9604a9c7d69.zip |
upstream update
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.0.1 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.2.1 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.2.1.ebuild (renamed from net-analyzer/iptstate/iptstate-1.0.1.ebuild) | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index df33a8e5fcaa..9ba7113fe053 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.2 2002/04/22 05:15:24 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.3 2002/07/02 05:33:20 blocke Exp $ + +*iptstate-1.2.1 (01 Jul 2002) + + 01 Jul 2002; Bruce A. Locke <blocke@shivan.org> iptstate-1.2.1.ebuild : + + Update to 1.2.1 *iptstate-1.2.0 (22 Apr 2002) diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.0.1 b/net-analyzer/iptstate/files/digest-iptstate-1.0.1 deleted file mode 100644 index 2a8045eb1b7c..000000000000 --- a/net-analyzer/iptstate/files/digest-iptstate-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 885786dd254a4b732349b0869f087d4b iptstate-1.0.1.tar.gz 7089 diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.2.1 b/net-analyzer/iptstate/files/digest-iptstate-1.2.1 new file mode 100644 index 000000000000..9beb39731ccf --- /dev/null +++ b/net-analyzer/iptstate/files/digest-iptstate-1.2.1 @@ -0,0 +1 @@ +MD5 d3a649027e3d11c358aa090ba632fc2b iptstate-1.2.1.tar.gz 12222 diff --git a/net-analyzer/iptstate/iptstate-1.0.1.ebuild b/net-analyzer/iptstate/iptstate-1.2.1.ebuild index 212f8310102c..9cdaa8587919 100644 --- a/net-analyzer/iptstate/iptstate-1.0.1.ebuild +++ b/net-analyzer/iptstate/iptstate-1.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.0.1.ebuild,v 1.1 2002/03/02 06:05:20 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.1 2002/07/02 05:33:20 blocke Exp $ S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" @@ -19,7 +19,7 @@ src_compile() { src_install() { make PREFIX=${D}/usr install - dodoc README Changelog + dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST } |