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 485941580D3 for ; Wed, 22 Nov 2023 10:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908F62BC049; Wed, 22 Nov 2023 10:55:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CC2D2BC045 for ; Wed, 22 Nov 2023 10:55:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4689335DBE for ; Wed, 22 Nov 2023 10:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E894513BC for ; Wed, 22 Nov 2023 10:55: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: <1700650534.0f2ba7f12f07e5dbbb72b3a6a11aca25fd6f62bd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild X-VCS-Directories: net-analyzer/ibmonitor/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0f2ba7f12f07e5dbbb72b3a6a11aca25fd6f62bd X-VCS-Branch: master Date: Wed, 22 Nov 2023 10:55: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: b04ff8e8-9f21-4db7-be57-812f1759b673 X-Archives-Hash: 04293fce2ef20a1cdd4a4a287d437858 commit: 0f2ba7f12f07e5dbbb72b3a6a11aca25fd6f62bd Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Nov 1 18:39:46 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 22 10:55:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ba7f1 net-analyzer/ibmonitor: EAPI8 bump, use https, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild index d5cc1beaa4c3..be878eebbd6c 100644 --- a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild +++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Interactive bandwidth monitor" -HOMEPAGE="http://ibmonitor.sourceforge.net" +HOMEPAGE="https://ibmonitor.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +S="${WORKDIR}/${PN}" KEYWORDS="~amd64 ~hppa ~ppc ~riscv x86" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" RDEPEND="dev-perl/TermReadKey" -S=${WORKDIR}/${PN} src_install() { dobin ibmonitor