From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF05E158099 for ; Wed, 22 Nov 2023 18:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADB42BC023; Wed, 22 Nov 2023 18:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1ABA2BC026 for ; Wed, 22 Nov 2023 18:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E37F2335DC2 for ; Wed, 22 Nov 2023 18:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42FDE13B6 for ; Wed, 22 Nov 2023 18:58:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700678533.1f66ffe07f255dc7ff7a5ff421f06aa0555db28f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/htbinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/htbinit/htbinit-0.8.5-r7.ebuild X-VCS-Directories: net-misc/htbinit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1f66ffe07f255dc7ff7a5ff421f06aa0555db28f X-VCS-Branch: master Date: Wed, 22 Nov 2023 18:58:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95d59119-979c-4e26-af6a-74575c3de705 X-Archives-Hash: d7d1737aed164506ae816cac17e50643 commit: 1f66ffe07f255dc7ff7a5ff421f06aa0555db28f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Nov 1 19:01:03 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 22 18:42:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f66ffe0 net-misc/htbinit: update HOMEPAGE, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-misc/htbinit/htbinit-0.8.5-r7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/htbinit/htbinit-0.8.5-r7.ebuild b/net-misc/htbinit/htbinit-0.8.5-r7.ebuild index 1ae14a2d6a5b..3ac43d29785a 100644 --- a/net-misc/htbinit/htbinit-0.8.5-r7.ebuild +++ b/net-misc/htbinit/htbinit-0.8.5-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,11 +6,11 @@ EAPI=7 inherit linux-info DESCRIPTION="Sets up Hierachical Token Bucket based traffic control (QoS) with iproute2" -HOMEPAGE="https://www.sourceforge.net/projects/htbinit/" +HOMEPAGE="https://sourceforge.net/projects/htbinit/" SRC_URI="mirror://sourceforge/htbinit/htb.init-v${PV}" S="${WORKDIR}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="esfq ipv6"