diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-06-13 14:06:28 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-06-13 14:06:28 +0000 |
commit | 8e053843ccb8a5be792c81b0c84028e607deb230 (patch) | |
tree | 9bea51e58d92df125dbf95bafa2b91ca8b5c1b1e /net-misc/htbinit | |
parent | Use dohtml for the html doc. (diff) | |
download | gentoo-2-8e053843ccb8a5be792c81b0c84028e607deb230.tar.gz gentoo-2-8e053843ccb8a5be792c81b0c84028e607deb230.tar.bz2 gentoo-2-8e053843ccb8a5be792c81b0c84028e607deb230.zip |
fix #86621
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/htbinit')
-rw-r--r-- | net-misc/htbinit/ChangeLog | 12 | ||||
-rw-r--r-- | net-misc/htbinit/Manifest | 6 | ||||
-rw-r--r-- | net-misc/htbinit/htbinit-0.8.5.ebuild | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net-misc/htbinit/ChangeLog b/net-misc/htbinit/ChangeLog index 0a4c5ed2981c..47e488eb6f17 100644 --- a/net-misc/htbinit/ChangeLog +++ b/net-misc/htbinit/ChangeLog @@ -1,15 +1,19 @@ # ChangeLog for net-misc/htbinit # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/ChangeLog,v 1.8 2005/05/03 13:41:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/ChangeLog,v 1.9 2005/06/13 14:06:28 bass Exp $ + + +*htbinit-0.8.5 (11 Aug 2004) + + 13 Jun 2005; José Alberto Suárez López <bass@gentoo.org> htbinit-0.8.5.ebuild: + fix #86621 03 May 2005; Simon Stelling <blubb@gentoo.org> htbinit-0.8.5.ebuild: added ~amd64 keyword 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance - -*htbinit-0.8.5 (11 Aug 2004) - + 11 Aug 2004; José Alberto Suárez López <bass@gentoo.org> +htbinit-0.8.5.ebuild: version bump. diff --git a/net-misc/htbinit/Manifest b/net-misc/htbinit/Manifest index 01fc0a940cc5..f9d5723ac4a1 100644 --- a/net-misc/htbinit/Manifest +++ b/net-misc/htbinit/Manifest @@ -1,7 +1,7 @@ -MD5 5c4684c8fb77e9cac878c0bef4ff910a ChangeLog 1112 -MD5 ac0fdaaf350b066a127f6ccefae30972 htbinit-0.8.4.ebuild 1327 -MD5 d152a00f765d627540d54836c7a8c42e htbinit-0.8.5.ebuild 1332 +MD5 144664e8cb8429eeecd685c34943fb1a htbinit-0.8.5.ebuild 1354 +MD5 51d1e8d9961a095de726c536548e72ee ChangeLog 1213 MD5 b925a5b9bc267a3aafc044ddee491850 metadata.xml 548 +MD5 ac0fdaaf350b066a127f6ccefae30972 htbinit-0.8.4.ebuild 1327 MD5 04685986bc5af0b6724b8927f07a7657 files/digest-htbinit-0.8.4 59 MD5 80d9fd88306b65d2338fddaf126a8916 files/digest-htbinit-0.8.5 59 MD5 e9d322349aedc729948e23b4dfac59ac files/htb.sysconfig 7137 diff --git a/net-misc/htbinit/htbinit-0.8.5.ebuild b/net-misc/htbinit/htbinit-0.8.5.ebuild index b8c878512bc3..dd3f1d89d0ee 100644 --- a/net-misc/htbinit/htbinit-0.8.5.ebuild +++ b/net-misc/htbinit/htbinit-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.5.ebuild,v 1.2 2005/05/03 13:41:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.5.ebuild,v 1.3 2005/06/13 14:06:28 bass Exp $ DESCRIPTION="Sets up Hierachical Token Bucket based traffic control (QoS) with iproute2" HOMEPAGE="http://www.sourceforge.net/projects/htbinit" @@ -39,6 +39,8 @@ src_install() { newexe ${FILESDIR}/rc_htbinit htbinit dodoc htbinit ${FILESDIR}/htb.sysconfig + + dodir /etc/htbinit } pkg_postinst() { |