diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:49:40 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:49:40 +0000 |
commit | ffdbdf07a7bb82f7a28bc24598e2d5b7f05866c9 (patch) | |
tree | 9f275e9a2779abb6d59ff998f24b444710164e5c /net-misc/hlfl | |
parent | repoman QA issues (diff) | |
download | gentoo-2-ffdbdf07a7bb82f7a28bc24598e2d5b7f05866c9.tar.gz gentoo-2-ffdbdf07a7bb82f7a28bc24598e2d5b7f05866c9.tar.bz2 gentoo-2-ffdbdf07a7bb82f7a28bc24598e2d5b7f05866c9.zip |
repoman QA issues
Diffstat (limited to 'net-misc/hlfl')
-rw-r--r-- | net-misc/hlfl/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.0.ebuild | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/hlfl/ChangeLog b/net-misc/hlfl/ChangeLog index d2b061773dff..6c4af719497b 100644 --- a/net-misc/hlfl/ChangeLog +++ b/net-misc/hlfl/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for net-misc/hlfl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.2 2002/07/07 07:49:40 phoenix Exp $ *hlfl-0.60.0 (17 Jun 2002) - 17 Jun 2002 ; Thilo Bangert <bangert@gentoo.org> : - - initial commit - ebuild by Arnaud Launay <asl@launay.org>
\ No newline at end of file + 06 Jul 2002 ; phoen][ <phoenix@gentoo.org> hlfl-0.60.0.ebuild : + Added KEYWORDS, SLOT. + + 17 Jun 2002 ; Thilo Bangert <bangert@gentoo.org> : + initial commit - ebuild by Arnaud Launay <asl@launay.org> diff --git a/net-misc/hlfl/hlfl-0.60.0.ebuild b/net-misc/hlfl/hlfl-0.60.0.ebuild index 0201c086fdf9..57ee0f823080 100644 --- a/net-misc/hlfl/hlfl-0.60.0.ebuild +++ b/net-misc/hlfl/hlfl-0.60.0.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Arnaud Launay <asl@launay.org> -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.0.ebuild,v 1.2 2002/07/07 07:49:40 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="High Level Firewall Language" SRC_URI="ftp://ftp.hlfl.org/pub/hlfl/${P}.tar.gz" HOMEPAGE="http://www.hlfl.org" LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc" |