diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-25 20:23:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-25 20:23:38 +0000 |
commit | 23850be227026a87964b6aa3d10c206b67ab3a9d (patch) | |
tree | b576502030f1d32cf4f6d2ad518b1626aac519c9 /net-misc/hlfl | |
parent | old (diff) | |
download | historical-23850be227026a87964b6aa3d10c206b67ab3a9d.tar.gz historical-23850be227026a87964b6aa3d10c206b67ab3a9d.tar.bz2 historical-23850be227026a87964b6aa3d10c206b67ab3a9d.zip |
sparc/x86 stable
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-misc/hlfl')
-rw-r--r-- | net-misc/hlfl/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/hlfl/files/digest-hlfl-0.60.0 | 3 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.0.ebuild | 38 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.1.ebuild | 6 |
4 files changed, 9 insertions, 46 deletions
diff --git a/net-misc/hlfl/ChangeLog b/net-misc/hlfl/ChangeLog index 4fbb19aa8671..2108b225c0d8 100644 --- a/net-misc/hlfl/ChangeLog +++ b/net-misc/hlfl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/hlfl -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.14 2007/05/14 19:45:44 bangert Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.15 2008/01/25 20:20:21 armin76 Exp $ + + 25 Jan 2008; Raúl Porcel <armin76@gentoo.org> -hlfl-0.60.0.ebuild, + hlfl-0.60.1.ebuild: + sparc/x86 stable 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/net-misc/hlfl/files/digest-hlfl-0.60.0 b/net-misc/hlfl/files/digest-hlfl-0.60.0 deleted file mode 100644 index 785d9006deb1..000000000000 --- a/net-misc/hlfl/files/digest-hlfl-0.60.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2eaf897ed3028df6774d0d88bfaebaef hlfl-0.60.0.tar.gz 97503 -RMD160 6cdedc3b4422e1b29f5d0e8c2abb3653a47b6722 hlfl-0.60.0.tar.gz 97503 -SHA256 7999cfa8056ed2ea85b479032dcedbf50552c5ab2e5aad50d6430f77be5824cb hlfl-0.60.0.tar.gz 97503 diff --git a/net-misc/hlfl/hlfl-0.60.0.ebuild b/net-misc/hlfl/hlfl-0.60.0.ebuild deleted file mode 100644 index 7fbb9bc07031..000000000000 --- a/net-misc/hlfl/hlfl-0.60.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.0.ebuild,v 1.11 2004/07/15 02:52:00 agriffis Exp $ - -IUSE="" -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 sparc " -SLOT="0" - -DEPEND="virtual/libc" - -src_compile() { - - ./configure \ - --build=${CHOST} \ - --prefix=/usr \ - --datadir=/usr/share/doc/${P} \ - --mandir=/usr/share/man || die "./configure failed" - - emake || die -} - -src_install () { - - install -d ${D}/usr/bin - install -d ${D}/usr/man/man1 - install -d ${D}/usr/share/doc/${P} - install src/hlfl ${D}/usr/bin - install doc/hlfl.1 ${D}/usr/man/man1 - install doc/services.hlfl ${D}/usr/share/doc/${P} - - 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 -} diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild index 2def3edfd0fd..c92c413c4c83 100644 --- a/net-misc/hlfl/hlfl-0.60.1.ebuild +++ b/net-misc/hlfl/hlfl-0.60.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # 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.8 2004/07/01 21:07:43 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.9 2008/01/25 20:20:21 armin76 Exp $ IUSE="" 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 ~sparc ~ppc" +KEYWORDS="~ppc sparc x86" SLOT="0" DEPEND="virtual/libc" |