diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 07:09:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 07:09:17 +0000 |
commit | 91a3ca80ba2085ff051e886ff74045913d5f3518 (patch) | |
tree | 63fa097bebe504b1454e096d888e4518dd77788b /net-misc/htbinit | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-91a3ca80ba2085ff051e886ff74045913d5f3518.tar.gz gentoo-2-91a3ca80ba2085ff051e886ff74045913d5f3518.tar.bz2 gentoo-2-91a3ca80ba2085ff051e886ff74045913d5f3518.zip |
Stable on alpha.
Diffstat (limited to 'net-misc/htbinit')
-rw-r--r-- | net-misc/htbinit/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/htbinit/htbinit-0.8.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/htbinit/ChangeLog b/net-misc/htbinit/ChangeLog index 60ac62835a36..29bd6520687e 100644 --- a/net-misc/htbinit/ChangeLog +++ b/net-misc/htbinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/htbinit -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/ChangeLog,v 1.2 2003/08/25 09:07:18 bass Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/ChangeLog,v 1.3 2004/06/07 07:09:17 kloeri Exp $ + + 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> htbinit-0.8.4.ebuild: + Stable on alpha. *htbinit-0.8.4 (17 Aug 2003) diff --git a/net-misc/htbinit/htbinit-0.8.4.ebuild b/net-misc/htbinit/htbinit-0.8.4.ebuild index 1bc35d56b3c9..0bd560f7f1dc 100644 --- a/net-misc/htbinit/htbinit-0.8.4.ebuild +++ b/net-misc/htbinit/htbinit-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.4.ebuild,v 1.4 2004/04/21 16:23:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.4.ebuild,v 1.5 2004/06/07 07:09:17 kloeri Exp $ DESCRIPTION="Sets up Hierachical Token Bucket based traffic control (QoS) with iproute2" HOMEPAGE="http://www.sourceforge.net/projects/htbinit" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/htbinit/htb.init-v${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc alpha" IUSE="" DEPEND="sys-apps/iproute2" |