diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-25 15:52:51 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-25 15:52:51 +0000 |
commit | 48696cf5fa392bc4358df39da347378bc7266ce5 (patch) | |
tree | 636c2fac1e0b9e766cd9c44a363447dce36a5186 /net-misc/hlfl | |
parent | updating metadata.xml (diff) | |
download | historical-48696cf5fa392bc4358df39da347378bc7266ce5.tar.gz historical-48696cf5fa392bc4358df39da347378bc7266ce5.tar.bz2 historical-48696cf5fa392bc4358df39da347378bc7266ce5.zip |
fix
Diffstat (limited to 'net-misc/hlfl')
-rw-r--r-- | net-misc/hlfl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hlfl/Manifest | 4 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/hlfl/ChangeLog b/net-misc/hlfl/ChangeLog index ccfbccd8915a..9958119d16ba 100644 --- a/net-misc/hlfl/ChangeLog +++ b/net-misc/hlfl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hlfl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.7 2003/10/24 16:10:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.8 2003/10/25 15:52:46 lanius Exp $ + + 25 Oct 2003; Heinrich Wendel <lanius@gentoo.org> hlfl-0.60.1.ebuild: + added additionaly docs 24 Oct 2003; Heinrich Wendel <lanius@gentoo.org> hlfl-0.60.1.ebuild: fixed too many cleanups ;D diff --git a/net-misc/hlfl/Manifest b/net-misc/hlfl/Manifest index dfb73d08dd1e..251d65b21128 100644 --- a/net-misc/hlfl/Manifest +++ b/net-misc/hlfl/Manifest @@ -1,5 +1,5 @@ -MD5 b00a853394ecb09d0048f2b4d3b0d277 ChangeLog 758 +MD5 3c5360f4199827c2cf2428823caf2e55 ChangeLog 855 MD5 8c97bec3073684ea4541c336cb15ddbf hlfl-0.60.0.ebuild 997 -MD5 d28a5223f2b03a6eb0877e7817bc0a81 hlfl-0.60.1.ebuild 775 +MD5 69bdfba8c3bd75167e1575c2a20e6eb7 hlfl-0.60.1.ebuild 809 MD5 85c7bdf892da0766dbbd2a8dbbfd3441 files/digest-hlfl-0.60.0 62 MD5 ea807ce19430965d2608a6b01cbbe3b4 files/digest-hlfl-0.60.1 63 diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild index 7b6c134a2e2e..0c865d899a02 100644 --- a/net-misc/hlfl/hlfl-0.60.1.ebuild +++ b/net-misc/hlfl/hlfl-0.60.1.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-misc/hlfl/hlfl-0.60.1.ebuild,v 1.3 2003/10/24 16:13:10 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.4 2003/10/25 15:52:46 lanius Exp $ DESCRIPTION="High Level Firewall Language" SRC_URI="ftp://ftp.hlfl.org/pub/hlfl/${P}.tar.gz" @@ -24,5 +24,5 @@ src_install () { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ TODO doc/RoadMap doc/sample_1.hlfl doc/sample_2.hlfl \ - doc/test.hlfl doc/syntax.txt + doc/test.hlfl doc/syntax.txt doc/sample_3.hlfl doc/CodingStyle } |